/ang-first-app

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

Primary LanguageTypeScript

First-App - Angular Tutorial Implementation

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.

Features

  • Component and Interface
  • Property Binding and Dynamic Values
  • ngFor
  • routing
  • Form
  • Search
  • Http Request

Running App

To run this app, run the following command. Before start using Angular, you must to install node js in your machine.

Install Angular CLI

  npm install -g @angular/cli

Install Plugins

  npm install

Run Json Server

For mocking json into web server

  json-server --watch db.json

Run Angular

  ng serve --open