angular down code example

Example 1: angualr 10

steps to install angular 10
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:)

Example 2: angular javascript

<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js" defer></script>