How to create custom directives in AngularJS?
Custom directives are used in AngularJS to extend the functionality of HTML. Custom directives are defined using "directive" function. A custom directive simply replaces the element for which it is activated. AngularJS application during bootstrap finds the matching elements and do one time activity using its compile() method of the custom directive then process the element using link() method of the custom directive based on the scope of the directive
| Is This Answer Correct ? | 0 Yes | 0 No |
Is typescript a programming language?
What is routing concepts in angular 2?
What are angular testing utilities?
Differentiate between Observables and Promises?
What do you know about internationalization?
What is the function of the $timeout service?
List the types of data binding supported by angular 5?
What is difference between component and module in angular?
What is dependency injection in angular 2?
What methods $http service support?
How do you define the transition between two states in angular?
What are Directives in AngularJS?