orizens / ngrx-styleguide

a collection of best practices / commonly used patterns with ngrx extensions - store, effects, router and others
140 stars 16 forks source link

Chunking the core #3

Closed EvanBurbidge closed 4 years ago

EvanBurbidge commented 7 years ago

I love this style guide, this is not an issue more a question, when using Angular Cli in order to generate a project I feel that the core / main.js bundle is going to start getting to large do you have any ideas on how to get around the Angular cli config in order to have a separate file for the core module code?

orizens commented 7 years ago

angular-cli should support now module splitting.

orizens commented 4 years ago

feels like this has been resolved by ngcli. please open a new issue if otherwise.