Tic Tac Toe in Angular
17 July 2026
Category: Mini
Hi everyone,
similarly as previous project Tic Tac Toe in React
I just wanted to have the Angular version of this game for my portfolio backend project. So nothing new under the sun,
just a simple game, with only a few components to structure it.
Important points:
- State Management: unlike in React, for state management is used Ng Service where are stored all relevant and helpful data
- Components: The game is broken down into small, reusable components (Game, Board, Square), where Board and Square are “dumb”
components that just render based on the data contained in the service.
Keep playing :)
Cheers!
Petr
More posts from category "Mini"