AngularJS

AngularJS is an open source JavaScript framework. Designed for application development. Its goal is to extend MVC-based browser applications and make testing and development easier.

The framework works with HTML, which contains additional custom attributes that are described by directives, and binds the input or output of a page region to a model, which is regular JavaScript variables. The values of these variables are set manually or retrieved from static or dynamic JSON data.

https://angularjs.org/

Contact us