To test if a directive correctly updates the host element's properties, you can use the ______ method.
- debugElement
- queryHostElement
- querySelector
- updateHostProperties
To test if a directive correctly updates the host element's properties, you can use the debugElement method to inspect and manipulate the host element.
Loading...
Related Quiz
- How can a parent component communicate with a child component without using @Input or @Output?
- How does Angular Universal improve the perceived performance of an application?
- A cold observable starts emitting values only when it has at least one subscriber.
- What is the primary difference between template-driven forms and reactive forms in Angular?
- How can you handle side effects in state management when using NgRx?