angular.io code example

Example 1: angular

//Author:Mohammad Arman Khan
//Steps to install ANGULAR CLI
1: npm install -g @angular/cli
//Initialize first project
2: ng new my-dream-app
3: cd my-dream-app
// To Run Server
4: ng serve
//done!!

Example 2: angular

npm install -g @angular/cli
ng new my-app
cd my-app
ng serve --open

Example 3: anjular js

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

Example 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:)

Example 5: angularjs

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

Example 6: angular 9 release date

February 7, 2020