Practice angular components:
- Various bindings to templates
@Input
,@Output
- Lifecycle hooks,
by writing a memory game
Exercise Document | Soltion code | Solution Video
Practice "Dependency Injection"
- Root Injector
- Component Injectors
- Various types of providers
- Injection Tokens
by writing a quizes app
Exercise Document | Soltion Code | Solution Video
Practice writing reactive services
- Using the
async
pipe - Using
BehaviorSubject
s - Using reactive forms - reactively
by writing a color game