What is AngularJS?


Open Source Javascript Framework.

AngularJS is a structural framework for dynamic web application.

Perfect for Single Page Application (SPA).

It was developed in 2009 by Misko Hevery.

It is now officially supported by Google.

It extends HTML with new attributes.

There is no need of any server side Script like jsp,asp etc.

It can run anywhere where javascript can run because angularjs is completely written in javascript framework. Even supports many of the mobile browsers like Android,Chrome,safari etc.

It is entirely client side support framework.

It aims to simplify both the development and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel (MVVM) architectures, along with components commonly used in rich Internet applications.

It lets you to use HTML as a template language and to extend HTML syntax to elaborate your application components clearly and succinctly.

Prerequisite for learning angularjs is HTML,CSS and Javascript.

AngularJS Offical Site

0 comments:

Post a Comment