A directive that changes the appearance or behavior of a DOM element is known as a(n) _____ directive.
- attribute
- component
- decorator
- structural
A directive that changes the appearance or behavior of a DOM element is known as an attribute directive in Angular.
Loading...
Related Quiz
- How can you pass data to a Route Guard in Angular?
- What is the purpose of the inject() function in Angular testing?
- For testing dynamic behavior in directives, such as responding to user input or changes in data, you can use _______.
- How does the @HostListener decorator enhance the functionality of a directive?
- The router-outlet directive acts as a _____ where the routed component is displayed.