1.

On Which Types Of Component Can We Create A Custom Directive?

Answer»

Angular JS PROVIDES support to CREATE custom directives for following type of elements.
Element directives − Directive ACTIVATES when a MATCHING element is encountered.
Attribute − Directive activates when a matching attribute is encountered.
CSS − Directive activates when a matching css style is encountered.
Comment − Directive activates when a matching comment is encountered.

Angular JS provides support to create custom directives for following type of elements.
Element directives − Directive activates when a matching element is encountered.
Attribute − Directive activates when a matching attribute is encountered.
CSS − Directive activates when a matching css style is encountered.
Comment − Directive activates when a matching comment is encountered.



Discussion

No Comment Found