All Questions
1 question
0
votes
2
answers
219
views
Does seperating NgModules decrease the build time
Let's say we have a big NgModule the SharedModule, which exports a lot of components which are needed in multiple components. By importing the SharedModule into a feature module there is often an ...