docs(common): mark platform-browser and platform-browser-dynamic apis stable

This commit is contained in:
Igor Minar
2016-08-23 15:41:05 -07:00
committed by Victor Berchet
parent 1f5a5895e5
commit c03e25a7b7
9 changed files with 18 additions and 22 deletions

View File

@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/
export {BROWSER_SANITIZATION_PROVIDERS, BrowserModule, platformBrowser} from './src/browser';
export {BrowserModule, platformBrowser} from './src/browser';
export {BrowserPlatformLocation} from './src/browser/location/browser_platform_location';
export {Title} from './src/browser/title';
export {disableDebugTools, enableDebugTools} from './src/browser/tools/tools';