top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How AngularJS is different from other JavaScript Framework?

0 votes
265 views
How AngularJS is different from other JavaScript Framework?
posted Oct 4, 2017 by Sathaybama

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Today, AngularJS is the most popular and dominant JavaScript framework for professional web
development. It is well suited for small, large and any sized web app and web application.
AngularJS is different from other JavaScript framework in following ways:
1. AngularJS mark-up lives in the DOM.
2. AngularJS uses plain old JavaScript objects (POJO).
3. AngularJS is leverages with Dependency Injection.

answer Oct 4, 2017 by Shivaranjini
...