In this video

We log out the tile on click.

Assignment: Fix the background display
  1. Create a new displayClass property on the Tile type.
  2. Default this new property to an empty string when creating tiles in the game service.
  3. In selectTile, copy the tileType value into the displayClass property
  4. Bind the class attribute of each grid tile to this new displayClass property
 

I finished! On to the next chapter