131. Implement Lazy Loading for Modules in the Angular to increase the performance of the project.

Hi Friends
In this video, we will see how to implement the lazy loading for the modules in the angular to increase the performance of the project.
The code is deployed in my Github account.
github.com/leelanarasimha/ang...
If you like my video, please subscribe to my channel.
KZread Page: / leelawebdev
Facebook Page: / leelawebdev
Twitter Page: / leelanarsimha
Linkedin: / leela-narasimha-reddy-...
GitHub: github.com/leelanarasimha
#Angular #leelawebdev

Пікірлер: 11

  • @saiaravind279
    @saiaravind2792 жыл бұрын

    clearly stated, excellent job

  • @rajunaga4716
    @rajunaga47163 жыл бұрын

    Really your Way of explanation is awesome sir..

  • @LeelaWebDev

    @LeelaWebDev

    3 жыл бұрын

    Thanks and welcome

  • @nadavalaashok4061
    @nadavalaashok40612 жыл бұрын

    thank you bro

  • @sankars673
    @sankars6733 жыл бұрын

    Great

  • @LeelaWebDev

    @LeelaWebDev

    3 жыл бұрын

    Thank you

  • @rajunaga4716
    @rajunaga47163 жыл бұрын

    Can you please make a videos on change detection on push and web workers sir..

  • @LeelaWebDev

    @LeelaWebDev

    3 жыл бұрын

    sure.. It will take some time

  • @rajunaga4716
    @rajunaga47163 жыл бұрын

    Except lazy loading any other way to improve the performance in angular project sir?

  • @LeelaWebDev

    @LeelaWebDev

    3 жыл бұрын

    Using change detection strategy on push and web workers

  • @avinashrao4394
    @avinashrao43949 ай бұрын

    One correction: In the video you mention several times that lazy loading does not improve performance. Whereas, it is quite the opposite. Lazy loading can significantly improve the performance of Angular applications, especially in larger and more complex projects.