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:
@ -1,4 +1,4 @@
|
||||
/** @experimental */
|
||||
/** @stable */
|
||||
export declare const platformBrowserDynamic: (extraProviders?: Provider[]) => PlatformRef;
|
||||
|
||||
/** @experimental */
|
||||
|
Reference in New Issue
Block a user