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

Поділитися
Вставка
  • Опубліковано 16 бер 2024
  • angular 17 tutorial, angular 17 tutorial for beginners, angular 17 Lazy Loading Component, angular 17 standalone components, angular cli, angular 17 crud, angular 17 features, angular 17 full tutorial, angular 17 complete tutorial, angular 17 live project, angular 17 project, angular 17 crud tutorial, angular 17 best tutorial, angular 17, angular 17 signals, angular 17 defer, angular 17 components, angular 17 templates, angular 17 course, angular 17 full project, angular 17 ssr, angular 17 routing, angular 17 crash course
    Angular 17 Tutorial, Angular 17 Tutorial For Beginners, Angular full tutorial, Angular learn angular applications, angular 17 crud, angular 17 live project, How to develop Angular Apps, Angular tutorials building and deploying Angular Apps, Building angular applications in Angular 17, Learn to build Angular 17 applications, Angular build and deploying applications, angular 17 building and deploying in Angular Apps, angular Apps build and deployment in Angular 17, 16, 15, 14, 13, 12, 11, 10, 6,7,8, 9, angular 8 example,
    Angular 17 tutorial for beginners, angular 17 tutorials, angular tutorials for beginners, angular interview questions and answers, angular live projects, angular 17 crash course, angular 17 tutorial for beginners step by step, angular tutorial for beginners 2024,angular tutorial 2024,angular code examples, angular for freshers, angular tutorial for experienced, arc tutorials angular, arc tutorials, angular 17 full course, angular 10 tutorial for beginners, angular 10 tutorial
    Angular 17 tutorial for beginners, angular 17 crash course, angular 17 tutorial for beginners step by step, angular tutorial for beginners 2024, angular tutorial 2024, arc tutorial angular, angular code examples, angular for freshers, angular tutorial for experienced, angular introduction, angular version history, angular full tutorial series, best angular tutorial.

КОМЕНТАРІ • 17

  • @suvethav3453
    @suvethav3453 3 місяці тому +1

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

    • @ARCTutorials
      @ARCTutorials  3 місяці тому

      You are most welcome. Glad to hear that!

  • @likeswara2022
    @likeswara2022 Місяць тому

    really a great way to explain lazy loading...

    • @ARCTutorials
      @ARCTutorials  Місяць тому

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

  • @healthyliving4530
    @healthyliving4530 Місяць тому +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  Місяць тому +1

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

    • @ARCTutorials
      @ARCTutorials  Місяць тому +1

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

  • @Chriss_kingdom
    @Chriss_kingdom 3 місяці тому +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  3 місяці тому

      I will be posting more videos soon

  • @SubashG-wb1po
    @SubashG-wb1po 2 місяці тому

    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

  • @surajkumarsingh8592
    @surajkumarsingh8592 3 місяці тому +1

    Please Make more videos of Angular 17

    • @ARCTutorials
      @ARCTutorials  2 місяці тому

      Rolling more videos in this series from
      Tomorrow

  • @saikumar-od7vb
    @saikumar-od7vb 3 місяці тому +1

    Waiting for react js complete series....

    • @ARCTutorials
      @ARCTutorials  3 місяці тому

      Yes i will restart the react series soon

  • @abhishekjoshi1797
    @abhishekjoshi1797 3 місяці тому

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

    • @ARCTutorials
      @ARCTutorials  3 місяці тому +1

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

    • @abhishekjoshi1797
      @abhishekjoshi1797 3 місяці тому

      @@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