Retrieves all root components associated with a DOM element, directive or component instance. Root components are those which have been bootstrapped by Angular.
API
function getRootComponents(elementOrDir: {} | Element): {}[];
Retrieves all root components associated with a DOM element, directive or component instance. Root components are those which have been bootstrapped by Angular.
function getRootComponents(elementOrDir: {} | 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/getRootComponents