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 is a module in writing?
What is a pipe in angular?
Explain ngfor and ngif?
What are differences between templateurl and styleurls?
What is the use of interceptors in angular 4?
How to viewing the angular 4 apps in a browser using ionic 3 cli?
Do I need angular?
How many types of data binding directives are provided by angularjs?
What is the difference between a unit and end-to-end (e2e) test in angularjs?
How will you initialize a select box with options on page load?
What is ng controller in angularjs?
Tell me can we use the open-source closure library with angular?