docs(common): mark platform-browser and platform-browser-dynamic apis stable

This commit is contained in:
Igor Minar
2016-08-23 15:41:05 -07:00
committed by Victor Berchet
parent 1f5a5895e5
commit c03e25a7b7
9 changed files with 18 additions and 22 deletions

View File

@ -2,5 +2,5 @@
export declare class BrowserDynamicTestingModule {
}
/** @experimental */
/** @stable */
export declare const platformBrowserDynamicTesting: (extraProviders?: any[]) => PlatformRef;