I have been working on converting one Jquery based web application to Angular 5 based web Application (The application is about Electronic Billing where one can Aggregate and Pay the bills from multiple providers).
The main goal is to make product codebase more maintainable. I am not very strong in angular design patterns but I know the core concept of angular SPA (universal state management, Observable patterns, component based architecture, use of service, modular structure, Reactive Nature of Angular Framework etc) but I am wondering if there is any logical path to conclude the most suitable design pattern for this billing app.
First logical task that comes into mind is to break down the application in modules and component, and then decide the parent child relationship between them. After this step, I am getting confused about what to conclude.
Depending upon the relationship, is it possible to conclude most close pattern needed for this migration?
Aucun commentaire:
Enregistrer un commentaire