Skip to main content

One post tagged with "Angular"

Angular related posts

View All Tags

Angular - Content Projection

· 5 min read
Ammar Najjar
Software Architect

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)