Angular 8 Beginner tutorial -1- Setup

Опубликовано: 16 Июль 2026
на канале: Rachayya Kallimath
112
11

Become an Angular 8 programmer with Easy Learning channel, so let's start with angular set up in your system.

Following are the steps to begin:
1. Install NodeJS from this link - https://nodejs.org/en/download/
2. Install Visual Studio Code from this link - https://code.visualstudio.com/download
3. Install Angular 8 framework from npm install @angular/cli
4. Create angular Project ng new shopping
5. Change directory into project directory cd shopping
6. Run project shopping ng serve