Friday, December 10, 2021

First Angular Program

 first check whether machine has Angularjs install

 ng --version



ng new hello-world
this will create new project

 

load this web site

ng serve