Can we add rxjs take() operator on the subscription?
@gunasekharkoppanati3 жыл бұрын
when we need to guard all the routes, do we need to add each and every route with canActivate ?
@LeelaWebDev3 жыл бұрын
You can create parent class and extend it to all the components. and in the parent class constructor you can add the condition.
@saikumar-eh6df4 жыл бұрын
Could you please make a video on Angular project structure. I mean modularising code
@LeelaWebDev4 жыл бұрын
Yeah sure. I will cover the topic
@saikumar-eh6df4 жыл бұрын
Brother could you make a video on role based access control in nodejs
@LeelaWebDev4 жыл бұрын
I will try to make in node js course
@jaiswalaman3 жыл бұрын
Can you please create video on canDeactivate Guard
@LeelaWebDev3 жыл бұрын
I already did the candeactivate route guard. kzbin.info/www/bejne/hprIqmakpcuYd8k
@tarakavikas82874 жыл бұрын
Unable to navigate to navigate to another component when applied route guard for that component please help. Can I get your email id?
@LeelaWebDev4 жыл бұрын
The guard has to return true. and you need to run true. Check whether you are returning true or not
@tarakavikas82874 жыл бұрын
@@LeelaWebDev yeah I have created a login component that must be redirected to loggedin component when the login form with values email and password is not null I did that but unable to redirect when I remove canactive for loggedin it is redirecting. Can you help me with canactive code for the above one.
@LeelaWebDev4 жыл бұрын
@@tarakavikas8287 My code is deployed in github. The link is provided in the description below. Can you look at that