Angular 10 Tutorial #47 - Lazy Loading in Angular | Angular 10 Tutorial For Beginners

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

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

  • @karanselvaraj7476
    @karanselvaraj7476 3 ปีที่แล้ว +3

    thank you for the update sir i was using old code and got confused.
    it was really helped me

  • @amanuellebassi7294
    @amanuellebassi7294 3 ปีที่แล้ว +3

    Excellent explanation. Thank you so much!

  • @rajesh.muthyala
    @rajesh.muthyala 3 ปีที่แล้ว +1

    If you can show the difference by showing the page size/time for other module (non-lazy) and after implementing payment (lazy) module, it will help

  • @Cross-BorderReaction
    @Cross-BorderReaction 9 วันที่ผ่านมา +1

    Best Content

    • @ARCTutorials
      @ARCTutorials  6 วันที่ผ่านมา

      Thank you so much for your kind words and liking the tutorials 👍

  • @babatundejoseph8014
    @babatundejoseph8014 2 ปีที่แล้ว +1

    Hi, well done you really did a great job, thanks very much I really enjoyed it. please can you explain how we can generate more components for the custom module generated for (lazy loading)

  • @ksas323
    @ksas323 3 ปีที่แล้ว

    Please complete the course, your explanation is more than wonderful

  • @harshitbadaya
    @harshitbadaya 3 ปีที่แล้ว +1

    Very well explained, Great. Thnak you !

  • @komkirisma3347
    @komkirisma3347 2 ปีที่แล้ว +2

    thankyou my mentor

    • @ARCTutorials
      @ARCTutorials  2 ปีที่แล้ว +1

      Glad the tutorials are helpful. Let me know if you need any help!

  • @dineshkumar8893
    @dineshkumar8893 3 ปีที่แล้ว +2

    Really ur explanation was so good and easy to learn

  • @dineshguptha8225
    @dineshguptha8225 3 ปีที่แล้ว +1

    We are always waiting for u r videos its very helpful ...

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      Thanks a lot Dinesh for your kind support and encouragement 😊

  • @idhasitha
    @idhasitha 3 ปีที่แล้ว +2

    thank you for doing valuable stuff

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว +1

      Hi Hasitha. Thank you for your kind words. Glad you are enjoying the videos

    • @idhasitha
      @idhasitha 3 ปีที่แล้ว

      @@ARCTutorials yes usually I'm watching most of your vides

  • @ishanatapattu3278
    @ishanatapattu3278 2 ปีที่แล้ว

    Bro, you are so cool! Thank you very much!

  • @althafabbas5385
    @althafabbas5385 2 ปีที่แล้ว

    use full 🙌

  • @lakshmi0524
    @lakshmi0524 ปีที่แล้ว

    Hi **,
    Just a correction in the command for lazy loading
    It should be
    "ng generate module --route --module app"
    if we use the app.module CLI gives errors. It should be just "app" 😀

  • @divineaudio8727
    @divineaudio8727 2 ปีที่แล้ว

    Could you please explain how to categorize the Module into 3 different modules namely: Core Modules, Feature Modules and Shared Modules with some use cases ?

  • @NayanJoshi24
    @NayanJoshi24 3 ปีที่แล้ว

    excellent briefing (y)

  • @deepthipritha2418
    @deepthipritha2418 2 ปีที่แล้ว

    Do we need to add the payments selector in app comp.html??

  • @raghuramreddy5613
    @raghuramreddy5613 3 ปีที่แล้ว

    Is your Loan manager project (live project) is included in this tutorials

  • @vikashkumarjha299
    @vikashkumarjha299 3 ปีที่แล้ว +1

    Are you talking about Mean Stack playlist which contains 19 videos right now?

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว +1

      Hi Vikash. I am starting brand new series on MEAN STACK tomorrow. It got delayed due to some office work. Watch out tomorrow for nee videos 👍

  • @sonalilaware1220
    @sonalilaware1220 3 ปีที่แล้ว

    my project is too big and working slow now i want use lazy loding what can i do

  • @divyeshtandel4587
    @divyeshtandel4587 3 ปีที่แล้ว

    Please give me the playlist link of loan manager tutorial

  • @AussieAmigan
    @AussieAmigan 3 ปีที่แล้ว +1

    What if you have an existing module and then decide it would be better to perform lazy loading on it? Surely that happens.
    Now I would need to generate both the module and the routing files. The command from the video won't let me.
    So I would need to build them manually, perhaps by generating a dummy module, then duplicating the missing module and routing files and replacing the names.
    Not a crazy amount of work, but it would be nice if there was a short cut to convert an existing module.

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      We can convert any existing module into a lazy loading module. The only thing is we will have to edit/write the module manually and most often causes problems in some syntax, typo etc etc

  • @jayapalagowda
    @jayapalagowda 3 ปีที่แล้ว

    What is the difference between ElementRef, TemplateRef, and viewContainerRef?

  • @forstudying9593
    @forstudying9593 3 ปีที่แล้ว +1

    Bro give the source code for loan manager project........

  • @himanshuarora1910
    @himanshuarora1910 2 ปีที่แล้ว

    explain the full line in more detail ie the heart of the lazy loading line .
    what does the line mean after importing children ie import().then

  • @darlindopson6771
    @darlindopson6771 3 ปีที่แล้ว +1

    Hi bro, i have created a project without lazy loading, right now can i make it lazy?

  • @narasimharaob8680
    @narasimharaob8680 3 ปีที่แล้ว

    how to fix below error plz help me sir

  • @soumyaranjan1433
    @soumyaranjan1433 3 ปีที่แล้ว

    Sir , how can we route between two modules , on button click ?

  • @tusarkantamallick5414
    @tusarkantamallick5414 2 ปีที่แล้ว

    where is the project code, can you please share the code

  • @manibharathi3455
    @manibharathi3455 3 ปีที่แล้ว

    I did not understand how lazy load payment/success did not works......when we load payment alone it works then success is its child then why it does not work??

  • @je2587
    @je2587 2 ปีที่แล้ว

    i always get status code of 304 instead of 200

  • @saalimhussain6635
    @saalimhussain6635 3 ปีที่แล้ว +1

    2nd comment sir

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      Thank you so much Saalim for your kind support and encouragement.

    • @saalimhussain6635
      @saalimhussain6635 3 ปีที่แล้ว +1

      @@ARCTutorialsthanks for your response .
      any[ ] can you explain this sir

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      @@saalimhussain6635 It means that this variable can take array of any type of data types. For e,g can take array of strings, numbers, objects, interfaces etc

    • @saalimhussain6635
      @saalimhussain6635 3 ปีที่แล้ว

      Thanks sir.... ❤