Saturday, April 7, 2018

Angular JS - An introduction


AngularJS is a client-side MVC framework written in JavaScript. 

It runs in a web browser and greatly helps us (developers) to write modern, single-page, AJAX-style web applications.


It is a general purpose framework, but it shines when used to write CRUD (Create Read Update Delete) type web applications. 


AngularJS is a recent addition to the client-side MVC frameworks list. 

1. Dependency Injection
2. Strong focus on testability


It is Open source project by developed by Google INC. 

ng-app
ng-init
ng-model


The AngularJS team takes a very pragmatic approach to the whole family of MVC patterns, and declares that the framework is based on the MVW (model-view- whatever) 


Resources:
1. Source code : https://github.com/angular/angular.js
2. Community blog: https://blog.angularjs.org
3. Docs: https://docs.angularjs.org/tutorial
4. Code Samples: https://builtwith.angularjs.org
5. Youtube channel: https://www.youtube.com/user/angularjs

No comments: