docs(common): mark platform-browser and platform-browser-dynamic apis stable
This commit is contained in:

committed by
Victor Berchet

parent
1f5a5895e5
commit
c03e25a7b7
@ -26,7 +26,7 @@ const _TEST_BROWSER_PLATFORM_PROVIDERS: Provider[] =
|
||||
/**
|
||||
* Platform for testing
|
||||
*
|
||||
* @experimental API related to bootstrapping are still under review.
|
||||
* @stable
|
||||
*/
|
||||
export const platformBrowserTesting =
|
||||
createPlatformFactory(platformCore, 'browserTesting', _TEST_BROWSER_PLATFORM_PROVIDERS);
|
||||
@ -34,7 +34,7 @@ export const platformBrowserTesting =
|
||||
/**
|
||||
* NgModule for testing.
|
||||
*
|
||||
* @experimental
|
||||
* @stable
|
||||
*/
|
||||
@NgModule({
|
||||
exports: [BrowserModule],
|
||||
|
Reference in New Issue
Block a user