Route guard in angular 13 | role based authentication implementation| angular 13 tutorial #19

preview_player
Показать описание
#angular13 #routeguard #nihiratechiees

This video explains what is route guard & how to use route guard features
also explains interfaces in guards with real time example

Angular Routing video link
======================

Important points about route guard
===================================
1, Guard used to restrict the menu navigation
2, We can implement Authorization
3, We can have n number of guards in our application
4, We can generate guard using CLI Commands ng g g guard name
5, We can use services in guard
6, Guard has below interfaces

1, Can Activate
2, Can Activate Child
3, Can Deactivate
4, Can Load
Рекомендации по теме
Комментарии
Автор

I am so happy the content is so nice and please sir could you explain lazy loading

hafeezbadure
Автор

Thanks, very much! I'm subscribe.

danidear
Автор

hi sir i have one doubt regarding this video, while doing role based authorisation using canActivate, when you type admin for username and role you was able navigate through all component but when type subadmin you didnt get access to navigate through user alert message diplayed. i was not able to get the logic.

sankarvenugopal
Автор

can u plz explain can load role based on roles autherizàtion in lazy loading

techie
Автор

Can you pls explain lazy loading with example and post interview scenario based questions ?

vijayansivaraman
Автор

how to pass token access token in header

KidsKudos-fr