refactor(core): misc changes and integrate review feedback on #19996
closes #20224
This commit is contained in:
4
tools/public_api_guard/core/testing.d.ts
vendored
4
tools/public_api_guard/core/testing.d.ts
vendored
@ -118,10 +118,10 @@ export declare class TestBed implements Injector {
|
||||
static overrideProvider(token: any, provider: {
|
||||
useFactory: Function;
|
||||
deps: any[];
|
||||
}): void;
|
||||
}): typeof TestBed;
|
||||
static overrideProvider(token: any, provider: {
|
||||
useValue: any;
|
||||
}): void;
|
||||
}): typeof TestBed;
|
||||
static overrideTemplate(component: Type<any>, template: string): typeof TestBed;
|
||||
static overrideTemplateUsingTestingModule(component: Type<any>, template: string): typeof TestBed;
|
||||
/** @experimental */ static resetTestEnvironment(): void;
|
||||
|
Reference in New Issue
Block a user