-
Notifications
You must be signed in to change notification settings - Fork 0
Angular 14
SunilOS edited this page Jun 10, 2023
·
1 revision
To install Angular 14, follow these steps:
- Make sure you have Node JS installed on your machine.
- Once you have Node.js installed, open a terminal or command prompt.
- 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