Angular 8 Tutorial - 2 : Setting up the Development Environment for Angular

preview_player
Показать описание
Angular 8 Tutorial - 2 - Setting up the Development Environment for Angular

Angular 8 | Tutorial 2

In this video I had explained how to set up the development environment. For this we need to do the following:

To check the node and npm versions:
node --v
npm --v
2. Install Angular CLI
npm install -g @angular/cli
To update : npm install -g @angular/cli @latest
To check the version
ng --version
3. Download and Install Visual Studio Code:
4. To create a new Project :
ng new AngularDemo
5. To run the angular app:
ng serve --open

Please follow:

Рекомендации по теме