You are explaining of the parts, news, changes and differences from the older versions very good. Do you have a how-to series for a sample application for Angular 17 or later versions, developed by bringing together all the pieces you explained in the tutorial series (except this tutorial)?
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
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
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
Hi , when i try to create a nested routes with lazy loading all are standalone componets.I'm loading Both parent and child components are lazy. Some times i'm getting console error like dynamic chunk not available. When this error occurs navigation not working until unless browser refresh in local environment.
@@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
Thanks a lot sir. Got very clear understanding on lazy loading ..
You are most welcome. Glad to hear that!
Thank you so much for this tutorial; it has been incredibly impactful.
Thank you for your kind words and appreciation 🙏
You are explaining of the parts, news, changes and differences from the older versions very good. Do you have a how-to series for a sample application for Angular 17 or later versions, developed by bringing together all the pieces you explained in the tutorial series (except this tutorial)?
First the concepts and then full project we will build 🙏
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
So happy to read this comment. You made my day!
Sometimes say u have a component that you need to load in many views, than it makes sense to use lazy loading components
really a great way to explain lazy loading...
Thank you so much for your kind words and encouragement 👍 Glad that you are finding Angular tutorials helpful
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
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
I will be posting more videos soon
Hi , when i try to create a nested routes with lazy loading all are standalone componets.I'm loading Both parent and child components are lazy. Some times i'm getting console error like dynamic chunk not available. When this error occurs navigation not working until unless browser refresh in local environment.
Waiting for react js complete series....
Yes i will restart the react series soon
Please Make more videos of Angular 17
Rolling more videos in this series from
Tomorrow
so we can skip the genrate module and just can use lazyloding components ? will this approach good for interprice lavele project ?
Yes. You can either use regular module or lazy loading module. You can integrate in any project
@@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