The Built-in `NgStyle` Directive
Let’s learn about `NgStyle`, a built-in attribute directive.
We'll cover the following...
In the previous lesson, we learned how to change the styling of elements using dynamically applied CSS classes. But, is that all we need in the case of ...