Posts

Showing posts with the label angular cli install

How to install angular 6

Image
How to install angular 6 in your system. A comprehensive step by step tutorial on building Angular 6 web application while exploring the new Angular 6 Features and install angular 6 on your system. Why you need a global Angular CLI and how to update it to Angular 6.0. Working with existing projects. Creating new projects in either version. 1) First Step - -  Node.js  (Recommended version). First download Node js  and install on your system. 2) Second Step - Open command prompt and install npm type.. npm install   After install npm. 3) Third Step -                                 Install the Angular CLI npm install -g @angular/cli 4) Fourth Step - Create a application folder name ng new my-application 5) Five Step - Serve the application Go to the folder (my-application) Type command prompt  - cd my-application ...