https://github.com/mdshohelrana/angular-erp-architecture
Large scale application architecture of angular, Twitter Bootstrap 4, and more reliable plugin of angular
https://github.com/mdshohelrana/angular-erp-architecture
angular angular2-erp architecture scale-applications typescript
Last synced: 4 months ago
JSON representation
Large scale application architecture of angular, Twitter Bootstrap 4, and more reliable plugin of angular
- Host: GitHub
- URL: https://github.com/mdshohelrana/angular-erp-architecture
- Owner: mdshohelrana
- License: mit
- Created: 2017-04-06T02:55:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T16:34:34.000Z (over 8 years ago)
- Last Synced: 2025-04-11T23:37:09.795Z (about 1 year ago)
- Topics: angular, angular2-erp, architecture, scale-applications, typescript
- Language: TypeScript
- Homepage:
- Size: 1.67 MB
- Stars: 27
- Watchers: 2
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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+.