Live sample code on StackBlitz ⚡️
Angular Tutorial has detailed steps to generate this project from scratch.
If you want to build this project locally, install following on local machine:
- Generate new component
- Component metadata (element selector, templateUrl, styleUrls)
- Pipe operator (uppercase)
- Two-way binding
- Generate new interface
- Event binding
- Class binding to apply css style
- Property binding
- Generate new service
- Provider
- Dependency Injection
- Synchronous and Asynchronous calls
- Loosely coupled communication between services and component
- Angular route (redirect route, parameterized route)
- RouterLink directive
- Get data from a server(using in-memory web API)
- Decorators