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…