AngularJS is an open-source web application framework. It was developed in 2009 by Misko Hevery and Adam Abrons. It is licensed under the Apache license version 2.0. It is maintained by Google. It is used in Single Page Application (SPA) projects.it is entirely based on HTML and JavaScript.
The AngularJS framework can be divided into three major parts −
1- ng-app − This directive defines and links an AngularJS application to HTML.
2- ng-model − This directive binds the values of AngularJS application data to HTML input controls.
3- ng-bind − This directive binds the AngularJS Application data to HTML tags.
Comments
Post a Comment