- Data Binding - Angular JS provides two way binding is automatic synchronization of the data between model and view.
- Extensible - AngularJS is customized and extensible . Allows you to create customizable components.
- Code Reusability and Maintainability - AngularJS forces you to write code in modular way. Variables and functions can only be created to the respective component(Controller). Provides service and factory implemetation to use across the controllers.
- Compatibility - AngularJS is compatible to all major browsers
- Testing - AngularJS is designed to be testable so that you can test your AngularJS app components as easy as possible. It has dependency injection at its core, which makes it easy to test.
Saturday, June 20, 2015
Advantages of Angular JS
Subscribe to:
Post Comments (Atom)
Serverless vs. Kubernetes: A Beginner's Guide
Serverless vs. Kubernetes: A Beginner's Guide Trying to decide between serverless and Kubernetes? Here's a simple breakdown: 🔹 Choo...
-
Javascript prototype is quite fuzzy word for javascript developers in the beginning. Prototype is the property which is available for all...
-
Ext.defer or Ext.function.defer is a function similar to javascript setTimeout function. Ext. defer (function() { alert('H...
-
In Javascript world the things are always confused. The most confused and made complicated feature is closure. But the truth is Javascrip...
No comments:
Post a Comment