System Requirements
node ^18.13.0 || ^20.9.0
npm > 8
Clone and install
git clone https://github.com/push-based/ws-ng-be-2024-students-day.git
cd ws-ng-be-2024-students-day
npm install
# (optional) if the step before didn't work, please try the following
npm install --force
Run the application
npm run start
- Angular CLI
- Template Interpolation
- Template Attribute & Event Bindings
- Control Flow: If
- Control Flow: For
- Type Safety
- Signals Introduction
- Reusable components: movie-list
- Reusable components: movie-card
- Attribute Directives: Create TiltDirective
- Attribute Directives: HostBindings & HostListeners
- Pipes: MovieImagePipe
- Async Data: HttpClient
- Routing: Router Setup