Content Projection in Angular
Content projection is useful to create the more reusable components.Content can be projected into child component from parent component. ng-content should be used in the child component template to use the projected content.