Month: December 2023
How does work Deferrable Views in Angular 17 ?
- Natan Ferreira
- 0
- 49
In previous versions of Angular, to use lazy loading it is necessary to specify modules in the routes using loadChildren.This behavior can be observed in the documentation itself. Below is code taken from the documentation. In the new version of Angular 17 we can use Deferrable Views, so we can do lazy loading. Practice Let’s…
Read More