- Back to Home »
- .NET »
- About AngularJS
Posted by :
Sudhir Chekuri
Thursday, 2 March 2017
AngularJs is a JavaScript framework used to build web applications. It is a free source developed by Google.
Advantages:
Dependency injection
Two way data binding
Supports clean MVC architecture
Controlling DOM.
http://angularjs.org/ - Link to download AngularJs library.
Example:
In html page with ref of angularjs file with below code it will display 30 on browser.
<!DOCTYPE html>
<html>
<head>
<script src="Script/angular.min.js"></script>
</head>
<body ng-app>
{{10+20}}
</body>
</html>
Advantages:
Dependency injection
Two way data binding
Supports clean MVC architecture
Controlling DOM.
http://angularjs.org/ - Link to download AngularJs library.
Example:
In html page with ref of angularjs file with below code it will display 30 on browser.
<!DOCTYPE html>
<html>
<head>
<script src="Script/angular.min.js"></script>
</head>
<body ng-app>
{{10+20}}
</body>
</html>
Module
A module is a container of different parts of the application.
A module is a container of different parts of the application.
ReplyDeleteCome and read us!! We are moving our blog into a new site with a much more pretentious goal. We are going to teach how to be AngularJS Ninjas!!! That's right! We have taken a couple of weeks to prepare our first workshop, absolutely free!!!!
AngularJS Training Institute in Chennai