docs: update platform-browser with @publicApi
tags (#26595)
PR Close #26595
This commit is contained in:

committed by
Alex Rickabaugh

parent
cda6a215f2
commit
7fbe547f78
@ -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],
|
||||
|
Reference in New Issue
Block a user