Angular Best Practices — Lazy Loaded Modules

When your application has multiple pages, you don’t want all pages to be fetched right when the application first loads. For example, if…