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 |
What do you understand by constants in angular?
How can you differentiate between angular expressions and javascript expressions?
How do you stop ng serve?
What is lazy loading and why is it used for angular?
What directives are used to show and hide HTML elements in AngularJS?
What is isolate scope in angularjs?
What would be a good use case for having your own routing module?
What are isolated unit tests?
What is angular 4 and why it is used?
What is angular mainly used for?
What is difference between component and module in angular?
What are the services in angular js?