Creating Custom Structural Directives
Structural directives are useful feature in Angular giving us an option to dynamically embed views and encapsulating the logic in the directive class. In this talk we will look at how to create our own structural directives, taking a close look at ng-template, ViewContainterRef, the microsyntax for structural directives. We will also look at some use cases and best practice considerations when writing structural directives.