Robust architecture of an Angular 6 app
An Angular project
- Node version should be greater than 8.9
- Install Angular CLI from https://angular.io/guide/quickstart
# install dependencies
npm install
# serve at localhost:4200
ng serve
# serve at localhost:4200 and open it in browser
ng serve --open