View video tutorial

ANGULAR Installation

ANGULAR

This tutorial will show how to install Angular development environment.

Check if Node.js is installed on your system or not.

➔ Open the terminal (Command Prompt, PowerShell, or bash) and run the following command. This will produce output depending on the version installed.

node -v
node --version

Output: v22.11.0


Verify NPM (Node Package Manager)

➔ Open the terminal (Command Prompt, PowerShell, or bash) and run the following command. This will produce output depending on the version installed.

npm -v

Output: 10.9.0


Check if Angular CLI is installed on your system or not.

➔ Open the terminal (Command Prompt, PowerShell, or bash) and run the following command. The output depends on the version installed.

ng version

Installing NodeJS

NodeJS installation is very simple and easy.

Now Download NodeJS and install it on your computer by following simple wizard.

Nodejs download

Select Windows Installer

notepad

Find the downloaded file, right click on it and select Install.

notepad

Click Next.

notepad

Accept the terms and license agreement.

notepad

Click Next.

notepad

Click Next.

notepad

Click Next.

notepad

Click Next.

notepad

Click Finish.

Installing Angular CLI


Nodejs download

Open Command Prompt

Nodejs download

Search Angular CLI installation Command

Nodejs download

Copy the Command

Nodejs download

Paste on Command Prompt

Nodejs download

Installation is in progress.

Nodejs download

Installation complete

Check Angular CLI installation using ng version

➔ Open the terminal (Command Prompt, PowerShell, or bash) and run the following command. This output depends on the version installed.

ng version

Output:

Nodejs download

Check Angular CLI installation using ng version.