Angular
Let's Code Together - Flopnames

Toggle Team Name Color

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

In this video

We set the color of the team display to either red or blue by creating a wrapping element around the binding, and setting its class to either "redtext" or "bluetext" through a binding of the css class property.

Assignment:
  1. Handle the click event of each tile.
  2. In the event handler, log out the coordinates of the tile that was clicked.
 

I finished! On to the next chapter