Flip cards to find matching Angular concept pairs. Teaches component communication and state management.
This game teaches:
- Component state with BehaviorSubject
- Child → Parent communication via @Output
- Immutable state updates for OnPush detection
- NgRx-style state management patterns