One of the most popular scripting language in this era is Angular JS. Angular JS is javascript framework for creating the single page application shortly its called (SPA).
Angular JS is not very hard to learn but before start to learn Angular JS you have to knowledge of HTML as well as JavaScript.Some point about Angular JS
Angular JS
- Angular JS is maintained by Google.
- Angular JS follow the MVC(Model View Controller) Architecture.
- Angular JS follow the two way binding concept.
- Its use for binding the JavaScript object with html UI element.
- Application which are created in Angular JS is easy to build ,easy to change and easy to maintain.
- Angular JS code is neat and clean.
- Angular JS is open source framework.
- In my opinion Angular JS hijack the HTML and inject JavaScript on it.
- Angular JS always keep the DOM updated when the model has been changed and vice versa.
- Model,Directive,Controller,Scope ,Dependency injection is mostly used in Angular JS.
- You can create a directive in angular js like plugin in Jquery.
- When using angular JS you can also use the Jquery without any confilct.
It is very well explained about Angular JS, this article http://www.technologycrowds.com/2014/09/angularjs-javascript-mvw-framework.html also throws light on angular Js
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDelete