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

committed by
Victor Berchet

parent
1f5a5895e5
commit
c03e25a7b7
@ -44,7 +44,7 @@ export const BROWSER_SANITIZATION_PROVIDERS: Array<any> = [
|
||||
];
|
||||
|
||||
/**
|
||||
* @experimental API related to bootstrapping are still under review.
|
||||
* @stable
|
||||
*/
|
||||
export const platformBrowser =
|
||||
createPlatformFactory(platformCore, 'browser', INTERNAL_BROWSER_PLATFORM_PROVIDERS);
|
||||
@ -73,7 +73,7 @@ export function _resolveDefaultAnimationDriver(): AnimationDriver {
|
||||
/**
|
||||
* The ng module for the browser.
|
||||
*
|
||||
* @experimental
|
||||
* @stable
|
||||
*/
|
||||
@NgModule({
|
||||
providers: [
|
||||
|
Reference in New Issue
Block a user