Use ng-content to show data from parent to child components in Angular.

A common practice in Angular is to share data from parent components to child components by implementing Input() decorator, but now let's…