Create New Angular Project using Angular CLI

Open the Terminal in Visual Studio Code, select OctopusCodes.com folder and type ng new or ng n commands to create new Angular project.

  • C:\Users\Admin\Desktop\OctopusCodes.com>ng new AngularOctopusCodesCom
  • C:\Users\Admin\Desktop\OctopusCodes.com>ng n AngularOctopusCodesCom
Click Image to Zoom

Press “y” to create routing in Angular App

Click Image to Zoom

select “CSS” from the list to generate css file.

Click Image to Zoom

Folder Structure of Angular Application

Click Image to Zoom