Skip to content

Angular 14

SunilOS edited this page Jun 10, 2023 · 1 revision

To install Angular 14, follow these steps:

  1. Make sure you have Node JS installed on your machine.
  2. Once you have Node.js installed, open a terminal or command prompt.
  3. Install the Angular CLI globally by running the following command:

npm install -g @angular/cli@v14.2.11

This command will install the Angular CLI version 14.2.11 globally on your machine.

After the installation completes, you can verify that Angular CLI is installed correctly by running:

ng version

Clone this wiki locally