Angular: How to make one component with multiple views using ng-content.

Sometimes when creating an application, we need to put different content in one component without changing its appearance. Instead of…