Sunday, April 5, 2015

AngularJs

AngularJS is an open source web application framework. It was originally developed in 2009 by Misko Hevery and Adam Abrons. It is now maintained by Google.
Definition of AngularJS as put by its official documention is as follows:
AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of the code you currently have to write. And it all happens within the browser, making it an ideal partner with any server technology.
AngularJS is powerful javascript based development framework, gives an option to write clien side application in a clean MVC way. AngularJS automatically handles javascript code suitable for each browser.



No comments:

Post a Comment