Awesome video, after a long time........ still we are waiting for upcoming videos......thank you so much for helping angular developers by making videos
Thank you for this video. My angular learning was kind of stuck in middle because your angular playlist is very basic and incomplete. Pleaseease update this. People like me is waiting badly.
Hey, Could you please make video on NgModules concept, Mock Interview Questions. It would be a great help. Because I am like fun of your teaching way and learning a lot from you. Thank you so much for videos.
Hello, your video's are really helpful. Thank you so much for this great job. Can you please make series on ngRx please it's request And thanks in advance
*Watch these videos as well* 👍 Routing: ruclips.net/video/E8QOJ822Ta4/видео.html Nested Routing: ruclips.net/video/JfNLM0hq_uk/видео.html Named Router Outlet: ruclips.net/video/ev6z6B3GVlw/видео.html
Hi Nishna Singla can you expalin after sucessful authentication when am trying to hit /login,/register i should not navigate to login ore register can i know the solution
Can we hide the menu navigation using canActivate? I have used the same in my application but I have to refresh the page to see the effect after logout.
@@mahavirsinhpadhiyar864 Ideally Guards are meant to use to control route accessibility . But you can try by setting any flag (using any global state or localStorage) which can be set in canActivate Method so that Menu can toggle as per the value set in this function.
this is awesome, but Can you please tell me If I want to restrict a user from a specific HTML element / typescript method/ function inside the component(some functions/ elements should be accessible but some should not), thank you.
Hello mam how can I pass user object to isLoggedIn() method as an argument? When I am doing that in auth.ts file it will showing some error please help me maam
i have two doubts i hope you will see this comment and reply soon 1: if you have already added injectable ({ providedIn: 'root' }) then it is not necassary to add it in the app module as per my knowledge then why did u do that? 2: what is the use of the properties which "canActivate" consists the Activatedroutesnapshot and the Routestatesnapshot. cause as far as i know they are also very important i do not know why yet but i read this somewhere.
Unfortunately I have just one like button or else I would have liked million times to this playlist for such an easy explanation.
A very simple and straight forward way of explaining, well done ✌✌
I love the way of teach is very familiar to me ,your my coding god
Awesome video, after a long time........ still we are waiting for upcoming videos......thank you so much for helping angular developers by making videos
It's my pleasure
A very simple and great way of explaining things
Hi Nisha, please try to make complete Angular topics and upload. The way of your presentation is very much understandable to every one. Thank You.
thanks. I will try to upload more topics
More power to you !!!
😀
I love the way You Explain
Yes, soon
Great explanation
Thank u 🙏
well explained , really awesome , can you please upload more about the routers , other more concepts , ES6 FEATURES
Awesome explanation. very crisp and clear. :) Thanks !! I just have one doubt that can we also pass parameters to guards ??
Thank you for clear explaination :)
You’re welcome
Thanks, you save my life
You’re welcome
Thank you so much . It was clean and understabl.
You're welcome!
Thankyou soo much nisha ma'am for updating this video on my request soo early and I can't know wt can I say more than thankyou
My pleasure 😊 Keep Learning
Really awesome and well explained , Thank you for sharing with us.
Awesome
superb
Thank u so much mam
Thanks for liking
Thank you for this video. My angular learning was kind of stuck in middle because your angular playlist is very basic and incomplete.
Pleaseease update this. People like me is waiting badly.
I will try my best to complete this series. Thanks for liking.
@@NishaSingla Please update the playlist of your angular tutorials with the latest version and changes
Please make videos for Angular projects
Hey, Could you please make video on NgModules concept, Mock Interview Questions. It would be a great help. Because I am like fun of your teaching way and learning a lot from you. Thank you so much for videos.
Thanks Payal 😀😀
Hello, your video's are really helpful. Thank you so much for this great job. Can you please make series on ngRx please it's request And thanks in advance
Hii ur explantion is awesome,,, is services are compulsary link on providers(modules.ts)?
CanActivate is not holding till http api response ...so could u help how do we hold till response
*Watch these videos as well*
👍
Routing: ruclips.net/video/E8QOJ822Ta4/видео.html
Nested Routing: ruclips.net/video/JfNLM0hq_uk/видео.html
Named Router Outlet: ruclips.net/video/ev6z6B3GVlw/видео.html
In which video of yours do you go over JWT tokens?
Hi Nishna Singla can you expalin after sucessful authentication when am trying to hit /login,/register i should not navigate to login ore register can i know the solution
Awesome video very helpful for me And I am waiting for realtime project. And when will you start realtime project any class or video ?
Thank you so much very helpful
You’re welcome 😊
Thank you!!! Saved my day :)
You're welcome!
Can we hide the menu navigation using canActivate? I have used the same in my application but I have to refresh the page to see the effect after logout.
Can you please explain a bit your requirement, where exactly you need this ?
@@NishaSingla What I am asking is can we show and hide the Menu bar according to isActivate function so no need to show if it is not allow.
@@mahavirsinhpadhiyar864 Ideally Guards are meant to use to control route accessibility . But you can try by setting any flag (using any global state or localStorage) which can be set in canActivate Method so that Menu can toggle as per the value set in this function.
@@NishaSingla ok thank you so much
@@mahavirsinhpadhiyar864 You're welcome
this is awesome, but Can you please tell me If I want to restrict a user from a specific HTML element / typescript method/ function inside the component(some functions/ elements should be accessible but some should not), thank you.
Hello mam how can I pass user object to isLoggedIn() method as an argument?
When I am doing that in auth.ts file it will showing some error please help me maam
good work
Thank you! Cheers!
what if we hit localhost:4200/users directly from address bar?
Pls,make video on angular login with jwt token
Sure
If we move back in browser after logout we are able to move back to previous page.
PS I clear every data while one clicks logout.
Can I expect videos on all lifecycle hooks and router events
I will upload videos on these topics soon. Thanks
i have two doubts i hope you will see this comment and reply soon
1: if you have already added injectable ({ providedIn: 'root' }) then it is not necassary to add it in the app module as per my knowledge then why did u do that?
2: what is the use of the properties which "canActivate" consists the Activatedroutesnapshot and the Routestatesnapshot. cause as far as i know they are also very important i do not know why yet but i read this somewhere.
Thanks
Welcome
We want angular jwt authentication in deep
I will try to upload it soon. Thanks
put a example condition plz
please make more tutorials
Good one can you share the code