Exercise: The Built-in `NgStyle` Directive
Let's Practice working with an `NgStyle` directive.
We'll cover the following...
Let’s do some coding!
Objectives
For this task, let’s imagine a component with three range pickers using standard HTML input components. The pickers allow us to choose a value from 0
to 255
. Each picker represents ...