Angular @Input : Send Data to the child component ?
Introduction
Here we are passing some values from parent component to the child component.
Technically :
we are binding the property of child component to the parent component.
Here we will see how we can send data to the child component.
Parent ...
hashcodehub.hashnode.dev2 min read