Angular content projection using ng-content
Content projection allows us to inject content anywhere else in our template. Content projection is useful when building reusable components. For example, instead of duplicating the same component in order to change only a part of the data, we might decide to use content projection.… Read More »Angular content projection using ng-content