I'm currently developing Angular 6 project where I have lots of actions item inside single module/route.
What is the best component architecture design for following menu items:
Customer Service Request
Customer Payment Request
All the services/payments require 3 screens :
Currently, I have following approach in mind :
Each Action Item (like Service A) has its own component (like ServiceAComponent)
ServiceAComponent has further on Child Component for confirmation(ServiceAConfirmationComponent).
Is it the right way to proceed ?
any help/comments are welcome. thanks for reading !!
#angular #javscript #webdev
No responses yet.