Angular 7. How to split code into multiple functional bundle files. I want to generate multiple bundle files:
*) Chunk1 / bundle 1
- component 1
- component 2
*) Chunk2 / bundle 2
- component 3
- component 4
Is there any other way of doing this apart from Lazy loading components