feat(ivy): expose window.ng.getDebugNode
helper (#32727)
PR Close #32727
This commit is contained in:

committed by
Andrew Kushnir

parent
252966bcca
commit
4726ac2481
2
tools/public_api_guard/global_utils.d.ts
vendored
2
tools/public_api_guard/global_utils.d.ts
vendored
@ -2,6 +2,8 @@ export declare function getComponent<T = {}>(element: Element): T | null;
|
||||
|
||||
export declare function getContext<T = {}>(element: Element): T | null;
|
||||
|
||||
export declare function getDebugNode(element: Node): DebugNode | null;
|
||||
|
||||
export declare function getDirectives(target: {}): Array<{}>;
|
||||
|
||||
export declare function getHostElement<T>(directive: T): Element;
|
||||
|
Reference in New Issue
Block a user