97. Using the Renderer to build a Better Attribute Directive
7:04
2 Altaveus
2 Capítols
169 segments
Altaveus
Capítols
-
0:02
In the last lecture, we created our first basic directive. And it's doing its job, we learned how to create a selector, how to use that selector, like an attribute in this case, since we set up an attribute selector, and how to register it …
-
5:04Capítol 2: highlight here, our new directive, again, which is available through the selector since we also added it to the app module. 118s · Speaker 1
highlight here, our new directive, again, which is available through the selector since we also added it to the app module. And then here I want to style this with a better directive. Now, if we save this and let it recompile and reload the…