97. Using the Renderer to build a Better Attribute Directive
7:04
2 发言者
2 章次 章 次
169 分部分会议
章次 章 次
-
0:02章章章 章章 章 次 第一章 章 第一章 一章 1: In the last lecture, we created our first basic directive. 302s · Speaker 2
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:04章章章 章章 章 次 第一章 章 第一章 一章 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…