Тёмный

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

ARCTutorials
Подписаться 66 тыс.
Просмотров 25 тыс.
50% 1

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@komkirisma3347
@komkirisma3347 Год назад
thankyou my mentor
@ARCTutorials
@ARCTutorials Год назад
Glad the tutorials are helpful. Let me know if you need any help!
@karanselvaraj7476
@karanselvaraj7476 3 года назад
thank you for the update sir i was using old code and got confused. it was really helped me
@ARCTutorials
@ARCTutorials 3 года назад
You are most welcome
@rajesh.muthyala
@rajesh.muthyala 3 года назад
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
@amanuellebassi7294
@amanuellebassi7294 3 года назад
Excellent explanation. Thank you so much!
@ARCTutorials
@ARCTutorials 3 года назад
Glad you enjoyed it!
@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" 😀
@babatundejoseph8014
@babatundejoseph8014 2 года назад
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)
@harshitbadaya
@harshitbadaya 3 года назад
Very well explained, Great. Thnak you !
@althafabbas5385
@althafabbas5385 2 года назад
use full 🙌
@dineshkumar8893
@dineshkumar8893 3 года назад
Really ur explanation was so good and easy to learn
@ARCTutorials
@ARCTutorials 3 года назад
Thanks a lot 😊
@idhasitha
@idhasitha 3 года назад
thank you for doing valuable stuff
@ARCTutorials
@ARCTutorials 3 года назад
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
@dineshguptha8225
@dineshguptha8225 3 года назад
We are always waiting for u r videos its very helpful ...
@ARCTutorials
@ARCTutorials 3 года назад
Thanks a lot Dinesh for your kind support and encouragement 😊
@ksas323
@ksas323 3 года назад
Please complete the course, your explanation is more than wonderful
@ishanatapattu3278
@ishanatapattu3278 2 года назад
Bro, you are so cool! Thank you very much!
@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 ?
@himanshuarora1910
@himanshuarora1910 Год назад
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
@AussieAmigan
@AussieAmigan 3 года назад
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
@deepthipritha2418
@deepthipritha2418 2 года назад
Do we need to add the payments selector in app comp.html??
@NayanJoshi24
@NayanJoshi24 3 года назад
excellent briefing (y)
@jayapalagowda
@jayapalagowda 3 года назад
What is the difference between ElementRef, TemplateRef, and viewContainerRef?
@vikashkumarjha299
@vikashkumarjha299 3 года назад
Are you talking about Mean Stack playlist which contains 19 videos right now?
@ARCTutorials
@ARCTutorials 3 года назад
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 👍
@forstudying9593
@forstudying9593 2 года назад
Bro give the source code for loan manager project........
@raghuramreddy5613
@raghuramreddy5613 3 года назад
Is your Loan manager project (live project) is included in this tutorials
@darlindopson6771
@darlindopson6771 3 года назад
Hi bro, i have created a project without lazy loading, right now can i make it lazy?
@ARCTutorials
@ARCTutorials 3 года назад
Yes, you can
@divyeshtandel4587
@divyeshtandel4587 2 года назад
Please give me the playlist link of loan manager tutorial
@sonalilaware1220
@sonalilaware1220 2 года назад
my project is too big and working slow now i want use lazy loding what can i do
@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??
@soumyaranjan1433
@soumyaranjan1433 3 года назад
Sir , how can we route between two modules , on button click ?
@abhishekk3561
@abhishekk3561 3 года назад
using router link
@je2587
@je2587 2 года назад
i always get status code of 304 instead of 200
@tusarkantamallick5414
@tusarkantamallick5414 Год назад
where is the project code, can you please share the code
@narasimharaob8680
@narasimharaob8680 3 года назад
how to fix below error plz help me sir
@saalimhussain6635
@saalimhussain6635 3 года назад
2nd comment sir
@ARCTutorials
@ARCTutorials 3 года назад
Thank you so much Saalim for your kind support and encouragement.
@saalimhussain6635
@saalimhussain6635 3 года назад
@@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.... ❤
Далее
ЛОВИМ НОВЫХ МОНСТРОВ В LETHAL COMPANY
2:42:22
Lazy Loading - Angular (Tutorial #29)
10:44
Просмотров 33 тыс.
Speed Up Your React Apps With Code Splitting
16:50
Просмотров 379 тыс.
ЛОВИМ НОВЫХ МОНСТРОВ В LETHAL COMPANY
2:42:22