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 |
Why do people use angular?
Explain api and how do we exchange the data from client side to server?
Can we use multiple ng app?
Difference between obtrusive and unobtrusive javascript?
What is data binding and its types?
What are the difference between angular 4 & angular 5?
What is the difference between angular and angular material?
Is angular 8 released?
What is webpack in angular?
How do you reference the host of a component?
What is $ digest?
What are guards in angular 2?