This reverts commit faa621218e
.
This commit is contained in:
7
tools/public_api_guard/core/core.d.ts
vendored
7
tools/public_api_guard/core/core.d.ts
vendored
@ -476,12 +476,7 @@ export declare abstract class Injector {
|
||||
/** @deprecated */ abstract get(token: any, notFoundValue?: any): any;
|
||||
static NULL: Injector;
|
||||
static THROW_IF_NOT_FOUND: Object;
|
||||
/** @deprecated */ static create(providers: StaticProvider[], parent?: Injector): Injector;
|
||||
static create(options: {
|
||||
providers: StaticProvider[];
|
||||
parent?: Injector;
|
||||
name?: string;
|
||||
}): Injector;
|
||||
static create(providers: StaticProvider[], parent?: Injector): Injector;
|
||||
}
|
||||
|
||||
/** @stable */
|
||||
|
Reference in New Issue
Block a user