Angular has always made it easy to lazy-load routes and components. But what about services? Imagine your application has an export feature that depends on a large library for generating spreadsheets or PDFs.

Source: [Dev.to](https://dev.to/certosinolab/lazy-load-angular-services-with-injectasync-c7h)

Sponsored