This repository is a concise implementation of the official Angular tutorial First-App It covers essential Angular features like components, interfaces, property binding, dynamic values, ngFor, routing, forms, search, and HTTP requests. It serves as a practical reference for beginners and developers looking to understand these concepts.
- Component and Interface
- Property Binding and Dynamic Values
- ngFor
- routing
- Form
- Search
- Http Request
To run this app, run the following command. Before start using Angular, you must to install node js in your machine.
npm install -g @angular/cli
npm install
For mocking json into web server
json-server --watch db.json
ng serve --open