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:
@ -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;
|
||||
|
Reference in New Issue
Block a user