I need some help and its kins of important for me to fix this functionality
We have pages flow like 1->2->3->4->5. All pages are defined as angular components in a form module. We have next /previous on each page and option to save the (drafts) at each page. With save, we will combine model objects on all the tracked previous pages + current page and save to DB. ( not using reactive forms) Then problem right now - At page say 3, we have huge nested kind selection menu ( like burgers, kind of burgers or sandwich, what kind and number of burgers etc) We select those, and then based on it, if 10 items selected on menu page, some pages say A,B,C,D, should appear in loop 10 times. How to implement this feature? Should I create sub module of A,B,C,D and have components in it instead of having them at same level. We may add bread crumbs later, and I think that design might help angular breadcrumbs. 1->2->3-> (A-b-c-d reapting n times) ->4->5 -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
