Skip to content
Related Articles
Open in App
Not now

Related Articles

Aptitude | AngularJS Quiz | Set-2 | Question 11

Improve Article
Save Article
  • Last Updated : 20 Sep, 2021
Improve Article
Save Article

Which of the following type of components in AngularJs is used to create a custom directive ?

(A)

Element directives

(B)

Attribute

(C)

CSS

(D)

All of the above.


Answer: (D)

Explanation:

A custom directive is used to enhance the functionality of HTML. So the type of custom directives is Element directive, Attribute, and CSS. All of these are used for creating the custom directive.


Quiz of this Question
Please comment below if you find anything wrong in the above post

My Personal Notes arrow_drop_up
Related Articles

Start Your Coding Journey Now!