Answers for "angular stable version"

8

angular stable version

Angular stable version 11.1.1
Posted by: Guest on February-04-2021
4

angular

steps to install angular
step 1 :Install node 
download link=>https://nodejs.org/en/

step 2 :Install angular Cli with Command prompt
npm install -g @angular/cli

step 3 : checking the installed angular version
ng --version


Initializing angular 10 project :
ng new my-raj-app   (here "my-raj-app" is App name)

your project is initialised:
go inside the project and run it with:

ng serve -o 

done ....!! Happy coding..!! -rajesh reddy:)
Posted by: Guest on September-22-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language