1. Question: On which of the following types of component can we create a custom directive?

    A
    Element directives

    B
    Attribute

    C
    CSS

    D
    All of these

    Note: AngularJS 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. NB - Directive activates when a matching comment is encountered.
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd