Not sure exactly what you're aiming at - multi-step forms?

Here's a pretty basic example (with dynamic steps as a bonus): 
https://stackblitz.com/edit/angular-multi-step-forms?file=src/app/app.component.ts

Not very sophisticated, but it shows the basic steps, dynamic routes, 
static routes, such things.

Some notes:
- have a router-outlet for the content. That way you can navigate between 
those.
- track where you are, from parent component (have something flexible, not 
route snapshots like my example). That'S your state management.
- that nested component does not have to be a single component - check the 
router config, make this several routes for different steps and components.
- post your exact problem, error messages, code sample if you'd like more 
specific help, ok?

Zlatko

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to