Making Web Applications with AngularJS
People often compare it with jQuery or some other JS framework. This is completely wrong, how can you compare a gearbox with gears, this is surely related but these are two different things.
AngularJS is MVC Framework
It is a JavaScript MVC (Model View Controller) Framework that integrates two-way data binding, web services, and build web components. It has a very specific function – moving data around and inside a single-page web application with that it dynamically updates the view as the data changes without the need for specific listener code.It is believed it is quite like the HTML if that would have created to become the web application with rich interaction. That is the main purpose of AngularJS is making intricate applications which having rich layer of presentation with user interaction functionality.
No comments:
Post a Comment