Wanna see something cool? Check out Angular Spotify 🎧

ngTemplateOutlet Uncovered

Angular Kenya, 15 Feb 2024

I’m having another session with the Angular Kenya group this week, again at 1:30am Singapore time. It appears that last week’s talk on Angular Directives was engaging enough for them to invite me back just a week later. Just kidding, they had selected my talk some time ago. I was really happy to see Wayne, Joy, and other community members last week and I’m excited to be back in the new year of the dragon 🐉🐲🍊

ngTemplateOutlet directive allows developers to provide custom templates, which can be used to create a wide range of different UI elements. This feature is especially useful for creating reusable components, which can be adapted to suit different use cases and requirements. Additionally, many Angular libraries make use of ngTemplateOutlet to enable users to provide custom templates and extend the functionality of the library. This talk will demonstrate how to use ngTemplateOutlet effectively and how it can be used to create flexible and extensible components.

Trung Vo