DEV Community

Digamber Singh
Digamber Singh

Posted on

Angular 9|8|7 ViewChild Tutorial – Access Child Component

The post Angular 9|8|7 ViewChild Tutorial – Access Child Component appeared first on positronX.io.

Viewchild is one of the decorators in Angular 9|8|7. It is one of the basic ones, and you will learn about it in the early stages itself.

We have to mention the fact that Viewchild in Angular 9|8|7 is one of the widely used decorators.Viewchild in Angular comes with many features. You will find these features useful. However, only a handful of features are prevalent.

If you wish to gain access to a DOM element, directive or component from a parent component class then you rely on Angular Viewchild.

Click here to read more

Top comments (0)