Angular - Content Projection
· 5 min read
Content projection is a feature in angular that supports inserting a component in another component. This changes the way an angular developer designs his application/library by implementing flexable and reusable components.
This post explains the different types of content projection, where to use each of them, with an example project. All the code can be found on github.(LINK)