Content Projection In this post i am going to answer 3 basic questions ( What, Why and How ). What is content projection ? In Angular, content projection is used to project content in a component (angular.io). Why we use it? Many Components in your app using same structure and style but the content are different, in another word Reusability. You…