What are the inbulit angular directives?
Answer / Pratima
AngularJS provides several built-in directives that can be used to enhance the functionality of HTML elements. Some examples include `ng-app`, `ng-controller`, `ng-model`, `ng-bind`, `ng-repeat`, and many more.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is zones in angular 2?
What is afterviewinit?
List some inbuilt services in angularjs?
How will you explain manual bootstrap process in angularjs?
What is singleton angular?
What is a service? How will you create a custom service?
Explain ng-bind directive ?
What is a digest cycle in angularjs?
How many modules can be used in a single html page?
Explain the difference between promise and observable in angular?
When creating a directive, it can be used in several different ways in the view. Which ways for using a directive do you know? How do you define the way your directive will be used?
Explain ng-click directive angularjs?