Angular Installation
Overview
- Prerequisites
- Install Angular CLI
- Updaate Angular CLI
Prerequisites
Install Angular CLI
- Install Angular.js by executing the following command from a command line
npm install -g @angular/cli
Update Angular CLI
- Update your version of angular by executing the following command from a command line
ng update @angular/cli @angular/core
- If there are still issues with configuration, click here to see the full documentation on setting up local environment.