Glad the tutorials are helpful. Let me know if you need any help!
@karanselvaraj74763 жыл бұрын
thank you for the update sir i was using old code and got confused. it was really helped me
@ARCTutorials3 жыл бұрын
You are most welcome
@rajesh.muthyala3 жыл бұрын
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
@althafabbas53852 жыл бұрын
use full 🙌
@babatundejoseph80142 жыл бұрын
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)
@amanuellebassi72943 жыл бұрын
Excellent explanation. Thank you so much!
@ARCTutorials3 жыл бұрын
Glad you enjoyed it!
@ksas3233 жыл бұрын
Please complete the course, your explanation is more than wonderful
@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" 😀
@raghuramreddy56133 жыл бұрын
Is your Loan manager project (live project) is included in this tutorials
@divineaudio87272 жыл бұрын
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 ?
@deepthipritha24182 жыл бұрын
Do we need to add the payments selector in app comp.html??
@dineshkumar88933 жыл бұрын
Really ur explanation was so good and easy to learn
@ARCTutorials3 жыл бұрын
Thanks a lot 😊
@dineshguptha82253 жыл бұрын
We are always waiting for u r videos its very helpful ...
@ARCTutorials3 жыл бұрын
Thanks a lot Dinesh for your kind support and encouragement 😊
@idhasitha3 жыл бұрын
thank you for doing valuable stuff
@ARCTutorials3 жыл бұрын
Hi Hasitha. Thank you for your kind words. Glad you are enjoying the videos
@idhasitha3 жыл бұрын
@@ARCTutorials yes usually I'm watching most of your vides
@ishanatapattu32782 жыл бұрын
Bro, you are so cool! Thank you very much!
@harshitbadaya3 жыл бұрын
Very well explained, Great. Thnak you !
@jayapalagowda3 жыл бұрын
What is the difference between ElementRef, TemplateRef, and viewContainerRef?
@darlindopson67713 жыл бұрын
Hi bro, i have created a project without lazy loading, right now can i make it lazy?
@ARCTutorials3 жыл бұрын
Yes, you can
@NayanJoshi243 жыл бұрын
excellent briefing (y)
@vikashkumarjha2993 жыл бұрын
Are you talking about Mean Stack playlist which contains 19 videos right now?
@ARCTutorials3 жыл бұрын
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 👍
@himanshuarora19102 жыл бұрын
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
@AussieAmigan3 жыл бұрын
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.
@ARCTutorials3 жыл бұрын
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
@divyeshtandel45872 жыл бұрын
Please give me the playlist link of loan manager tutorial
@soumyaranjan14333 жыл бұрын
Sir , how can we route between two modules , on button click ?
@abhishekk35613 жыл бұрын
using router link
@sonalilaware12203 жыл бұрын
my project is too big and working slow now i want use lazy loding what can i do
@tusarkantamallick54142 жыл бұрын
where is the project code, can you please share the code
@narasimharaob86803 жыл бұрын
how to fix below error plz help me sir
@manibharathi34553 жыл бұрын
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??
@forstudying95933 жыл бұрын
Bro give the source code for loan manager project........
@saalimhussain66353 жыл бұрын
2nd comment sir
@ARCTutorials3 жыл бұрын
Thank you so much Saalim for your kind support and encouragement.
@saalimhussain66353 жыл бұрын
@@ARCTutorialsthanks for your response . any[ ] can you explain this sir
@ARCTutorials3 жыл бұрын
@@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