जॉइन Examsbookउत्तर :
What are the core directives of AngularJS?5
प्र: What are the core directives of AngularJS?
- उत्तर देखेंउत्तर छिपाएं
- Workspace
उत्तर :
व्याख्या :
Following are the 3 core directives of AngularJS. ng-app : This directive defines and links an AngularJS application to HTML. ng-model : This directive binds the values of AngularJS application data to HTML input controls. ng-bind : This directive binds the AngularJS Application data to HTML tags.

