Skip to content

suri66/Angular-6-Architecture

Repository files navigation

Angular-6-Architecture

Robust architecture of an Angular 6 app

An Angular project

Pre-requisites

  1. Node version should be greater than 8.9
  2. Install Angular CLI from https://angular.io/guide/quickstart

Build Setup

# install dependencies
npm install

# serve at localhost:4200
ng serve

# serve at localhost:4200 and open it in browser
ng serve --open