Faster maps with lazy-loaded components
Hello friends π
Parham here, with another step-by-step guide. This time, we will learn how to use Angular Router to lazy-load UI pieces that are not visible and doing it without changing the main route. So we can keep the first context.
Here is the ...
pazel.dev11 min read
Abhay
Hi Parham
Why there is need to use Auxiliary Routes? when we can do the same things by lazy-load the necessary components as supprted by Angular 9 onwards.