Open command prompt in admin mode and use below command.
ng new MyFirstAngularApplication
The above command will create a brand-new angular application with all
re uired packages to run the application.
To compile and open the application, navigate to root folder of the
project and use below command
ng s -o
No comments:
Post a Comment