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)
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" 😀
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 ?
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.
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
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??
@@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
thank you for the update sir i was using old code and got confused.
it was really helped me
You are most welcome
Excellent explanation. Thank you so much!
Glad you enjoyed it!
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
Best Content
Thank you so much for your kind words and liking the tutorials 👍
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)
Please complete the course, your explanation is more than wonderful
Very well explained, Great. Thnak you !
thankyou my mentor
Glad the tutorials are helpful. Let me know if you need any help!
Really ur explanation was so good and easy to learn
Thanks a lot 😊
We are always waiting for u r videos its very helpful ...
Thanks a lot Dinesh for your kind support and encouragement 😊
thank you for doing valuable stuff
Hi Hasitha. Thank you for your kind words. Glad you are enjoying the videos
@@ARCTutorials yes usually I'm watching most of your vides
Bro, you are so cool! Thank you very much!
use full 🙌
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" 😀
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 ?
excellent briefing (y)
Do we need to add the payments selector in app comp.html??
Is your Loan manager project (live project) is included in this tutorials
Are you talking about Mean Stack playlist which contains 19 videos right now?
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 👍
my project is too big and working slow now i want use lazy loding what can i do
Please give me the playlist link of loan manager tutorial
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.
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
What is the difference between ElementRef, TemplateRef, and viewContainerRef?
Bro give the source code for loan manager project........
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
Hi bro, i have created a project without lazy loading, right now can i make it lazy?
Yes, you can
how to fix below error plz help me sir
Sir , how can we route between two modules , on button click ?
using router link
where is the project code, can you please share the code
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??
i always get status code of 304 instead of 200
2nd comment sir
Thank you so much Saalim for your kind support and encouragement.
@@ARCTutorialsthanks for your response .
any[ ] can you explain this sir
@@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
Thanks sir.... ❤