Installation and Set up of an Angular Application
Learn how to set up and install an Angular application.
We have two options available for setting up and installing our Angular application. We can do that on our local machine or through the Educative platform.
Setup on the local machine
To set up an Angular application locally, we need to take the following steps:
Step 1: Install the Angular CLI using a terminal
We need Node downloaded and installed on our local machine to install the Angular CLI.
Once we do that, we can then run the command npm install -g @angular/cli
.
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy