fix(ivy): Implement remaining methods for DebugNode (#27387)
PR Close #27387
This commit is contained in:
4
tools/public_api_guard/global_utils.d.ts
vendored
4
tools/public_api_guard/global_utils.d.ts
vendored
@ -1,11 +1,15 @@
|
||||
export declare function getComponent<T = {}>(element: Element): T | null;
|
||||
|
||||
export declare function getContext<T = {}>(element: Element): T | null;
|
||||
|
||||
export declare function getDirectives(target: {}): Array<{}>;
|
||||
|
||||
export declare function getHostElement<T>(directive: T): Element;
|
||||
|
||||
export declare function getInjector(target: {}): Injector;
|
||||
|
||||
export declare function getListeners(element: Element): Listener[];
|
||||
|
||||
export declare function getPlayers(ref: ComponentInstance | DirectiveInstance | HTMLElement): Player[];
|
||||
|
||||
export declare function getRootComponents(target: {}): any[];
|
||||
|
Reference in New Issue
Block a user