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

committed by
Alex Rickabaugh

parent
3511f08a81
commit
f1e3d5125d
@ -16,6 +16,9 @@ import {platformCoreDynamicTesting} from './platform_core_dynamic_testing';
|
||||
|
||||
export * from './private_export_testing';
|
||||
|
||||
/**
|
||||
* @publicApi
|
||||
*/
|
||||
export const platformBrowserDynamicTesting = createPlatformFactory(
|
||||
platformCoreDynamicTesting, 'browserDynamicTesting',
|
||||
INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS);
|
||||
@ -23,7 +26,7 @@ export const platformBrowserDynamicTesting = createPlatformFactory(
|
||||
/**
|
||||
* NgModule for testing.
|
||||
*
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
@NgModule({
|
||||
exports: [BrowserTestingModule],
|
||||
|
Reference in New Issue
Block a user