chore: move injector to being non-internal but private (#10339)
* chore: move injector to being non-internal but private * Add the new non-internal method to the public API.
This commit is contained in:
1
tools/public_api_guard/core/index.d.ts
vendored
1
tools/public_api_guard/core/index.d.ts
vendored
@ -237,6 +237,7 @@ export declare class CollectionChangeRecord {
|
||||
|
||||
/** @stable */
|
||||
export declare class Compiler {
|
||||
_injector: Injector;
|
||||
clearCache(): void;
|
||||
clearCacheFor(type: Type): void;
|
||||
compileComponentAsync<T>(component: ConcreteType<T>, ngModule?: Type): Promise<ComponentFactory<T>>;
|
||||
|
Reference in New Issue
Block a user