docs(core): mark TestBed as stable api and add preliminary docs (#11767)

TestBed was accidentaly ommited from the 'stable' api list during the API sweep before final. We do consider it to be stable.
This commit is contained in:
Igor Minar
2016-09-22 10:32:17 -07:00
committed by Igor Minar
parent 51e2b9c073
commit 0e18c57a17
2 changed files with 8 additions and 2 deletions

View File

@ -56,7 +56,7 @@ export declare type MetadataOverride<T> = {
/** @experimental */
export declare function resetFakeAsyncZone(): void;
/** @experimental */
/** @stable */
export declare class TestBed implements Injector {
ngModule: Type<any>;
platform: PlatformRef;