Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 764 Bytes

File metadata and controls

22 lines (13 loc) · 764 Bytes

Angular-Tutorials

Installations

To start learning angular make sure that you have installed the following on your system: nodeJS Angular LCI

To install nodeJS, visit the folllowing link to install.

https://nodejs.org/en/

To install Angular CLI, just run the following command:

$ npm install -g @angular/cli”

To start a new project type the following on the terminal

“ng new hello-world”

It will install all the basic structure and the features required in an applicaion. We will learn the components installed in our future tutorials. For now, make sure that you get the strcuture installed successfully on your system. Visit a folder to see the default readme file (very good actually) to see what all you can do in the generated application.