generator-angular-lazy
generator-angular-lazy copied to clipboard
Yeoman generator for creating Angular applications which lazy load components as needed at runtime. Based on SystemJS, JSPM, Babel and Gulp.
Thanks for your generator with such a strong component approach! But it seems that there is a lack of examples/approaches on how one can build real-world large app using it....
I do not see the remaining packages anywhere that have not been bundled. Is there a bug in it?
Added gulp-angular-embed-templates so that one does not have to use absolute paths for templateURL for modal windows and template from templateURL is automatically embedded during build.
## The case In bigger(/real-world) applications there might be many states. Too many to keep neatly organised code. The `states` folder\* and the `states.json` file would get bloated. _*) this...
## The assumptions When a sub component is created via `yo angular-lazy:component --prefix=` with a prefix the sub components is placed inside the folder of the parent component. It is...
As proposed in #20. In a real-life application, there might be many components and states. In the current implementation all components and states are combined together in the single folder...