Angular 17 Tutorial #22 - Lazy Loading Component | Angular 17 Tutorial For Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ธ.ค. 2024

ความคิดเห็น • 22

  • @suvethav3453
    @suvethav3453 8 หลายเดือนก่อน +3

    Thanks a lot sir. Got very clear understanding on lazy loading ..

    • @ARCTutorials
      @ARCTutorials  8 หลายเดือนก่อน

      You are most welcome. Glad to hear that!

  • @okeluelazarus7062
    @okeluelazarus7062 3 หลายเดือนก่อน +1

    Thank you so much for this tutorial; it has been incredibly impactful.

    • @ARCTutorials
      @ARCTutorials  3 หลายเดือนก่อน

      Thank you for your kind words and appreciation 🙏

  • @adnanoncevarlik
    @adnanoncevarlik 2 หลายเดือนก่อน +1

    You are explaining of the parts, news, changes and differences from the older versions very good. Do you have a how-to series for a sample application for Angular 17 or later versions, developed by bringing together all the pieces you explained in the tutorial series (except this tutorial)?

    • @ARCTutorials
      @ARCTutorials  2 หลายเดือนก่อน +1

      First the concepts and then full project we will build 🙏

  • @healthyliving4530
    @healthyliving4530 6 หลายเดือนก่อน +1

    Hello, I have been following you for 2 years now. I would you like to let you know i switched from a non tech profile to a development with 400% hike 2 years ago , just by watching your videos. It gave me so much insight knowledge . I am so grateful of you. now we have moved to angular17 in our organization, thanks for making video series on it. Really well explained in such simple way. Thanks a lot. However i have a doubt according to my understanding if we were lazy loading a module its components by default will only be loaded when its module is loaded right , hence they are not eagerly loaded then why are we needing to lazy load component from a lazy loaded module. Awaiting you response . Thanks

    • @ARCTutorials
      @ARCTutorials  6 หลายเดือนก่อน +1

      So happy to read this comment. You made my day!

    • @ARCTutorials
      @ARCTutorials  6 หลายเดือนก่อน +1

      Sometimes say u have a component that you need to load in many views, than it makes sense to use lazy loading components

  • @likeswara2022
    @likeswara2022 6 หลายเดือนก่อน

    really a great way to explain lazy loading...

    • @ARCTutorials
      @ARCTutorials  6 หลายเดือนก่อน

      Thank you so much for your kind words and encouragement 👍 Glad that you are finding Angular tutorials helpful

  • @SubashG-wb1po
    @SubashG-wb1po 7 หลายเดือนก่อน

    Can I Give a non standalone component in loadComponent (as lazyload) and can I use the canActivate and some other route guards in loadComponent??...Kindly reply Sir when youre free

  • @Chriss_kingdom
    @Chriss_kingdom 8 หลายเดือนก่อน +1

    Are there only 27 videos or 100 videos for Angular 17 ? This is very informative and helping me a lot in my career switch as i am new to all this . Would request any links i can follow for more angular videos

    • @ARCTutorials
      @ARCTutorials  8 หลายเดือนก่อน

      I will be posting more videos soon

  • @srinivas3068
    @srinivas3068 3 หลายเดือนก่อน

    Hi , when i try to create a nested routes with lazy loading all are standalone componets.I'm loading Both parent and child components are lazy. Some times i'm getting console error like dynamic chunk not available. When this error occurs navigation not working until unless browser refresh in local environment.

  • @saikumar-od7vb
    @saikumar-od7vb 8 หลายเดือนก่อน +2

    Waiting for react js complete series....

    • @ARCTutorials
      @ARCTutorials  8 หลายเดือนก่อน

      Yes i will restart the react series soon

  • @surajkumarsingh8592
    @surajkumarsingh8592 8 หลายเดือนก่อน +1

    Please Make more videos of Angular 17

    • @ARCTutorials
      @ARCTutorials  7 หลายเดือนก่อน

      Rolling more videos in this series from
      Tomorrow

  • @abhishekjoshi1797
    @abhishekjoshi1797 8 หลายเดือนก่อน

    so we can skip the genrate module and just can use lazyloding components ? will this approach good for interprice lavele project ?

    • @ARCTutorials
      @ARCTutorials  8 หลายเดือนก่อน +1

      Yes. You can either use regular module or lazy loading module. You can integrate in any project

    • @abhishekjoshi1797
      @abhishekjoshi1797 8 หลายเดือนก่อน

      @@ARCTutorials thanks it helps alot can you provide lazy lod component project structure video for large project flow , like what is the best approach for project structure with angular 17