Angular Installation and Running Simple Program
First I downloaded the Angular using Command Line Interface with
npm install -g @angular/cli
After minutes of installing...
You can type
ng new name-app-example
And then
cd name-app-example
After that you can type
ng serve
Ang use any text editor and run your code using provided localcost in the CLI