@angular/platform-browser-dynamic
生活随笔
收集整理的這篇文章主要介紹了
@angular/platform-browser-dynamic
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
/** @experimental */
export declare class JitCompilerFactory implements CompilerFactory {createCompiler(options?: CompilerOptions[]): Compiler;
}export declare const platformBrowserDynamic: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;/** @experimental */
export declare const RESOURCE_CACHE_PROVIDER: Provider[];export declare const VERSION: Version;復制代碼
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎
總結
以上是生活随笔為你收集整理的@angular/platform-browser-dynamic的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: docker mysql 操作_[Doc
- 下一篇: python装饰器调用顺序_聊一聊Pyt