Angular @ViewChild and @ViewChildren (Angular 4) - #16

preview_player
Показать описание
This tutorial demonstrates the @ViewChild and @ViewChildren decorator which are used to communicate between parent and child components in angular 2 and angular 4. It includes examples of @Viewchild using Component, Directive and Template reference.
Рекомендации по теме
Комментарии
Автор

Very much satisfied with this tutorial.Keep it up!! :)

faizu
Автор

I observe that at few places when I mention decorator's I mention '@' e.g. @Input Decorator. I do not need to mention '@' as mentioning it as a decorator, it is understood that it is prefixed with '@' :), but no harm even if you mention '@' :)

mdjunaidalam
Автор

how to call a method using viewchildren. Can anyone help???

sai
Автор

You can download the source code from :

mdjunaidalam
Автор

keep the good work sir..make a video on http client interceptor with full declaration Thank you

sourishdutta
Автор

When to used viewchild and contentchild ?

kotireddy
Автор

Sir, Please make tutorial on Implementing Gantt chart in Angular 4.

ronysmile
Автор

Sir please make tutorials on promise and the difference between using promise and observables

ronysmile
Автор

hey could you break whole topic in many small size video.your videeo is much long.but you have great understanding

pramodkumarw
Автор

sir at 25:25 y r u creating viewchild??
fName and lName are at same html and ts file.

vatansoni
Автор

here you desgin fname and lname on app.componet.html so this fname and lname directly set without using viewchild('fname') and viewchild('lname'). may be fname nad lname desgin on childa.componet.html and this access using viewchild

vimalpatel
Автор

how to call a method using viewchildren. Can anyone help???

sai