1<!doctype html>
2<html ng-app>
3 <head>
4 <title>My AngularJS App</title>
5 <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
6 </head>
7 <body>
8 </body>
9</html>
1<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js"></script>
2
1steps to install angular
2step 1 :Install node
3download link=>https://nodejs.org/en/
4
5step 2 :Install angular Cli with Command prompt
6npm install -g @angular/cli
7
8step 3 : checking the installed angular version
9ng --version
10
11
12Initializing angular 10 project :
13ng new my-raj-app (here "my-raj-app" is App name)
14
15your project is initialised:
16go inside the project and run it with:
17
18ng serve -o
19
20done ....!! Happy coding..!! -rajesh reddy:)
1A beautiful little framework used to make full functional web apps, This is a framework made by Google
2
3