Ultimate Angular Modules, Lazy Loading Guide With Best Practice
When I first started building Angular applications, I put everything in the root AppModule. It worked fine for small apps, but as the application grew, the initial bundle size became huge, and the app took forever to load. That's when I learned about...
practicaldevonline.hashnode.dev3 min read