Angular Training Part 2 - Angular Concepts - ViewChild, ViewChildren, ContentChild, ContentChildren

preview_player
Показать описание
In this video we talk about ViewQueries that Angular provides to have access to components that are present on the View or that are projected as Content.
Рекомендации по теме
Комментарии
Автор

Straight to the point. Thanks. Good video.

prabhu
Автор

You explained in a very easy and clear way.Thanks a lot

shrastijain
Автор

Excellent.. very easy to understand.. keep posting good tutorials

hemantasamanta
Автор

Good job on describing these stuffs in an easy way !

sprasain
Автор

Explained the complex part very clearly.

surysagar
Автор

These particular scenarios can be hard to explain, but you did a great job.

SuperToughnut
Автор

Just before 17:00 you said that we might not have access to projected content component inside ngAfterViewInit(), so we should use it inside ngAfterContentChecked() which is not true because ngAfterViewInit() is always called after ngContentChecked().
So it will always be having access to projected content inside ngAfterViewInit().
Please correct me if you feel i am wrong.

deepakdhull
Автор

Nice video you are a 9:55 this error is common in Angular, it can be debugged using a ChangeDetectorRef (cd for instance) instance in the constructor and after component variable or any change, put this: this.cd.detectChanges()

mochemiguel
Автор

Thank you, I think, If you tell objective or what is the requirements before starting implementation, It would be better to understand. As of now, you are just thinking without explaining it . It is very difficult to understand for beginners.

ashishpatan
Автор

Where is the first video ? I don't find ...

davidCode