Angular Standalone Lazy Loading

Описание к видео Angular Standalone Lazy Loading

Read here: https://www.concretepage.com/angular/...

In lazy loading, components are loaded on demand and hence the application start will be faster. Lazy loading is performed by loadComponent and loadChildren properties of Route interface.
loadComponent : Specifies a lazy-loaded component.
loadChildren : Specifies a lazy-loaded child routes.

Комментарии

Информация по комментариям в разработке