Angular / Angular basics
What are the key components of AngularJS Framework?
The below 3 core directives forms the AngularJS framework.
- ng-app − directive defines and links an AngularJS application to HTML.
- ng-model − directive binds the AngularJS application data to HTML input controls.
- ng-bind − binds the AngularJS Application data to HTML tags.
More Related questions...