fix(platform-browser-dynamic): mark platformBrowserDynamic as stable API (#12154)

Everyone building Angular apps need to use this api to bootstrap or AoT compile, so it can't be experimental.
This commit is contained in:
Igor Minar
2016-10-07 13:54:06 -07:00
committed by Tobias Bosch
parent 13ecc140e8
commit bcef5efffe
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/** @experimental */
/** @stable */
export declare const platformBrowserDynamic: (extraProviders?: Provider[]) => PlatformRef;
/** @experimental */