Thursday, February 25, 2016

Introduction to AngularJS?

What is AngularJS ?

AngularJS is an open source JavaScript framework. Angular provides two version of AngularJS framework.
  • Version 1 (Latest 1.5.0) - JavaScript version 5 Targeted
  • Version 2 (Latest 2.0.0 Beta)- Type Script and ES 6 Targeted.
Definition of AngularJS from documentation
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 would otherwise have to write. And it all happens within the browser, making it an ideal partner with any server technology.

Where to use AngularJS?

AngularJS basically designed for build complete rich client side CRUD application using it is powerful features like

  • Data-binding, 
  • Basic templating directives.
  • Form validation.
  • Routing.
  • Deep-linking. 
  • Reusable components.
  • Dependency injection 
To build the client side application using AngularJS, you can use software architectural pattern likes MVC or MVVM. So we can say AngularJS supprot for MV* (MVW). we called this as MV where ever.
But AngularJS may not good option to develop None-CRUD application like games or GUI Editors.