top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is AngularJS and what are some of its advantages?

+1 vote
271 views
What is AngularJS and what are some of its advantages?
posted Jan 10, 2017 by Kavyashree

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

1 Answer

+1 vote

Angular JS (1.x) is a javascript based framework developed by google. It simplifies the UI development by abstracting the low level coding. Some features of Angulas JS (1.x) is two way binding (data+UI), directives,form-validations,components etc . Referred as MV* UI framework.

Angular 2 was released sometime after Mid 2016 and is not backward compatible and is based on typescript.
More info : https://angularjs.org/

answer Jan 10, 2017 by Vikalp Kumar
...