Angular Router and Route Guards | Angular Concepts made easy | Procademy Classes

Angular Router and Route Guards | Angular Concepts made easy | Procademy Classes

procademy

10 месяцев назад

15,082 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@igorr4682
@igorr4682 - 17.09.2023 19:57

if you want to use router to get the data you can do this
const state = this.router.lastSuccessfulNavigation?.extras.state; is the correct way to get the state from the route in Angular 16.

Ответить
@El_Bald
@El_Bald - 03.12.2023 00:54

Thanks for this great video. 😊😊
It really helped me understand Angular Routing properly.

Ответить
@arifulhaque3236
@arifulhaque3236 - 23.11.2023 15:48

want a whole video like this series about RXJS

Ответить
@swaroopraj-fy3io
@swaroopraj-fy3io - 20.11.2023 17:46

It's helpful.

Ответить
@rupeshdulal4677
@rupeshdulal4677 - 20.11.2023 16:29

Please create project using reactive angular also❤

Ответить
@jacksonmwendwamuendo7847
@jacksonmwendwamuendo7847 - 14.11.2023 07:40

Wow! Have learnt alot kindly assist us with pdf to the course

Ответить
@ailint5557
@ailint5557 - 10.11.2023 12:30

Can you please make a timestamps. This video is very long and everytime you need to rewind to searh for specific part you are looking for.

Ответить
@rubencortez6707
@rubencortez6707 - 02.11.2023 17:17

god like thank you sir. very helpful indeed.

Ответить
@ahmedyoussef7968
@ahmedyoussef7968 - 31.10.2023 13:43

Thank you

Ответить
@vasanthapandiyanm2405
@vasanthapandiyanm2405 - 25.10.2023 03:29

Boss, pls do any project as sample from start to end...

Ответить
@mageshwaranm9779
@mageshwaranm9779 - 13.10.2023 18:50

want CSS tutorial

Ответить
@tomail1167
@tomail1167 - 13.10.2023 04:17

Please Mr. Manoj:
when using RouterLink Directive with all links in my application,
use attribute like this: routerLink="Home"
or
use property like this: [routerLink]=" ' Home ' "

Thank you for your efforts in explaining and simplifying the lesson.

Ответить
@anishtanvar2302
@anishtanvar2302 - 09.10.2023 20:04

hey sir, can you tell me how to create admine dashboard, and also how to doe login as a user and how to login as admin?

Ответить
@hamzanouh9153
@hamzanouh9153 - 25.09.2023 03:20

when it is expected to add chapters to the video

Ответить
@abdalrahmanaldammad8866
@abdalrahmanaldammad8866 - 18.09.2023 15:54

We ask you, sir, to complete the Node JS course, because there is no teacher like you who explains Node in a wonderful way... I hope you see my comment

Ответить
@akshayk6653
@akshayk6653 - 18.09.2023 08:22

Please make one video about Lazy loading

Ответить
@igorr4682
@igorr4682 - 17.09.2023 02:44

you can make the guard function more generic => like this, it will except any component that implements CanComponentDeactivate interface

export interface CanComponentDeactivate {
canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
}


export const canExitRoute = <T extends CanComponentDeactivate>(
component: T
): Observable<boolean> | Promise<boolean> | boolean => {
return component.canDeactivate ? component.canDeactivate() : true;
};

Ответить
@peymanesmaili7191
@peymanesmaili7191 - 17.09.2023 01:23

thank you for covering this content. i want to ask you when do you want create a video about ngrx ? this is very important topic but we dont have a good video for it

Ответить
@sona4612
@sona4612 - 16.09.2023 14:21

Wow🔥🔥🔥 Amazing content as always..
Thank you so much for covering these topics in detail.. Please include change detection, ngzone, subjects , inject() topics also in your future videos.

Ответить
@darioparejadiaz
@darioparejadiaz - 14.09.2023 23:45

This content is amazing! Could you put the keypoints into the video time line in every new topic? Thanks

Ответить
@indiansupremecy4918
@indiansupremecy4918 - 14.09.2023 10:12

please make a full expalin video on RxJs library and NgRx in hindi with proper example

Ответить
@Abraham14031987
@Abraham14031987 - 13.09.2023 20:06

My best Angular teacher

Ответить
@user-mg9tx4gh9d
@user-mg9tx4gh9d - 13.09.2023 19:15

I have seen tutorial which convers entire react within 5hr but for routing in ng is more than 5 hr :|

Ответить
@nouchance
@nouchance - 13.09.2023 17:43

Amazing sir!

Ответить
@ammarhindi5584
@ammarhindi5584 - 13.09.2023 16:01

Thank you for the great explanation. I have a question: Can we use ngOnChanges instead of ngOnInit in the case of changing parameters? Thank you very much.

Ответить
@muhammadnaveedkhan6739
@muhammadnaveedkhan6739 - 13.09.2023 12:21

Absolutely brilliant Sir g, Content at your channel is very helpful and informative. Thank you

Ответить
@abdllahzayed6790
@abdllahzayed6790 - 13.09.2023 11:59

you are the best teacher thanks for your time ❤❤

Ответить
@siddhartharora5675
@siddhartharora5675 - 13.09.2023 08:07

Was waiting from long time

Ответить
@tuku_mann
@tuku_mann - 13.09.2023 07:23

Wow, that so cool 🎉

Ответить
@laluprasad3775
@laluprasad3775 - 13.09.2023 07:16

Sir please make vidoes daily , please complete fast

Ответить
@codewithsk07
@codewithsk07 - 13.09.2023 03:46

Waiting from Portugal 👋

Ответить
@muhammadnaveed7953
@muhammadnaveed7953 - 12.09.2023 23:01

Waiting...

Ответить