Skip to content

Commit 951ecb4

Browse files
vsavkinvikerman
authored andcommitted
feat(core): update public api
1 parent 9318033 commit 951ecb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/public_api_guard/core/testing.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export declare class TestBed implements Injector {
8383
}): typeof TestBed;
8484
static configureTestingModule(moduleDef: TestModuleMetadata): typeof TestBed;
8585
static createComponent<T>(component: Type<T>): ComponentFixture<T>;
86+
static get(token: any, notFoundValue?: any): any;
8687
/** @experimental */ static initTestEnvironment(ngModule: Type<any>, platform: PlatformRef): TestBed;
8788
static overrideComponent(component: Type<any>, override: MetadataOverride<ComponentMetadataType>): typeof TestBed;
8889
static overrideDirective(directive: Type<any>, override: MetadataOverride<DirectiveMetadataType>): typeof TestBed;

0 commit comments

Comments
 (0)