Introduction ๐:
As our application grows and we need complex and rich UI nowadays, as our code lines increase and we found out ourselves in a situation of code duplication, we need to implement reusable components that can be easily shared across the application.
So in this blog, we will explore how we implement reusable and customizable components with NgTemplateOutletdirective
.
Continue reading on medium ยป
Top comments (0)