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:
Hans
2016-07-28 10:38:29 -07:00
committed by GitHub
parent b58e9ea775
commit a67cc8229d
4 changed files with 6 additions and 7 deletions

View File

@ -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>>;