What is the main Function of AngularJS? | AngularJS Tutorial | AngularJS Interview Question | AngularJS Programmer Guide

,
Below are the main functionality of AngularJS.

  • AngularJS extends HTML with ng-directives.
  • The ng-app directive defines an AngularJS application.
  • The ng-model directive binds the value of HTML controls (input, select, textarea) to application data.
  • The ng-bind directive binds application data to the HTML view.