Angular-6-Architecture
Angular-6-Architecture copied to clipboard
Robust architecture of an Angular 6 app
Angular-6-Architecture
Robust architecture of an Angular 6 app
An Angular project
Pre-requisites
- Node version should be greater than 8.9
- 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