shantu / learning-angular

Learning angular
0 stars 0 forks source link

Getting Started with Angular #1

Open shantu opened 4 years ago

shantu commented 4 years ago

Please complete this step by step introduction and update your progress:

https://angular.io/start

sonia-technicise commented 4 years ago

I have started reading.

To install Angular 7.2.11, used this following command

sudo npm install -g @angular/cli

install_angular

sonia-technicise commented 4 years ago

Under

/code/learning-angular, I created Sample-project folder.

Now to create Sample-project, the command is

ng new Sample-project

1

sonia-technicise commented 4 years ago

Then after moving to code/learning-angular/Sample-project, gave the following command

ng serve

2

sonia-technicise commented 4 years ago

Then you will get http://localhost:4200/

image