Building an Angular Workspace with 2 Feature Libraries (Step-by-step)
This guide shows how to create an Angular CLI workspace where our “features” live in two libraries (e.g. topology and…
Design – Plan – Write
This guide shows how to create an Angular CLI workspace where our “features” live in two libraries (e.g. topology and…
To lazy load a component, let us add a loadComponent property to a Route object. The value is a function that returns a dynamic import statement…
In Angular, lazy loading is a technique used to load modules and their associated services only when they are actually…