bro in basic angular videos you explain the concepts and you give the github link in description. It is very usefull for reference. In this advanced concept you didn't give the sample code github link. please provide that which is very usefull for us.
why do we need specific canLoad , it can be done using canActivate also ? this was asked me in interview . if someone has a clear ans , please reply tagging me
canActivate can be used only to prevent unauthorized access to the route. But canLoad prevent the access and it will not load the module itself. When we use canActivate, the module will be loaded but cannot be accessed.
I never liked Resolver. It's possible that I have never come across a proper scenario, but I feel that lag between user click and the actual navigation is very frustrating. I would much rather navigate first and see a spinner/loader.
May be my example makes you think like that. Assume that you want to show a product details when you click on a product in a list page, in that case on clicking the product you can show a spinner in the same page and once data arrived you can navigate to the details page, if any problem or out of stock you can show an error message and stay in the same list page so that the user can click another product.
Good Platform to learn Angular advanced. can understand much easily with code examples. Keep up the Good work Bro
Thanks a lot bro 😀
I thought that it would need 1-2 hours to understand those guards but you clearly nailed it 👍✨🙏
Thank you very much bro
Wow, You are the best of the best. Actually you are a very good tutor. Keep it up bro.
Thank you very much bro 😄
Explanation of each and every topic is very clear thank you for sharing videos with us .
Thank you so much bro
Perfect answer simple and sweet.
Thank you so much 🙏
I love your teaching style becoz you have explained all the concept in very short , keep it up .Thanks for making such type of video.
Thank you very much bro 😊
very crisp and clear explanation😍
Thanks a lot 😊
Very Helpful 👌, Thanks
Thank you 👍
Thank you very much for your videos.
You are very welcome
I wish I had watched your videos 4 months ago, I would have cracked jobs 2x my current salary, still better late than never
That's impressive 🙂
thank you
Thank you bro
Amazing content 👏
Thank you 😊
Thanks
Welcome
Nice Explanation
Thank you 👍
Superb 🙌
Thanks 🤗
Excellent
Thank you 😀
Clearly explained. 👍
Thank you 🙂
Awesome
Thank you
Thank you very much, it was very Helpful
Thank you so much
Nice explanations.
Thank you for your comment on Route Guard video.
Helpfull
Glad to hear that
very helpful 👍
Thank you buddy
Nice 👍
Thanks ✌
Well explained.
Thank you
very well explained.
Thank you very much
bro in basic angular videos you explain the concepts and you give the github link in description. It is very usefull for reference. In this advanced concept you didn't give the sample code github link. please provide that which is very usefull for us.
You can find all the codes here bro.
github.com/freelancer-surender/Angular---Hero-to-Superhero
@@WebTechTalk Very....Thanks bro videos all are short and sweet but veryusefull.
@@PrabhuM-f5r Thank you bro :)
why do we need specific canLoad , it can be done using canActivate also ? this was asked me in interview . if someone has a clear ans , please reply tagging me
canActivate can be used only to prevent unauthorized access to the route. But canLoad prevent the access and it will not load the module itself. When we use canActivate, the module will be loaded but cannot be accessed.
can you provide github links of your code for each concepts and also it seems likes very fast
You can get it from here
github.com/freelancer-surender/
can you explain lazy loading ?
I have explained lazy loading in complete project video and in route guard video. May be I will create a separate video for lazy loading.
@@WebTechTalk where is the complete project?
@@narenk8077 ruclips.net/video/sv76HcgjLZM/видео.html
Can we have multiple router-outlets in single application?
Yes. We can have.
intrested in teaaching angular let me know. thank you.
Are you asking me whether I am interested?
Hi thank you very much, can I have code git hub link
Here you go.
github.com/freelancer-surender/Angular---Hero-to-Superhero
I never liked Resolver. It's possible that I have never come across a proper scenario, but I feel that lag between user click and the actual navigation is very frustrating. I would much rather navigate first and see a spinner/loader.
May be my example makes you think like that. Assume that you want to show a product details when you click on a product in a list page, in that case on clicking the product you can show a spinner in the same page and once data arrived you can navigate to the details page, if any problem or out of stock you can show an error message and stay in the same list page so that the user can click another product.
cool concepts but very going very fast , can't catch up to you
Yes bro. I got that feedback from many. In my recent videos you can see the difference.