Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 479 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 479 Bytes

Angular5 ERP Application Architecture

When building a large-scale application, one has to carefully design the code structure in the project. A poor structure can lead to maintainability issues and decrease the productivity of the development team. When the system grows, it will be hard to navigate through the structure and locate the class implementing a piece of functionality. In this project, I will describe the structure of an enterprise system built using Angular 2+.