0 votes
in AngularJS Packaging and Testing by
Define and Enlist Directives of AngularJS.

1 Answer

0 votes
by

AngularJS has DOM element Directives which act as Markers. They attach a specific behaviour to that DOM element and can even transform the DOM element and its children. Three main core directives are:

  • ng-app
  • ng-model
  • ng-bind

Related questions

0 votes
asked May 21, 2022 in AngularJS Packaging and Testing by sharadyadav1986
0 votes
asked May 21, 2022 in AngularJS Packaging and Testing by sharadyadav1986
...