From the course: Building Angular and ASP.NET Web API Apps

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Creating a new Angular application

Creating a new Angular application

From the course: Building Angular and ASP.NET Web API Apps

Start my 1-month free trial

Creating a new Angular application

- [Instructor] On this part we are going to create our Angular application. And to create an Angular application or the components within the Angular application we are going to use the Angular CLI. But to manage the code we are going to use Visual code. So let us open the Visual Studio code editor. And in here I have already created a folder where I am going to put all the files of my project. Now before we create the project we need to make sure that we have installed the Angular CLI. To install the Angular CLI simply right click. Open in Terminal. And select the Open in Terminal option. In here type mpm install dash g where g stands for global. And if you install the Angular CLI globally it means that you can use it from wherever you want. And then type in here @angular/cli. If you want to install the latest version of the Angular CLI then type in your @latest and then press enter. And wait for a couple of seconds for all the packages to be installed. So now that the Angular CLI…

Contents