What are Directives in AngularJS?
Answer / chaitanya
AngularJS directives are used to extend the HTML vocabulary i.e. they decorate html elements with new behaviors and help to manipulate html elements attributes in interesting way.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is $location in angularjs?
How did we work with multiple modules in our project?
What is Transpiling in Angular?
How to preventdefault on anchor tags?
List the differences between angular 2 components vs. Directives.
What is the use of ng-cloak directive in angularjs?
Just-in-time (jit) compiles the app in the browser, at runtime, as the application loads – this is the standard development approach. Jit is useful for development, but its performance concerns me – how would jit scale for enterprise-level applications?
What is difference between factory service and provider in angularjs?
What’s the difference between form, formgroup, and formcontrol? How do they work together?
explain templates in angular js
Is it a good or bad practice to use angular js together with jquery?
What is ng in ng serve?