We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9318033 commit 951ecb4Copy full SHA for 951ecb4
tools/public_api_guard/core/testing.d.ts
@@ -83,6 +83,7 @@ export declare class TestBed implements Injector {
83
}): typeof TestBed;
84
static configureTestingModule(moduleDef: TestModuleMetadata): typeof TestBed;
85
static createComponent<T>(component: Type<T>): ComponentFixture<T>;
86
+ static get(token: any, notFoundValue?: any): any;
87
/** @experimental */ static initTestEnvironment(ngModule: Type<any>, platform: PlatformRef): TestBed;
88
static overrideComponent(component: Type<any>, override: MetadataOverride<ComponentMetadataType>): typeof TestBed;
89
static overrideDirective(directive: Type<any>, override: MetadataOverride<DirectiveMetadataType>): typeof TestBed;
0 commit comments