

What is angular js:
AngularJS is a JavaScript framework. It can be added to an HTML page with a <script> tag.
AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions.
For creating a single page application (SPA).
AngularJS extends HTML with ng-directives.
It is divide into three types.
- ng-app directive defines an AngularJS application.
- ng-model directive binds the value of HTML controls (input, select, textarea) to application data.
- ng-bind directive binds application data to the HTML view.
Why we need AnjularJS:
- AngularJS is not a Platform or a Language.
- Write less code
- Flexibility with filters
- Behaviour with directives
Now we will start working with AngularJS by downloading and adding reference of AngularJS.
Start here step by step:
Open visual studio => Add new Empty web site with name FirstAnjularJsApplication
And add a web page with name FirstAngApplication.aspx and add AngularJS script here.
Code details here:
Execute this code show here:

Output


Muhammad Aqib ShehzadPosted May 23, 2016, 3:34 AM
nice info
Amit KumarPosted May 23, 2016, 2:45 AM
Thanks to all of you.
Munesh SharmaPosted May 22, 2016, 10:56 AM
good one
Pradeep SahooPosted May 22, 2016, 6:49 AM
Thanks for writting ....
Mohammed AshrafPosted May 22, 2016, 6:33 AM
I have some interest in Angular Js . . So thank you for nice article
Kuppurasu NagarajPosted May 22, 2016, 5:15 AM
Nice Sharing..