diff --git a/tools/public_api_guard/core/testing.d.ts b/tools/public_api_guard/core/testing.d.ts index 1fb5fff781..a9ae47f8d5 100644 --- a/tools/public_api_guard/core/testing.d.ts +++ b/tools/public_api_guard/core/testing.d.ts @@ -83,6 +83,7 @@ export declare class TestBed implements Injector { }): typeof TestBed; static configureTestingModule(moduleDef: TestModuleMetadata): typeof TestBed; static createComponent(component: Type): ComponentFixture; + static get(token: any, notFoundValue?: any): any; /** @experimental */ static initTestEnvironment(ngModule: Type, platform: PlatformRef): TestBed; static overrideComponent(component: Type, override: MetadataOverride): typeof TestBed; static overrideDirective(directive: Type, override: MetadataOverride): typeof TestBed;