blob: 03bf13321fc8080e7cc5c73975a8f614ec801137 [file] [log] [blame]
{"version":3,"file":"platform-browser-dynamic.js","sources":["../../../packages/platform-browser-dynamic/src/compiler_reflector.js","../../../packages/platform-browser-dynamic/src/compiler_factory.js","../../../packages/platform-browser-dynamic/src/platform_core_dynamic.js","../../../packages/platform-browser-dynamic/src/resource_loader/resource_loader_impl.js","../../../packages/platform-browser-dynamic/src/platform_providers.js","../../../packages/platform-browser-dynamic/src/resource_loader/resource_loader_cache.js","../../../packages/platform-browser-dynamic/src/private_export.js","../../../packages/platform-browser-dynamic/src/version.js","../../../packages/platform-browser-dynamic/src/platform-browser-dynamic.js","../../../packages/platform-browser-dynamic/public_api.js","../../../packages/platform-browser-dynamic/platform-browser-dynamic.js"],"sourcesContent":["/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes} checked by tsc\n */\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { Identifiers, getUrlScheme, syntaxError } from '@angular/compiler';\nimport { ANALYZE_FOR_ENTRY_COMPONENTS, ChangeDetectionStrategy, ChangeDetectorRef, ComponentFactory, ComponentFactoryResolver, ComponentRef, ElementRef, Injector, LOCALE_ID, NgModuleFactory, NgModuleRef, QueryList, Renderer, SecurityContext, TRANSLATIONS_FORMAT, TemplateRef, ViewContainerRef, ViewEncapsulation, ɵCodegenComponentFactoryResolver, ɵEMPTY_ARRAY, ɵEMPTY_MAP, ɵReflectionCapabilities as ReflectionCapabilities, ɵand, ɵccf, ɵcmf, ɵcrt, ɵdid, ɵeld, ɵinlineInterpolate, ɵinterpolate, ɵmod, ɵmpd, ɵncd, ɵnov, ɵpad, ɵpid, ɵpod, ɵppd, ɵprd, ɵqud, ɵregisterModuleFactory, ɵstringify as stringify, ɵted, ɵunv, ɵvid } from '@angular/core';\nexport const /** @type {?} */ MODULE_SUFFIX = '';\nconst /** @type {?} */ builtinExternalReferences = createBuiltinExternalReferencesMap();\nexport class JitReflector {\n constructor() {\n this.builtinExternalReferences = new Map();\n this.reflectionCapabilities = new ReflectionCapabilities();\n }\n /**\n * @param {?} type\n * @param {?} cmpMetadata\n * @return {?}\n */\n componentModuleUrl(type, cmpMetadata) {\n const /** @type {?} */ moduleId = cmpMetadata.moduleId;\n if (typeof moduleId === 'string') {\n const /** @type {?} */ scheme = getUrlScheme(moduleId);\n return scheme ? moduleId : `package:${moduleId}${MODULE_SUFFIX}`;\n }\n else if (moduleId !== null && moduleId !== void 0) {\n throw syntaxError(`moduleId should be a string in \"${stringify(type)}\". See https://goo.gl/wIDDiL for more information.\\n` +\n `If you're using Webpack you should inline the template and the styles, see https://goo.gl/X2J8zc.`);\n }\n return `./${stringify(type)}`;\n }\n /**\n * @param {?} typeOrFunc\n * @return {?}\n */\n parameters(typeOrFunc) {\n return this.reflectionCapabilities.parameters(typeOrFunc);\n }\n /**\n * @param {?} typeOrFunc\n * @return {?}\n */\n annotations(typeOrFunc) {\n return this.reflectionCapabilities.annotations(typeOrFunc);\n }\n /**\n * @param {?} typeOrFunc\n * @return {?}\n */\n propMetadata(typeOrFunc) {\n return this.reflectionCapabilities.propMetadata(typeOrFunc);\n }\n /**\n * @param {?} type\n * @param {?} lcProperty\n * @return {?}\n */\n hasLifecycleHook(type, lcProperty) {\n return this.reflectionCapabilities.hasLifecycleHook(type, lcProperty);\n }\n /**\n * @param {?} type\n * @return {?}\n */\n guards(type) { return this.reflectionCapabilities.guards(type); }\n /**\n * @param {?} ref\n * @return {?}\n */\n resolveExternalReference(ref) {\n return builtinExternalReferences.get(ref) || ref.runtime;\n }\n}\nfunction JitReflector_tsickle_Closure_declarations() {\n /** @type {?} */\n JitReflector.prototype.reflectionCapabilities;\n /** @type {?} */\n JitReflector.prototype.builtinExternalReferences;\n}\n/**\n * @return {?}\n */\nfunction createBuiltinExternalReferencesMap() {\n const /** @type {?} */ map = new Map();\n map.set(Identifiers.ANALYZE_FOR_ENTRY_COMPONENTS, ANALYZE_FOR_ENTRY_COMPONENTS);\n map.set(Identifiers.ElementRef, ElementRef);\n map.set(Identifiers.NgModuleRef, NgModuleRef);\n map.set(Identifiers.ViewContainerRef, ViewContainerRef);\n map.set(Identifiers.ChangeDetectorRef, ChangeDetectorRef);\n map.set(Identifiers.QueryList, QueryList);\n map.set(Identifiers.TemplateRef, TemplateRef);\n map.set(Identifiers.CodegenComponentFactoryResolver, ɵCodegenComponentFactoryResolver);\n map.set(Identifiers.ComponentFactoryResolver, ComponentFactoryResolver);\n map.set(Identifiers.ComponentFactory, ComponentFactory);\n map.set(Identifiers.ComponentRef, ComponentRef);\n map.set(Identifiers.NgModuleFactory, NgModuleFactory);\n map.set(Identifiers.createModuleFactory, ɵcmf);\n map.set(Identifiers.moduleDef, ɵmod);\n map.set(Identifiers.moduleProviderDef, ɵmpd);\n map.set(Identifiers.RegisterModuleFactoryFn, ɵregisterModuleFactory);\n map.set(Identifiers.Injector, Injector);\n map.set(Identifiers.ViewEncapsulation, ViewEncapsulation);\n map.set(Identifiers.ChangeDetectionStrategy, ChangeDetectionStrategy);\n map.set(Identifiers.SecurityContext, SecurityContext);\n map.set(Identifiers.LOCALE_ID, LOCALE_ID);\n map.set(Identifiers.TRANSLATIONS_FORMAT, TRANSLATIONS_FORMAT);\n map.set(Identifiers.inlineInterpolate, ɵinlineInterpolate);\n map.set(Identifiers.interpolate, ɵinterpolate);\n map.set(Identifiers.EMPTY_ARRAY, ɵEMPTY_ARRAY);\n map.set(Identifiers.EMPTY_MAP, ɵEMPTY_MAP);\n map.set(Identifiers.Renderer, Renderer);\n map.set(Identifiers.viewDef, ɵvid);\n map.set(Identifiers.elementDef, ɵeld);\n map.set(Identifiers.anchorDef, ɵand);\n map.set(Identifiers.textDef, ɵted);\n map.set(Identifiers.directiveDef, ɵdid);\n map.set(Identifiers.providerDef, ɵprd);\n map.set(Identifiers.queryDef, ɵqud);\n map.set(Identifiers.pureArrayDef, ɵpad);\n map.set(Identifiers.pureObjectDef, ɵpod);\n map.set(Identifiers.purePipeDef, ɵppd);\n map.set(Identifiers.pipeDef, ɵpid);\n map.set(Identifiers.nodeValue, ɵnov);\n map.set(Identifiers.ngContentDef, ɵncd);\n map.set(Identifiers.unwrapValue, ɵunv);\n map.set(Identifiers.createRendererType2, ɵcrt);\n map.set(Identifiers.createComponentFactory, ɵccf);\n return map;\n}\n//# sourceMappingURL=compiler_reflector.js.map","/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes} checked by tsc\n */\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { Compiler, Inject, InjectionToken, Optional, PACKAGE_ROOT_URL, TRANSLATIONS, isDevMode, ɵConsole as Console, ViewEncapsulation, Injector, TRANSLATIONS_FORMAT, MissingTranslationStrategy, } from '@angular/core';\nimport { StaticSymbolCache, JitCompiler, ProviderMeta, I18NHtmlParser, ViewCompiler, CompileMetadataResolver, UrlResolver, TemplateParser, NgModuleCompiler, JitSummaryResolver, SummaryResolver, StyleCompiler, PipeResolver, ElementSchemaRegistry, DomElementSchemaRegistry, ResourceLoader, NgModuleResolver, HtmlParser, CompileReflector, CompilerConfig, DirectiveNormalizer, DirectiveResolver, Lexer, Parser } from '@angular/compiler';\nimport { JitReflector } from './compiler_reflector';\nexport const /** @type {?} */ ERROR_COLLECTOR_TOKEN = new InjectionToken('ErrorCollector');\n/**\n * A default provider for {\\@link PACKAGE_ROOT_URL} that maps to '/'.\n */\nexport const /** @type {?} */ DEFAULT_PACKAGE_URL_PROVIDER = {\n provide: PACKAGE_ROOT_URL,\n useValue: '/'\n};\nconst /** @type {?} */ _NO_RESOURCE_LOADER = {\n /**\n * @param {?} url\n * @return {?}\n */\n get(url) {\n throw new Error(`No ResourceLoader implementation has been provided. Can't read the url \"${url}\"`);\n }\n};\nconst /** @type {?} */ baseHtmlParser = new InjectionToken('HtmlParser');\nexport class CompilerImpl {\n /**\n * @param {?} injector\n * @param {?} _metadataResolver\n * @param {?} templateParser\n * @param {?} styleCompiler\n * @param {?} viewCompiler\n * @param {?} ngModuleCompiler\n * @param {?} summaryResolver\n * @param {?} compileReflector\n * @param {?} compilerConfig\n * @param {?} console\n */\n constructor(injector, _metadataResolver, templateParser, styleCompiler, viewCompiler, ngModuleCompiler, summaryResolver, compileReflector, compilerConfig, console) {\n this._metadataResolver = _metadataResolver;\n this._delegate = new JitCompiler(_metadataResolver, templateParser, styleCompiler, viewCompiler, ngModuleCompiler, summaryResolver, compileReflector, compilerConfig, console, this.getExtraNgModuleProviders.bind(this));\n this.injector = injector;\n }\n /**\n * @return {?}\n */\n getExtraNgModuleProviders() {\n return [this._metadataResolver.getProviderMetadata(new ProviderMeta(Compiler, { useValue: this }))];\n }\n /**\n * @template T\n * @param {?} moduleType\n * @return {?}\n */\n compileModuleSync(moduleType) {\n return /** @type {?} */ (this._delegate.compileModuleSync(moduleType));\n }\n /**\n * @template T\n * @param {?} moduleType\n * @return {?}\n */\n compileModuleAsync(moduleType) {\n return /** @type {?} */ (this._delegate.compileModuleAsync(moduleType));\n }\n /**\n * @template T\n * @param {?} moduleType\n * @return {?}\n */\n compileModuleAndAllComponentsSync(moduleType) {\n const /** @type {?} */ result = this._delegate.compileModuleAndAllComponentsSync(moduleType);\n return {\n ngModuleFactory: /** @type {?} */ (result.ngModuleFactory),\n componentFactories: /** @type {?} */ (result.componentFactories),\n };\n }\n /**\n * @template T\n * @param {?} moduleType\n * @return {?}\n */\n compileModuleAndAllComponentsAsync(moduleType) {\n return this._delegate.compileModuleAndAllComponentsAsync(moduleType)\n .then((result) => ({\n ngModuleFactory: /** @type {?} */ (result.ngModuleFactory),\n componentFactories: /** @type {?} */ (result.componentFactories),\n }));\n }\n /**\n * @param {?} summaries\n * @return {?}\n */\n loadAotSummaries(summaries) { this._delegate.loadAotSummaries(summaries); }\n /**\n * @param {?} ref\n * @return {?}\n */\n hasAotSummary(ref) { return this._delegate.hasAotSummary(ref); }\n /**\n * @template T\n * @param {?} component\n * @return {?}\n */\n getComponentFactory(component) {\n return /** @type {?} */ (this._delegate.getComponentFactory(component));\n }\n /**\n * @return {?}\n */\n clearCache() { this._delegate.clearCache(); }\n /**\n * @param {?} type\n * @return {?}\n */\n clearCacheFor(type) { this._delegate.clearCacheFor(type); }\n}\nfunction CompilerImpl_tsickle_Closure_declarations() {\n /** @type {?} */\n CompilerImpl.prototype._delegate;\n /** @type {?} */\n CompilerImpl.prototype.injector;\n /** @type {?} */\n CompilerImpl.prototype._metadataResolver;\n}\n/**\n * A set of providers that provide `JitCompiler` and its dependencies to use for\n * template compilation.\n */\nexport const /** @type {?} */ COMPILER_PROVIDERS = /** @type {?} */ ([\n { provide: CompileReflector, useValue: new JitReflector() },\n { provide: ResourceLoader, useValue: _NO_RESOURCE_LOADER },\n { provide: JitSummaryResolver, deps: [] },\n { provide: SummaryResolver, useExisting: JitSummaryResolver },\n { provide: Console, deps: [] },\n { provide: Lexer, deps: [] },\n { provide: Parser, deps: [Lexer] },\n {\n provide: baseHtmlParser,\n useClass: HtmlParser,\n deps: [],\n },\n {\n provide: I18NHtmlParser,\n useFactory: (parser, translations, format, config, console) => {\n translations = translations || '';\n const /** @type {?} */ missingTranslation = translations ? /** @type {?} */ ((config.missingTranslation)) : MissingTranslationStrategy.Ignore;\n return new I18NHtmlParser(parser, translations, format, missingTranslation, console);\n },\n deps: [\n baseHtmlParser,\n [new Optional(), new Inject(TRANSLATIONS)],\n [new Optional(), new Inject(TRANSLATIONS_FORMAT)],\n [CompilerConfig],\n [Console],\n ]\n },\n {\n provide: HtmlParser,\n useExisting: I18NHtmlParser,\n },\n {\n provide: TemplateParser, deps: [CompilerConfig, CompileReflector,\n Parser, ElementSchemaRegistry,\n I18NHtmlParser, Console]\n },\n { provide: DirectiveNormalizer, deps: [ResourceLoader, UrlResolver, HtmlParser, CompilerConfig] },\n { provide: CompileMetadataResolver, deps: [CompilerConfig, HtmlParser, NgModuleResolver,\n DirectiveResolver, PipeResolver,\n SummaryResolver,\n ElementSchemaRegistry,\n DirectiveNormalizer, Console,\n [Optional, StaticSymbolCache],\n CompileReflector,\n [Optional, ERROR_COLLECTOR_TOKEN]] },\n DEFAULT_PACKAGE_URL_PROVIDER,\n { provide: StyleCompiler, deps: [UrlResolver] },\n { provide: ViewCompiler, deps: [CompileReflector] },\n { provide: NgModuleCompiler, deps: [CompileReflector] },\n { provide: CompilerConfig, useValue: new CompilerConfig() },\n { provide: Compiler, useClass: CompilerImpl, deps: [Injector, CompileMetadataResolver,\n TemplateParser, StyleCompiler,\n ViewCompiler, NgModuleCompiler,\n SummaryResolver, CompileReflector, CompilerConfig,\n Console] },\n { provide: DomElementSchemaRegistry, deps: [] },\n { provide: ElementSchemaRegistry, useExisting: DomElementSchemaRegistry },\n { provide: UrlResolver, deps: [PACKAGE_ROOT_URL] },\n { provide: DirectiveResolver, deps: [CompileReflector] },\n { provide: PipeResolver, deps: [CompileReflector] },\n { provide: NgModuleResolver, deps: [CompileReflector] },\n]);\n/**\n * \\@experimental\n */\nexport class JitCompilerFactory {\n /**\n * @param {?} defaultOptions\n */\n constructor(defaultOptions) {\n const /** @type {?} */ compilerOptions = {\n useJit: true,\n defaultEncapsulation: ViewEncapsulation.Emulated,\n missingTranslation: MissingTranslationStrategy.Warning,\n enableLegacyTemplate: false,\n };\n this._defaultOptions = [compilerOptions, ...defaultOptions];\n }\n /**\n * @param {?=} options\n * @return {?}\n */\n createCompiler(options = []) {\n const /** @type {?} */ opts = _mergeOptions(this._defaultOptions.concat(options));\n const /** @type {?} */ injector = Injector.create([\n COMPILER_PROVIDERS, {\n provide: CompilerConfig,\n useFactory: () => {\n return new CompilerConfig({\n // let explicit values from the compiler options overwrite options\n // from the app providers\n useJit: opts.useJit,\n jitDevMode: isDevMode(),\n // let explicit values from the compiler options overwrite options\n // from the app providers\n defaultEncapsulation: opts.defaultEncapsulation,\n missingTranslation: opts.missingTranslation,\n enableLegacyTemplate: opts.enableLegacyTemplate,\n preserveWhitespaces: opts.preserveWhitespaces,\n });\n },\n deps: []\n },\n /** @type {?} */ ((opts.providers))\n ]);\n return injector.get(Compiler);\n }\n}\nfunction JitCompilerFactory_tsickle_Closure_declarations() {\n /** @type {?} */\n JitCompilerFactory.prototype._defaultOptions;\n}\n/**\n * @param {?} optionsArr\n * @return {?}\n */\nfunction _mergeOptions(optionsArr) {\n return {\n useJit: _lastDefined(optionsArr.map(options => options.useJit)),\n defaultEncapsulation: _lastDefined(optionsArr.map(options => options.defaultEncapsulation)),\n providers: _mergeArrays(optionsArr.map(options => /** @type {?} */ ((options.providers)))),\n missingTranslation: _lastDefined(optionsArr.map(options => options.missingTranslation)),\n enableLegacyTemplate: _lastDefined(optionsArr.map(options => options.enableLegacyTemplate)),\n preserveWhitespaces: _lastDefined(optionsArr.map(options => options.preserveWhitespaces)),\n };\n}\n/**\n * @template T\n * @param {?} args\n * @return {?}\n */\nfunction _lastDefined(args) {\n for (let /** @type {?} */ i = args.length - 1; i >= 0; i--) {\n if (args[i] !== undefined) {\n return args[i];\n }\n }\n return undefined;\n}\n/**\n * @param {?} parts\n * @return {?}\n */\nfunction _mergeArrays(parts) {\n const /** @type {?} */ result = [];\n parts.forEach((part) => part && result.push(...part));\n return result;\n}\n//# sourceMappingURL=compiler_factory.js.map","/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes} checked by tsc\n */\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { COMPILER_OPTIONS, CompilerFactory, createPlatformFactory, platformCore } from '@angular/core';\nimport { JitCompilerFactory } from './compiler_factory';\n/**\n * A platform that included corePlatform and the compiler.\n *\n * \\@experimental\n */\nexport const /** @type {?} */ platformCoreDynamic = createPlatformFactory(platformCore, 'coreDynamic', [\n { provide: COMPILER_OPTIONS, useValue: {}, multi: true },\n { provide: CompilerFactory, useClass: JitCompilerFactory, deps: [COMPILER_OPTIONS] },\n]);\n//# sourceMappingURL=platform_core_dynamic.js.map","/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes} checked by tsc\n */\nimport { ResourceLoader } from '@angular/compiler';\nimport { Injectable } from '@angular/core';\nexport class ResourceLoaderImpl extends ResourceLoader {\n /**\n * @param {?} url\n * @return {?}\n */\n get(url) {\n let /** @type {?} */ resolve;\n let /** @type {?} */ reject;\n const /** @type {?} */ promise = new Promise((res, rej) => {\n resolve = res;\n reject = rej;\n });\n const /** @type {?} */ xhr = new XMLHttpRequest();\n xhr.open('GET', url, true);\n xhr.responseType = 'text';\n xhr.onload = function () {\n // responseText is the old-school way of retrieving response (supported by IE8 & 9)\n // response/responseType properties were introduced in ResourceLoader Level2 spec (supported\n // by IE10)\n const /** @type {?} */ response = xhr.response || xhr.responseText;\n // normalize IE9 bug (http://bugs.jquery.com/ticket/1450)\n let /** @type {?} */ status = xhr.status === 1223 ? 204 : xhr.status;\n // fix status code when it is 0 (0 status is undocumented).\n // Occurs when accessing file resources or on Android 4.1 stock browser\n // while retrieving files from application cache.\n if (status === 0) {\n status = response ? 200 : 0;\n }\n if (200 <= status && status <= 300) {\n resolve(response);\n }\n else {\n reject(`Failed to load ${url}`);\n }\n };\n xhr.onerror = function () { reject(`Failed to load ${url}`); };\n xhr.send();\n return promise;\n }\n}\nResourceLoaderImpl.decorators = [\n { type: Injectable },\n];\n/** @nocollapse */\nResourceLoaderImpl.ctorParameters = () => [];\nfunction ResourceLoaderImpl_tsickle_Closure_declarations() {\n /** @type {!Array<{type: !Function, args: (undefined|!Array<?>)}>} */\n ResourceLoaderImpl.decorators;\n /**\n * @nocollapse\n * @type {function(): !Array<(null|{type: ?, decorators: (undefined|!Array<{type: !Function, args: (undefined|!Array<?>)}>)})>}\n */\n ResourceLoaderImpl.ctorParameters;\n}\n//# sourceMappingURL=resource_loader_impl.js.map","/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes} checked by tsc\n */\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { ɵPLATFORM_BROWSER_ID as PLATFORM_BROWSER_ID } from '@angular/common';\nimport { ResourceLoader } from '@angular/compiler';\nimport { COMPILER_OPTIONS, PLATFORM_ID } from '@angular/core';\nimport { ɵINTERNAL_BROWSER_PLATFORM_PROVIDERS as INTERNAL_BROWSER_PLATFORM_PROVIDERS } from '@angular/platform-browser';\nimport { ResourceLoaderImpl } from './resource_loader/resource_loader_impl';\nexport const /** @type {?} */ INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS = [\n INTERNAL_BROWSER_PLATFORM_PROVIDERS,\n {\n provide: COMPILER_OPTIONS,\n useValue: { providers: [{ provide: ResourceLoader, useClass: ResourceLoaderImpl, deps: [] }] },\n multi: true\n },\n { provide: PLATFORM_ID, useValue: PLATFORM_BROWSER_ID },\n];\n//# sourceMappingURL=platform_providers.js.map","/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes} checked by tsc\n */\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { ResourceLoader } from '@angular/compiler';\nimport { ɵglobal as global } from '@angular/core';\n/**\n * An implementation of ResourceLoader that uses a template cache to avoid doing an actual\n * ResourceLoader.\n *\n * The template cache needs to be built and loaded into window.$templateCache\n * via a separate mechanism.\n */\nexport class CachedResourceLoader extends ResourceLoader {\n constructor() {\n super();\n this._cache = (/** @type {?} */ (global)).$templateCache;\n if (this._cache == null) {\n throw new Error('CachedResourceLoader: Template cache was not found in $templateCache.');\n }\n }\n /**\n * @param {?} url\n * @return {?}\n */\n get(url) {\n if (this._cache.hasOwnProperty(url)) {\n return Promise.resolve(this._cache[url]);\n }\n else {\n return /** @type {?} */ (Promise.reject('CachedResourceLoader: Did not find cached template for ' + url));\n }\n }\n}\nfunction CachedResourceLoader_tsickle_Closure_declarations() {\n /** @type {?} */\n CachedResourceLoader.prototype._cache;\n}\n//# sourceMappingURL=resource_loader_cache.js.map","/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes} checked by tsc\n */\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nexport { CompilerImpl as ɵCompilerImpl } from './compiler_factory';\nexport { platformCoreDynamic as ɵplatformCoreDynamic } from './platform_core_dynamic';\nexport { INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS as ɵINTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS } from './platform_providers';\nexport { ResourceLoaderImpl as ɵResourceLoaderImpl } from './resource_loader/resource_loader_impl';\n//# sourceMappingURL=private_export.js.map","/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes} checked by tsc\n */\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { Version } from '@angular/core';\n/**\n * \\@stable\n */\nexport const /** @type {?} */ VERSION = new Version('5.2.0');\n//# sourceMappingURL=version.js.map","/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes} checked by tsc\n */\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { ResourceLoader } from '@angular/compiler';\nimport { createPlatformFactory } from '@angular/core';\nimport { platformCoreDynamic } from './platform_core_dynamic';\nimport { INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS } from './platform_providers';\nimport { CachedResourceLoader } from './resource_loader/resource_loader_cache';\nexport { ɵCompilerImpl, ɵplatformCoreDynamic, ɵINTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS, ɵResourceLoaderImpl } from './private_export';\nexport { VERSION } from './version';\nexport { JitCompilerFactory } from './compiler_factory';\n/**\n * \\@experimental\n */\nexport const /** @type {?} */ RESOURCE_CACHE_PROVIDER = [{ provide: ResourceLoader, useClass: CachedResourceLoader, deps: [] }];\n/**\n * \\@stable\n */\nexport const /** @type {?} */ platformBrowserDynamic = createPlatformFactory(platformCoreDynamic, 'browserDynamic', INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS);\n//# sourceMappingURL=platform-browser-dynamic.js.map","/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes} checked by tsc\n */\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n/**\n * @module\n * @description\n * Entry point for all public APIs of this package.\n */\nexport { VERSION, JitCompilerFactory, RESOURCE_CACHE_PROVIDER, platformBrowserDynamic, ɵCompilerImpl, ɵplatformCoreDynamic, ɵINTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS, ɵResourceLoaderImpl } from './src/platform-browser-dynamic';\n// This file only reexports content of the `src` folder. Keep it that way.\n//# sourceMappingURL=public_api.js.map","/**\n * @fileoverview added by tsickle\n * @suppress {checkTypes} checked by tsc\n */\n/**\n * Generated bundle index. Do not edit.\n */\nexport { VERSION, JitCompilerFactory, RESOURCE_CACHE_PROVIDER, platformBrowserDynamic, ɵCompilerImpl, ɵplatformCoreDynamic, ɵINTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS, ɵResourceLoaderImpl } from './public_api';\nexport { CachedResourceLoader as ɵa } from './src/resource_loader/resource_loader_cache';\n//# sourceMappingURL=platform-browser-dynamic.js.map"],"names":["ReflectionCapabilities","stringify","Console","INTERNAL_BROWSER_PLATFORM_PROVIDERS","PLATFORM_BROWSER_ID","global"],"mappings":"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"}