docs: update platform-browser with @publicApi tags (#26595)

PR Close #26595
This commit is contained in:
Pete Bacon Darwin
2018-10-19 14:37:01 +01:00
committed by Alex Rickabaugh
parent cda6a215f2
commit 7fbe547f78
9 changed files with 32 additions and 30 deletions

View File

@ -20,7 +20,7 @@ const _TEST_BROWSER_PLATFORM_PROVIDERS: StaticProvider[] =
/**
* Platform for testing
*
*
* @publicApi
*/
export const platformBrowserTesting =
createPlatformFactory(platformCore, 'browserTesting', _TEST_BROWSER_PLATFORM_PROVIDERS);
@ -28,7 +28,7 @@ export const platformBrowserTesting =
/**
* NgModule for testing.
*
*
* @publicApi
*/
@NgModule({
exports: [BrowserModule],