Angular
Let's Code Together - Flopnames

Toggle Team Name Color

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