Introduction
In this article, we are going to learn how to share data from child to parent component in Angular 8 using @ViewChild.
What Is a @ViewChild ?
A ViewChild is a component if we want to access a child component, directive, DOM element inside the parent component, we use the decorator @ViewChild() in Angular.
Introduction
In this article, we are going to learn how to share data from child to parent component in Angular 8 using @ViewChild.
What Is a @ViewChild ?
A ViewChild is a component if we want to access a child component, directive, DOM element inside the parent component, we use the decorator @ViewChild() in Angular. […]