mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
bcef5efffe
Everyone building Angular apps need to use this api to bootstrap or AoT compile, so it can't be experimental.
6 lines
186 B
TypeScript
6 lines
186 B
TypeScript
/** @stable */
|
|
export declare const platformBrowserDynamic: (extraProviders?: Provider[]) => PlatformRef;
|
|
|
|
/** @experimental */
|
|
export declare const RESOURCE_CACHE_PROVIDER: Provider[];
|