Retrieves the host element of a component or directive instance. The host element is the DOM element that matched the selector of the directive.
API
function getHostElement(componentOrDirective: {}): Element;
Retrieves the host element of a component or directive instance. The host element is the DOM element that matched the selector of the directive.
function getHostElement(componentOrDirective: {}): Element;
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/core/globals/getHostElement