Skip to main content

Command Palette

Search for a command to run...

Angular Installation and Running Simple Program

Published
1 min readView as Markdown

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

T

Poor Documentation -5

No repository link -5

More from this blog