97. Using the Renderer to build a Better Attribute Directive

7:04 2 Kaikōrero 2 Whakahauhau 169 wehenga

Whakahauhau

  1. 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 …

  2. 5:04

    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…