filmov
tv
Lazy Loading - Angular (Tutorial #29)

Показать описание
Lazy Loading is one of the most important part of angular . Lazy Loading is a technique to load your components and module lazily so that your application's speed can be improve. By default angular loads modules and component using eagerly loading , it means as soon as your application loads it loads all its data, so with this approach your application bundle size increases a lot and due to big bundle size application performance decreases. So Lazy Loading helps us to download the files lazily(some point later)when user actually request it.
Angular implement lazy loading with the help of Featured module. We have already learnt about feature module in our previous video. Please learn about featured module here :
In this video we have also used one google chrome extension Augury
Augury is the most used Developer Tool extension for debugging and profiling Angular applications inside the Google Chrome and Mozilla Firefox browsers.
You can learn more about Augury here:
We have used Routing in this video. If you have find doubt in Routing. Please watch this video:
Follow us on:
For more such interesting videos, please subscribe to our channel and stay connected.
If you face any problem in lazy loading then leave a comment below and let me know. I'll be happy to assist you.
Angular implement lazy loading with the help of Featured module. We have already learnt about feature module in our previous video. Please learn about featured module here :
In this video we have also used one google chrome extension Augury
Augury is the most used Developer Tool extension for debugging and profiling Angular applications inside the Google Chrome and Mozilla Firefox browsers.
You can learn more about Augury here:
We have used Routing in this video. If you have find doubt in Routing. Please watch this video:
Follow us on:
For more such interesting videos, please subscribe to our channel and stay connected.
If you face any problem in lazy loading then leave a comment below and let me know. I'll be happy to assist you.
Комментарии