Best of Angular — April 2024
- 1
- 2
JavaScript in Plain English·2y
How Using Angular’s inject() Function Has Saved Me 1000 Lines of Code
The inject() function in Angular allows for cleaner and more readable code by injecting dependencies in a different way than using constructors. It also provides better inheritance capabilities and can lead to significant reduction in lines of code.
- 3
- 4
Angular.love·2y
How To Optimize Your Angular Bundle Size
Learn how to optimize the bundle size of your Angular application and improve loading times for better user experience and SEO. Explore different bundle size analyzers and discover strategies to reduce bundle size, such as lazy-loading, using @defer, and removing unused code and dependencies.
- 5
- 6
- 7