Sharing Data between Angular Components

Pass Data From Child Component To Parent Component Using @Output() In Angular 9

In this article, we will learn how to pass data from child component to parent component using @Output() and EventEmitter…

4 years ago

Pass Data From Parent Component To Child Component Using @Input() In Angular 9

In this article, we will learn how to pass data from parent component to child component using @Input() in Angular…

4 years ago