Explain directives? What are inbuilt directives available in angularjs?
Answer / Rashmi Tripathi
Directives in AngularJS are custom HTML tags, attributes, or CSS class names that change the behavior of existing HTML elements. Inbuilt directives include ng-app, ng-controller, ng-model, ng-repeat, ng-view, ng-bind, and ng-class, as well as several others. Directives help in data binding, form handling, repeating elements, and conditionally rendering HTML.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the differences in ngmodules and javascript modules?
How to access parent scope from child controller in angularjs?
Can AngularJS have multiple ng-app directives in a single page?
Explain Two-way and One-way data binding in AngularJS?
Why do we use ts instead of js?
How can we create a component using angular cli?
Is angular dying because of react?
What is ng-content Directive?
How will you explain auto bootstrap process in angularjs?
What is a decorator function?
How to set authorization headers in get/post/put requests in angular?
What is interceptor in angular?