This talk is about creating custom structural directives to implement the logic to create embedded views. It gives a brief introduction to directives, views and dynamic views, and TemplateRef, view containers and ViewContainerRef, naming input properties, how structural directives pass context to embedded views which they access using template input variables. It also talks about the syntactic sugar provided by the asterisk and the microsyntax in the string passed to structural directives when using the asterisk syntax.