Ir al contenido principal

Un post etiquetados con "Angular"

Angular related posts

Ver todas las etiquetas

Angular - Content Projection

· 5 minutos de lectura
Ammar Najjar
Engineering Team Lead & 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)