OasisDigital / angular-enterprise-example

Scalable / Large Angular application structure example
MIT License
125 stars 47 forks source link

Generate numerous modules, components for bulk #31

Open kylecordes opened 6 years ago

kylecordes commented 6 years ago

All the code currently in here is hand coded.

Add an additional mechanism, which can be run to generate a configurable large number of additional modules, components.

Use this to "bulk up" the code base to somewhere in the size range of the largest known Angular applications.

(Ask around the Angular team to find out what their largest known code size is. Since we don't need to know what or whose application is that size, hopefully this is information that can be obtained and publicly posted.)

kylecordes commented 6 years ago

There is code here:

https://github.com/OasisDigital/angular-stress-test

Which serves as a start in the right direction.