refactor(core): Removed deprecated DebugNode.inject() (#10751)
BREAKING CHANGE: previously deprecated DebugNode#inject was removed, see deprecation notice for migration instructions.
This commit is contained in:

committed by
vikerman

parent
79afcf0766
commit
a235ae16ed
1
tools/public_api_guard/core/index.d.ts
vendored
1
tools/public_api_guard/core/index.d.ts
vendored
@ -467,7 +467,6 @@ export declare class DebugNode {
|
||||
};
|
||||
source: string;
|
||||
constructor(nativeNode: any, parent: DebugNode, _debugInfo: RenderDebugInfo);
|
||||
/** @deprecated */ inject(token: any): any;
|
||||
}
|
||||
|
||||
/** @stable */
|
||||
|
Reference in New Issue
Block a user