Wednesday, September 6, 2017

Compare the features of AngularJS and jQuery?






The comparison of AngularJS and jQuery features are given below:
Features
jQuery
AngularJS



Abstract The DOM
Y
Y



Animation Support
Y
Y



AJAX/JSONP
Y
Y



Cross Module Communication
Y
Y



Deferred Promises
Y
Y



Form Validation
N
Y



Integration Test Runner
N
Y



Unit Test Runner
Y
Y



Localization
N
Y



MVC Pattern
N
Y



Template
N
Y



Two-way Binding
N
Y



One-way Binding
N
Y



Dependency Injection
N
Y



Routing
N
Y



Restful API
N
Y



No comments:

Post a Comment

What is restrict option in directive?

The restrict option in angular directive, is used to specify how a directive will be invoked in your angular app i.e. as an attribute, class...