#angular #angular13 #nihiratechiees
This video explains data transfer between the components
Below topics are covered
=====================
1, Parent to Child
* Using Input Decorator (@Input)
* Using View Child (@viewchild)
2, Child to Parent
* Using Output Decorator (@Output)
3, Using Services + Observable
4, State Management
Important Links
================
https://angular.io/cli - official angular website
Source Code GitHub Link
=====================
https://github.com/nihira2020/Datatransfer
Download
0 formats
No download links available.
Data transfer between components in angular 13 (parent to child + @input + @Output + @ViewChild) | NatokHD