feat(core): update public api

This commit is contained in:
vsavkin 2016-08-16 20:49:07 -07:00 committed by Vikram Subramanian
parent 9318033294
commit 951ecb4d90
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ export declare class TestBed implements Injector {
}): typeof TestBed;
static configureTestingModule(moduleDef: TestModuleMetadata): typeof TestBed;
static createComponent<T>(component: Type<T>): ComponentFixture<T>;
static get(token: any, notFoundValue?: any): any;
/** @experimental */ static initTestEnvironment(ngModule: Type<any>, platform: PlatformRef): TestBed;
static overrideComponent(component: Type<any>, override: MetadataOverride<ComponentMetadataType>): typeof TestBed;
static overrideDirective(directive: Type<any>, override: MetadataOverride<DirectiveMetadataType>): typeof TestBed;