In this video we can learn about component interaction in angular,
component interaction is nothing but relationships between two components,
It provides multiple ways to pass on the data from one component to another component,
It uses parent tree structure,every component is a child component of App Component