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 zone in angular?
What are the basic rules of decorators?
What are the differences between service and factory methods?
What is eventemitter in angular?
What are browser events?
Why is namespace called "ng"?
What is the difference between an observable and a promise?
What do you understand by angularjs?
How to starting angular 4 apps using ionic 3 cli commands?
How to use styleurls and styles in angular 2?
Is primefaces free?
We already use angular 1, why do we need an angular 2?