Sunday, September 15, 2013

Basic AngularJs tutorial for Beginners

I would like to share articles related to Angularjs from basics especially for Asp.net developers.In this article i would like to share "What is Angularjs and basic example".
Series

1. What is Angularjs..? 
AngularJS is an open-source JavaScript framework, that assists with running single-page applications. Its goal is to augment browser-based applications with model–view–controller (MVC) capability. HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop. 

URL : AngularJs 

2. Advantges of using AngularJs
a.Two Way Data-Binding : AngularJS two-way data-binding handles the synchronization between the DOM and the model, and vice verse

b.Patterns: Model View Controller and Dependency Injection are the two patterns that jump out at the start, but there are other comfortable, familiar patterns in Angular, including it's approach to view composition and dependency management. 

3.How to start ..? 
First, Open the Angularjs site by using the url http://angularjs.org/ . Next, Download the latest script file for official site. Next, Extract the files and add them in your project file. Next, Check the Following the video tutorial for basics. 

4.Video tutorial from official site AngularJs


Labels: , , , ,

2 Comments:

At September 24, 2013 at 5:10 PM , Anonymous kebhari said...

beginners tutorial are so very nice...........

 
At September 24, 2013 at 5:20 PM , Blogger Developers Code said...

Thanks...

 

Post a Comment

Subscribe to Post Comments [Atom]

<< Home