| fun with directives | All you can do with custom directives |
- We talked about what is a directive and how it works internaly
- We talked about
ElementRefand how to pass it to the directive and use it to change the properties of the host - We talked about the Renderer and why it is needed
- We talked about how to use
host propertyto bind the host properties to the directive signals - We talked also about binding host events to directive methods
- We talked about how to pass inputs to the directives
- We saw how to define events as output of directives
- We talked about how to use the shortcut syntax for inputs that have the same name as the directive
- We talked about the
selectorproperty and the fact that we can use any CSS selector to select the directive - We saw how to use
exportAsto expose the directive the the using template so it can bind to its properties