إنتقل إلى المحتوى الرئيسي

1 مقالات موسومة بـ "Angular"

Angular related posts

عرض كل الوسوم

Angular - Content Projection

· 5 دقائق قراءة
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)