I have a confusion regarding lazy loading a feature module. I do understand the concept of lazy loading a feature module but my question is shall i lazy load every route inside the feature module?
For Example i have a feature called 'Announcement'. It has a list, create, edit and details component. What i did is that i lazy loaded every route inside the feature module along with the feature module itself.
Day by day my application getting bigger so it takes a while to serve or build the application since it goes through each and every module.
So should i lazy loaded every route inside the feature module?