@angular/core 8.0.0-rc.4 → 8.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. package/bundles/core-testing.umd.js +1 -24
  2. package/bundles/core-testing.umd.js.map +1 -1
  3. package/bundles/core-testing.umd.min.js +13 -13
  4. package/bundles/core-testing.umd.min.js.map +1 -1
  5. package/bundles/core.umd.js +537 -531
  6. package/bundles/core.umd.js.map +1 -1
  7. package/bundles/core.umd.min.js +127 -135
  8. package/bundles/core.umd.min.js.map +1 -1
  9. package/core.d.ts +188 -184
  10. package/core.metadata.json +1 -1
  11. package/esm2015/index.js +2 -2
  12. package/esm2015/public_api.js +2 -2
  13. package/esm2015/src/change_detection/differs/iterable_differs.js +3 -3
  14. package/esm2015/src/change_detection/differs/keyvalue_differs.js +3 -3
  15. package/esm2015/src/core.js +3 -3
  16. package/esm2015/src/core_private_export.js +2 -2
  17. package/esm2015/src/core_render3_private_export.js +3 -3
  18. package/esm2015/src/di/index.js +3 -3
  19. package/esm2015/src/di/injectable.js +3 -3
  20. package/esm2015/src/di/injection_token.js +3 -3
  21. package/esm2015/src/di/injector.js +5 -5
  22. package/esm2015/src/di/injector_compatibility.js +5 -11
  23. package/esm2015/src/di/interface/defs.js +5 -11
  24. package/esm2015/src/di/jit/environment.js +7 -7
  25. package/esm2015/src/di/r3_injector.js +3 -3
  26. package/esm2015/src/di/util.js +3 -3
  27. package/esm2015/src/di.js +2 -2
  28. package/esm2015/src/metadata/di.js +1 -1
  29. package/esm2015/src/metadata/ng_module.js +4 -4
  30. package/esm2015/src/profile/profile.js +5 -1
  31. package/esm2015/src/profile/wtf_impl.js +2 -1
  32. package/esm2015/src/r3_symbols.js +4 -4
  33. package/esm2015/src/render3/component_ref.js +4 -6
  34. package/esm2015/src/render3/definition.js +12 -12
  35. package/esm2015/src/render3/di.js +4 -4
  36. package/esm2015/src/render3/di_setup.js +4 -4
  37. package/esm2015/src/render3/features/inherit_definition_feature.js +4 -4
  38. package/esm2015/src/render3/features/ng_onchanges_feature.js +2 -2
  39. package/esm2015/src/render3/features/providers_feature.js +2 -2
  40. package/esm2015/src/render3/i18n.js +17 -17
  41. package/esm2015/src/render3/index.js +15 -15
  42. package/esm2015/src/render3/instructions/all.js +18 -18
  43. package/esm2015/src/render3/instructions/alloc_host_vars.js +2 -2
  44. package/esm2015/src/render3/instructions/container.js +5 -5
  45. package/esm2015/src/render3/instructions/di.js +5 -5
  46. package/esm2015/src/render3/instructions/element.js +8 -8
  47. package/esm2015/src/render3/instructions/element_container.js +3 -3
  48. package/esm2015/src/render3/instructions/embedded_view.js +3 -3
  49. package/esm2015/src/render3/instructions/get_current_view.js +2 -2
  50. package/esm2015/src/render3/instructions/listener.js +3 -3
  51. package/esm2015/src/render3/instructions/namespace.js +2 -2
  52. package/esm2015/src/render3/instructions/next_context.js +2 -2
  53. package/esm2015/src/render3/instructions/projection.js +53 -14
  54. package/esm2015/src/render3/instructions/property.js +7 -7
  55. package/esm2015/src/render3/instructions/property_interpolation.js +50 -50
  56. package/esm2015/src/render3/instructions/select.js +3 -3
  57. package/esm2015/src/render3/instructions/shared.js +3 -3
  58. package/esm2015/src/render3/instructions/storage.js +3 -3
  59. package/esm2015/src/render3/instructions/styling.js +11 -11
  60. package/esm2015/src/render3/instructions/text.js +3 -3
  61. package/esm2015/src/render3/interfaces/definition.js +7 -7
  62. package/esm2015/src/render3/interfaces/projection.js +1 -1
  63. package/esm2015/src/render3/jit/environment.js +126 -126
  64. package/esm2015/src/render3/jit/module.js +10 -7
  65. package/esm2015/src/render3/node_selector_matcher.js +2 -27
  66. package/esm2015/src/render3/pipe.js +20 -19
  67. package/esm2015/src/render3/pure_function.js +11 -11
  68. package/esm2015/src/render3/query.js +12 -12
  69. package/esm2015/src/render3/state.js +11 -11
  70. package/esm2015/src/render3/styling/class_and_style_bindings.js +2 -2
  71. package/esm2015/src/render3/util/misc_utils.js +4 -4
  72. package/esm2015/src/render3/view_engine_compatibility_prebound.js +2 -2
  73. package/esm2015/src/sanitization/sanitization.js +11 -11
  74. package/esm2015/src/util/array_utils.js +16 -17
  75. package/esm2015/src/version.js +1 -1
  76. package/esm2015/src/view/ng_module.js +1 -1
  77. package/esm2015/src/view/services.js +1 -1
  78. package/esm2015/testing/src/r3_test_bed.js +1 -27
  79. package/esm2015/testing/src/r3_test_bed_compiler.js +1 -1
  80. package/esm2015/testing/src/test_bed.js +1 -18
  81. package/esm2015/testing/src/test_bed_common.js +5 -23
  82. package/esm5/src/change_detection/differs/iterable_differs.js +3 -3
  83. package/esm5/src/change_detection/differs/keyvalue_differs.js +3 -3
  84. package/esm5/src/core_private_export.js +2 -2
  85. package/esm5/src/core_render3_private_export.js +3 -3
  86. package/esm5/src/di/index.js +3 -3
  87. package/esm5/src/di/injectable.js +3 -3
  88. package/esm5/src/di/injection_token.js +3 -3
  89. package/esm5/src/di/injector.js +5 -5
  90. package/esm5/src/di/injector_compatibility.js +5 -10
  91. package/esm5/src/di/interface/defs.js +5 -11
  92. package/esm5/src/di/jit/environment.js +7 -7
  93. package/esm5/src/di/r3_injector.js +3 -3
  94. package/esm5/src/di/util.js +3 -3
  95. package/esm5/src/metadata/di.js +1 -1
  96. package/esm5/src/metadata/ng_module.js +3 -3
  97. package/esm5/src/profile/profile.js +5 -1
  98. package/esm5/src/profile/wtf_impl.js +1 -1
  99. package/esm5/src/r3_symbols.js +4 -4
  100. package/esm5/src/render3/component_ref.js +4 -6
  101. package/esm5/src/render3/definition.js +12 -12
  102. package/esm5/src/render3/di.js +4 -4
  103. package/esm5/src/render3/di_setup.js +4 -4
  104. package/esm5/src/render3/features/inherit_definition_feature.js +4 -4
  105. package/esm5/src/render3/features/ng_onchanges_feature.js +2 -2
  106. package/esm5/src/render3/features/providers_feature.js +2 -2
  107. package/esm5/src/render3/i18n.js +17 -17
  108. package/esm5/src/render3/index.js +15 -15
  109. package/esm5/src/render3/instructions/alloc_host_vars.js +2 -2
  110. package/esm5/src/render3/instructions/container.js +5 -5
  111. package/esm5/src/render3/instructions/di.js +5 -5
  112. package/esm5/src/render3/instructions/element.js +8 -8
  113. package/esm5/src/render3/instructions/element_container.js +3 -3
  114. package/esm5/src/render3/instructions/embedded_view.js +3 -3
  115. package/esm5/src/render3/instructions/get_current_view.js +2 -2
  116. package/esm5/src/render3/instructions/listener.js +3 -3
  117. package/esm5/src/render3/instructions/namespace.js +2 -2
  118. package/esm5/src/render3/instructions/next_context.js +2 -2
  119. package/esm5/src/render3/instructions/projection.js +50 -15
  120. package/esm5/src/render3/instructions/property.js +7 -7
  121. package/esm5/src/render3/instructions/property_interpolation.js +50 -50
  122. package/esm5/src/render3/instructions/select.js +3 -3
  123. package/esm5/src/render3/instructions/shared.js +3 -3
  124. package/esm5/src/render3/instructions/storage.js +3 -3
  125. package/esm5/src/render3/instructions/styling.js +11 -11
  126. package/esm5/src/render3/instructions/text.js +3 -3
  127. package/esm5/src/render3/interfaces/definition.js +1 -1
  128. package/esm5/src/render3/interfaces/projection.js +1 -1
  129. package/esm5/src/render3/jit/environment.js +126 -126
  130. package/esm5/src/render3/jit/module.js +10 -7
  131. package/esm5/src/render3/node_selector_matcher.js +2 -23
  132. package/esm5/src/render3/pipe.js +20 -19
  133. package/esm5/src/render3/pure_function.js +11 -11
  134. package/esm5/src/render3/query.js +12 -12
  135. package/esm5/src/render3/state.js +11 -11
  136. package/esm5/src/render3/styling/class_and_style_bindings.js +2 -2
  137. package/esm5/src/render3/util/misc_utils.js +4 -4
  138. package/esm5/src/render3/view_engine_compatibility_prebound.js +2 -2
  139. package/esm5/src/sanitization/sanitization.js +11 -11
  140. package/esm5/src/util/array_utils.js +15 -16
  141. package/esm5/src/version.js +1 -1
  142. package/esm5/src/view/ng_module.js +1 -1
  143. package/esm5/src/view/services.js +1 -1
  144. package/esm5/testing/src/r3_test_bed.js +1 -17
  145. package/esm5/testing/src/r3_test_bed_compiler.js +1 -1
  146. package/esm5/testing/src/test_bed.js +1 -8
  147. package/esm5/testing/src/test_bed_common.js +1 -1
  148. package/fesm2015/core.js +419 -412
  149. package/fesm2015/core.js.map +1 -1
  150. package/fesm2015/testing.js +1 -44
  151. package/fesm2015/testing.js.map +1 -1
  152. package/fesm5/core.js +415 -407
  153. package/fesm5/core.js.map +1 -1
  154. package/fesm5/testing.js +1 -24
  155. package/fesm5/testing.js.map +1 -1
  156. package/package.json +1 -1
  157. package/schematics/migrations/injectable-pipe/index.js +5 -2
  158. package/schematics/migrations/move-document/index.js +5 -2
  159. package/schematics/migrations/static-queries/index.js +44 -23
  160. package/schematics/migrations/static-queries/strategies/template_strategy/template_strategy.js +7 -9
  161. package/schematics/migrations/template-var-assignment/index.js +6 -3
  162. package/schematics/utils/project_tsconfig_paths.js +5 -3
  163. package/src/r3_symbols.d.ts +10 -10
  164. package/testing/testing.d.ts +9 -85
  165. package/testing/testing.metadata.json +1 -1
  166. package/testing.d.ts +1 -1
  167. package/schematics/migrations/static-queries/strategy_prompt.d.ts +0 -19
  168. package/schematics/migrations/static-queries/strategy_prompt.js +0 -70
package/fesm5/core.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v8.0.0-rc.4
2
+ * @license Angular v8.0.2
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -275,23 +275,17 @@ function fillProperties(target, source) {
275
275
  *
276
276
  * @codeGenApi
277
277
  */
278
- function ΔdefineInjectable(opts) {
278
+ function ɵɵdefineInjectable(opts) {
279
279
  return {
280
280
  providedIn: opts.providedIn || null, factory: opts.factory, value: undefined,
281
281
  };
282
282
  }
283
283
  /**
284
284
  * @deprecated in v8, delete after v10. This API should be used only be generated code, and that
285
- * code should now use ΔdefineInjectable instead.
285
+ * code should now use ɵɵdefineInjectable instead.
286
286
  * @publicApi
287
287
  */
288
- var defineInjectable = ΔdefineInjectable;
289
- /**
290
- * @deprecated delete before v8. Use `defineInjectable`, which is also deprecated, but will be
291
- * around until v10.
292
- * @publicApi
293
- */
294
- var ɵɵdefineInjectable = ΔdefineInjectable;
288
+ var defineInjectable = ɵɵdefineInjectable;
295
289
  /**
296
290
  * Construct an `InjectorDef` which configures an injector.
297
291
  *
@@ -312,7 +306,7 @@ var ɵɵdefineInjectable = ΔdefineInjectable;
312
306
  *
313
307
  * @publicApi
314
308
  */
315
- function ΔdefineInjector(options) {
309
+ function ɵɵdefineInjector(options) {
316
310
  return {
317
311
  factory: options.factory, providers: options.providers || [], imports: options.imports || [],
318
312
  };
@@ -516,7 +510,7 @@ function injectInjectorOnly(token, flags) {
516
510
  return _currentInjector.get(token, flags & InjectFlags.Optional ? null : undefined, flags);
517
511
  }
518
512
  }
519
- function Δinject(token, flags) {
513
+ function ɵɵinject(token, flags) {
520
514
  if (flags === void 0) { flags = InjectFlags.Default; }
521
515
  return (_injectImplementation || injectInjectorOnly)(token, flags);
522
516
  }
@@ -544,12 +538,7 @@ function Δinject(token, flags) {
544
538
  *
545
539
  * @publicApi
546
540
  */
547
- var inject = Δinject;
548
- /**
549
- * @deprecated delete by v8, use `inject`.
550
- * @codeGenApi
551
- */
552
- var ɵɵinject = Δinject;
541
+ var inject = ɵɵinject;
553
542
  /**
554
543
  * Injects `root` tokens in limp mode.
555
544
  *
@@ -597,10 +586,10 @@ function injectArgs(types) {
597
586
  type = meta;
598
587
  }
599
588
  }
600
- args.push(Δinject(type, flags));
589
+ args.push(ɵɵinject(type, flags));
601
590
  }
602
591
  else {
603
- args.push(Δinject(arg));
592
+ args.push(ɵɵinject(arg));
604
593
  }
605
594
  }
606
595
  return args;
@@ -619,10 +608,10 @@ function injectArgs(types) {
619
608
  * This should be kept up to date with the public exports of @angular/core.
620
609
  */
621
610
  var angularCoreDiEnv = {
622
- 'ΔdefineInjectable': ΔdefineInjectable,
623
- 'ΔdefineInjector': ΔdefineInjector,
624
- 'Δinject': Δinject,
625
- 'ΔgetFactoryOf': getFactoryOf,
611
+ 'ɵɵdefineInjectable': ɵɵdefineInjectable,
612
+ 'ɵɵdefineInjector': ɵɵdefineInjector,
613
+ 'ɵɵinject': ɵɵinject,
614
+ 'ɵɵgetFactoryOf': getFactoryOf,
626
615
  };
627
616
  function getFactoryOf(type) {
628
617
  var typeAny = type;
@@ -1075,7 +1064,7 @@ function convertInjectableProviderToFactory(type, provider) {
1075
1064
  }
1076
1065
  else if (provider.useExisting) {
1077
1066
  var existingProvider_1 = provider;
1078
- return function () { return Δinject(existingProvider_1.useExisting); };
1067
+ return function () { return ɵɵinject(existingProvider_1.useExisting); };
1079
1068
  }
1080
1069
  else if (provider.useFactory) {
1081
1070
  var factoryProvider_1 = provider;
@@ -1123,7 +1112,7 @@ var Injectable = makeDecorator('Injectable', undefined, undefined, undefined, ɵ
1123
1112
  */
1124
1113
  function render2CompileInjectable(injectableType, options) {
1125
1114
  if (options && options.providedIn !== undefined && !getInjectableDef(injectableType)) {
1126
- injectableType.ngInjectableDef = ΔdefineInjectable({
1115
+ injectableType.ngInjectableDef = ɵɵdefineInjectable({
1127
1116
  providedIn: options.providedIn,
1128
1117
  factory: convertInjectableProviderToFactory(injectableType, options),
1129
1118
  });
@@ -1193,7 +1182,7 @@ var InjectionToken = /** @class */ (function () {
1193
1182
  this.__NG_ELEMENT_ID__ = options;
1194
1183
  }
1195
1184
  else if (options !== undefined) {
1196
- this.ngInjectableDef = ΔdefineInjectable({
1185
+ this.ngInjectableDef = ɵɵdefineInjectable({
1197
1186
  providedIn: options.providedIn || 'root',
1198
1187
  factory: options.factory,
1199
1188
  });
@@ -1279,9 +1268,9 @@ var Injector = /** @class */ (function () {
1279
1268
  Injector.THROW_IF_NOT_FOUND = _THROW_IF_NOT_FOUND;
1280
1269
  Injector.NULL = new NullInjector();
1281
1270
  /** @nocollapse */
1282
- Injector.ngInjectableDef = ΔdefineInjectable({
1271
+ Injector.ngInjectableDef = ɵɵdefineInjectable({
1283
1272
  providedIn: 'any',
1284
- factory: function () { return Δinject(INJECTOR); },
1273
+ factory: function () { return ɵɵinject(INJECTOR); },
1285
1274
  });
1286
1275
  /**
1287
1276
  * @internal
@@ -2927,7 +2916,7 @@ var _renderCompCount = 0;
2927
2916
  * ```
2928
2917
  * @codeGenApi
2929
2918
  */
2930
- function ΔdefineComponent(componentDefinition) {
2919
+ function ɵɵdefineComponent(componentDefinition) {
2931
2920
  var type = componentDefinition.type;
2932
2921
  var typePrototype = type.prototype;
2933
2922
  var declaredInputs = {};
@@ -2990,7 +2979,7 @@ function ΔdefineComponent(componentDefinition) {
2990
2979
  // be retrieved through the node injector, so this isn't a problem.
2991
2980
  if (!type.hasOwnProperty(NG_INJECTABLE_DEF)) {
2992
2981
  type[NG_INJECTABLE_DEF] =
2993
- ΔdefineInjectable({ factory: componentDefinition.factory });
2982
+ ɵɵdefineInjectable({ factory: componentDefinition.factory });
2994
2983
  }
2995
2984
  });
2996
2985
  return def;
@@ -2998,7 +2987,7 @@ function ΔdefineComponent(componentDefinition) {
2998
2987
  /**
2999
2988
  * @codeGenApi
3000
2989
  */
3001
- function ΔsetComponentScope(type, directives, pipes) {
2990
+ function ɵɵsetComponentScope(type, directives, pipes) {
3002
2991
  var def = type.ngComponentDef;
3003
2992
  def.directiveDefs = function () { return directives.map(extractDirectiveDef); };
3004
2993
  def.pipeDefs = function () { return pipes.map(extractPipeDef); };
@@ -3020,7 +3009,7 @@ function extractPipeDef(type) {
3020
3009
  /**
3021
3010
  * @codeGenApi
3022
3011
  */
3023
- function ΔdefineNgModule(def) {
3012
+ function ɵɵdefineNgModule(def) {
3024
3013
  var res = {
3025
3014
  type: def.type,
3026
3015
  bootstrap: def.bootstrap || EMPTY_ARRAY$1,
@@ -3042,7 +3031,7 @@ function ΔdefineNgModule(def) {
3042
3031
  *
3043
3032
  * @codeGenApi
3044
3033
  */
3045
- function ΔsetNgModuleScope(type, scope) {
3034
+ function ɵɵsetNgModuleScope(type, scope) {
3046
3035
  return noSideEffects(function () {
3047
3036
  var ngModuleDef = getNgModuleDef(type, true);
3048
3037
  ngModuleDef.declarations = scope.declarations || EMPTY_ARRAY$1;
@@ -3131,7 +3120,7 @@ function invertObject(obj, secondary) {
3131
3120
  * # Example
3132
3121
  * ```ts
3133
3122
  * class ShouldBeInherited {
3134
- * static ngBaseDef = ΔdefineBase({
3123
+ * static ngBaseDef = ɵɵdefineBase({
3135
3124
  * ...
3136
3125
  * })
3137
3126
  * }
@@ -3141,7 +3130,7 @@ function invertObject(obj, secondary) {
3141
3130
  *
3142
3131
  * @codeGenApi
3143
3132
  */
3144
- function ΔdefineBase(baseDefinition) {
3133
+ function ɵɵdefineBase(baseDefinition) {
3145
3134
  var declaredInputs = {};
3146
3135
  return {
3147
3136
  inputs: invertObject(baseDefinition.inputs, declaredInputs),
@@ -3159,7 +3148,7 @@ function ΔdefineBase(baseDefinition) {
3159
3148
  * class MyDirective {
3160
3149
  * // Generated by Angular Template Compiler
3161
3150
  * // [Symbol] syntax will not be supported by TypeScript until v2.7
3162
- * static ngDirectiveDef = ΔdefineDirective({
3151
+ * static ngDirectiveDef = ɵɵdefineDirective({
3163
3152
  * ...
3164
3153
  * });
3165
3154
  * }
@@ -3167,7 +3156,7 @@ function ΔdefineBase(baseDefinition) {
3167
3156
  *
3168
3157
  * @codeGenApi
3169
3158
  */
3170
- var ΔdefineDirective = ΔdefineComponent;
3159
+ var ɵɵdefineDirective = ɵɵdefineComponent;
3171
3160
  /**
3172
3161
  * Create a pipe definition object.
3173
3162
  *
@@ -3184,7 +3173,7 @@ var ΔdefineDirective = ΔdefineComponent;
3184
3173
  *
3185
3174
  * @codeGenApi
3186
3175
  */
3187
- function ΔdefinePipe(pipeDef) {
3176
+ function ɵɵdefinePipe(pipeDef) {
3188
3177
  return {
3189
3178
  name: pipeDef.name,
3190
3179
  factory: pipeDef.factory,
@@ -3269,21 +3258,21 @@ var defaultScheduler = (ɵ0$5)();
3269
3258
  *
3270
3259
  * @codeGenApi
3271
3260
  */
3272
- function ΔresolveWindow(element) {
3261
+ function ɵɵresolveWindow(element) {
3273
3262
  return { name: 'window', target: element.ownerDocument.defaultView };
3274
3263
  }
3275
3264
  /**
3276
3265
  *
3277
3266
  * @codeGenApi
3278
3267
  */
3279
- function ΔresolveDocument(element) {
3268
+ function ɵɵresolveDocument(element) {
3280
3269
  return { name: 'document', target: element.ownerDocument };
3281
3270
  }
3282
3271
  /**
3283
3272
  *
3284
3273
  * @codeGenApi
3285
3274
  */
3286
- function ΔresolveBody(element) {
3275
+ function ɵɵresolveBody(element) {
3287
3276
  return { name: 'body', target: element.ownerDocument.body };
3288
3277
  }
3289
3278
  /**
@@ -4103,17 +4092,17 @@ function getBindingsEnabled() {
4103
4092
  * Should match component / directive.
4104
4093
  * </my-comp>
4105
4094
  * <div ngNonBindable>
4106
- * <!-- ΔdisableBindings() -->
4095
+ * <!-- ɵɵdisableBindings() -->
4107
4096
  * <my-comp my-directive>
4108
4097
  * Should not match component / directive because we are in ngNonBindable.
4109
4098
  * </my-comp>
4110
- * <!-- ΔenableBindings() -->
4099
+ * <!-- ɵɵenableBindings() -->
4111
4100
  * </div>
4112
4101
  * ```
4113
4102
  *
4114
4103
  * @codeGenApi
4115
4104
  */
4116
- function ΔenableBindings() {
4105
+ function ɵɵenableBindings() {
4117
4106
  bindingsEnabled = true;
4118
4107
  }
4119
4108
  /**
@@ -4125,17 +4114,17 @@ function ΔenableBindings() {
4125
4114
  * Should match component / directive.
4126
4115
  * </my-comp>
4127
4116
  * <div ngNonBindable>
4128
- * <!-- ΔdisableBindings() -->
4117
+ * <!-- ɵɵdisableBindings() -->
4129
4118
  * <my-comp my-directive>
4130
4119
  * Should not match component / directive because we are in ngNonBindable.
4131
4120
  * </my-comp>
4132
- * <!-- ΔenableBindings() -->
4121
+ * <!-- ɵɵenableBindings() -->
4133
4122
  * </div>
4134
4123
  * ```
4135
4124
  *
4136
4125
  * @codeGenApi
4137
4126
  */
4138
- function ΔdisableBindings() {
4127
+ function ɵɵdisableBindings() {
4139
4128
  bindingsEnabled = false;
4140
4129
  }
4141
4130
  function getLView() {
@@ -4277,7 +4266,7 @@ function getActiveDirectiveSuperClassDepth() {
4277
4266
  *
4278
4267
  * @codeGenApi
4279
4268
  */
4280
- function ΔrestoreView(viewToRestore) {
4269
+ function ɵɵrestoreView(viewToRestore) {
4281
4270
  contextLView = viewToRestore;
4282
4271
  }
4283
4272
  /** Used to set the parent property when nodes are created and track query results. */
@@ -4467,7 +4456,7 @@ var _currentNamespace = null;
4467
4456
  *
4468
4457
  * @codeGenApi
4469
4458
  */
4470
- function ΔnamespaceSVG() {
4459
+ function ɵɵnamespaceSVG() {
4471
4460
  _currentNamespace = 'http://www.w3.org/2000/svg';
4472
4461
  }
4473
4462
  /**
@@ -4475,7 +4464,7 @@ function ΔnamespaceSVG() {
4475
4464
  *
4476
4465
  * @codeGenApi
4477
4466
  */
4478
- function ΔnamespaceMathML() {
4467
+ function ɵɵnamespaceMathML() {
4479
4468
  _currentNamespace = 'http://www.w3.org/1998/MathML/';
4480
4469
  }
4481
4470
  /**
@@ -4484,7 +4473,7 @@ function ΔnamespaceMathML() {
4484
4473
  *
4485
4474
  * @codeGenApi
4486
4475
  */
4487
- function ΔnamespaceHTML() {
4476
+ function ɵɵnamespaceHTML() {
4488
4477
  _currentNamespace = null;
4489
4478
  }
4490
4479
  function getNamespace() {
@@ -5807,7 +5796,7 @@ var NodeInjector = /** @class */ (function () {
5807
5796
  /**
5808
5797
  * @codeGenApi
5809
5798
  */
5810
- function ΔgetFactoryOf(type) {
5799
+ function ɵɵgetFactoryOf(type) {
5811
5800
  var typeAny = type;
5812
5801
  var def = getComponentDef(typeAny) || getDirectiveDef(typeAny) ||
5813
5802
  getPipeDef(typeAny) || getInjectableDef(typeAny) || getInjectorDef(typeAny);
@@ -5819,9 +5808,9 @@ function ΔgetFactoryOf(type) {
5819
5808
  /**
5820
5809
  * @codeGenApi
5821
5810
  */
5822
- function ΔgetInheritedFactory(type) {
5811
+ function ɵɵgetInheritedFactory(type) {
5823
5812
  var proto = Object.getPrototypeOf(type.prototype).constructor;
5824
- var factory = ΔgetFactoryOf(proto);
5813
+ var factory = ɵɵgetFactoryOf(proto);
5825
5814
  if (factory !== null) {
5826
5815
  return factory;
5827
5816
  }
@@ -6712,7 +6701,7 @@ function _sanitizeStyle(value) {
6712
6701
  *
6713
6702
  * @publicApi
6714
6703
  */
6715
- function ΔsanitizeHtml(unsafeHtml) {
6704
+ function ɵɵsanitizeHtml(unsafeHtml) {
6716
6705
  var sanitizer = getSanitizer();
6717
6706
  if (sanitizer) {
6718
6707
  return sanitizer.sanitize(SecurityContext.HTML, unsafeHtml) || '';
@@ -6737,7 +6726,7 @@ function ΔsanitizeHtml(unsafeHtml) {
6737
6726
  *
6738
6727
  * @publicApi
6739
6728
  */
6740
- function ΔsanitizeStyle(unsafeStyle) {
6729
+ function ɵɵsanitizeStyle(unsafeStyle) {
6741
6730
  var sanitizer = getSanitizer();
6742
6731
  if (sanitizer) {
6743
6732
  return sanitizer.sanitize(SecurityContext.STYLE, unsafeStyle) || '';
@@ -6763,7 +6752,7 @@ function ΔsanitizeStyle(unsafeStyle) {
6763
6752
  *
6764
6753
  * @publicApi
6765
6754
  */
6766
- function ΔsanitizeUrl(unsafeUrl) {
6755
+ function ɵɵsanitizeUrl(unsafeUrl) {
6767
6756
  var sanitizer = getSanitizer();
6768
6757
  if (sanitizer) {
6769
6758
  return sanitizer.sanitize(SecurityContext.URL, unsafeUrl) || '';
@@ -6784,7 +6773,7 @@ function ΔsanitizeUrl(unsafeUrl) {
6784
6773
  *
6785
6774
  * @publicApi
6786
6775
  */
6787
- function ΔsanitizeResourceUrl(unsafeResourceUrl) {
6776
+ function ɵɵsanitizeResourceUrl(unsafeResourceUrl) {
6788
6777
  var sanitizer = getSanitizer();
6789
6778
  if (sanitizer) {
6790
6779
  return sanitizer.sanitize(SecurityContext.RESOURCE_URL, unsafeResourceUrl) || '';
@@ -6806,7 +6795,7 @@ function ΔsanitizeResourceUrl(unsafeResourceUrl) {
6806
6795
  *
6807
6796
  * @publicApi
6808
6797
  */
6809
- function ΔsanitizeScript(unsafeScript) {
6798
+ function ɵɵsanitizeScript(unsafeScript) {
6810
6799
  var sanitizer = getSanitizer();
6811
6800
  if (sanitizer) {
6812
6801
  return sanitizer.sanitize(SecurityContext.SCRIPT, unsafeScript) || '';
@@ -6827,9 +6816,9 @@ function getUrlSanitizer(tag, prop) {
6827
6816
  if ((prop === 'src' && (tag === 'embed' || tag === 'frame' || tag === 'iframe' ||
6828
6817
  tag === 'media' || tag === 'script')) ||
6829
6818
  (prop === 'href' && (tag === 'base' || tag === 'link'))) {
6830
- return ΔsanitizeResourceUrl;
6819
+ return ɵɵsanitizeResourceUrl;
6831
6820
  }
6832
- return ΔsanitizeUrl;
6821
+ return ɵɵsanitizeUrl;
6833
6822
  }
6834
6823
  /**
6835
6824
  * Sanitizes URL, selecting sanitizer function based on tag and property names.
@@ -6846,7 +6835,7 @@ function getUrlSanitizer(tag, prop) {
6846
6835
  *
6847
6836
  * @publicApi
6848
6837
  */
6849
- function ΔsanitizeUrlOrResourceUrl(unsafeUrl, tag, prop) {
6838
+ function ɵɵsanitizeUrlOrResourceUrl(unsafeUrl, tag, prop) {
6850
6839
  return getUrlSanitizer(tag, prop)(unsafeUrl);
6851
6840
  }
6852
6841
  /**
@@ -6855,12 +6844,12 @@ function ΔsanitizeUrlOrResourceUrl(unsafeUrl, tag, prop) {
6855
6844
  *
6856
6845
  * @publicApi
6857
6846
  */
6858
- var ΔdefaultStyleSanitizer = function (prop, value) {
6847
+ var ɵɵdefaultStyleSanitizer = function (prop, value) {
6859
6848
  if (value === undefined) {
6860
6849
  return prop === 'background-image' || prop === 'background' || prop === 'border-image' ||
6861
6850
  prop === 'filter' || prop === 'list-style' || prop === 'list-style-image';
6862
6851
  }
6863
- return ΔsanitizeStyle(value);
6852
+ return ɵɵsanitizeStyle(value);
6864
6853
  };
6865
6854
  function validateAgainstEventProperties(name) {
6866
6855
  if (name.toLowerCase().startsWith('on')) {
@@ -8904,7 +8893,7 @@ function getInitialStyleStringValue(context) {
8904
8893
  return styleString;
8905
8894
  }
8906
8895
  /**
8907
- * Returns the current cached mutli-value for a given directiveIndex within the provided context.
8896
+ * Returns the current cached multi-value for a given directiveIndex within the provided context.
8908
8897
  */
8909
8898
  function readCachedMapValue(context, entryIsClassBased, directiveIndex) {
8910
8899
  var values = context[entryIsClassBased ? 6 /* CachedMultiClasses */ : 7 /* CachedMultiStyles */];
@@ -9283,27 +9272,6 @@ function getProjectAsAttrValue(tNode) {
9283
9272
  }
9284
9273
  return null;
9285
9274
  }
9286
- /**
9287
- * Checks a given node against matching projection selectors and returns
9288
- * selector index (or 0 if none matched).
9289
- *
9290
- * This function takes into account the parsed ngProjectAs selector from the node's attributes.
9291
- * If present, it will check whether the ngProjectAs selector matches any of the projection
9292
- * selectors.
9293
- */
9294
- function matchingProjectionSelectorIndex(tNode, selectors) {
9295
- var ngProjectAsAttrVal = getProjectAsAttrValue(tNode);
9296
- for (var i = 0; i < selectors.length; i++) {
9297
- // If we ran into an `ngProjectAs` attribute, we should match its parsed selector
9298
- // to the list of selectors, otherwise we fall back to matching against the node.
9299
- if (ngProjectAsAttrVal === null ?
9300
- isNodeMatchingSelectorList(tNode, selectors[i], /* isProjectionMode */ true) :
9301
- isSelectorInSelectorList(ngProjectAsAttrVal, selectors[i])) {
9302
- return i + 1; // first matching selector "captures" a given node
9303
- }
9304
- }
9305
- return 0;
9306
- }
9307
9275
  function getNameOnlyMarkerIndex(nodeAttrs) {
9308
9276
  for (var i = 0; i < nodeAttrs.length; i++) {
9309
9277
  var nodeAttr = nodeAttrs[i];
@@ -9663,7 +9631,7 @@ function renderComponentOrTemplate(hostView, context, templateFn) {
9663
9631
  }
9664
9632
  }
9665
9633
  function executeTemplate(templateFn, rf, context) {
9666
- ΔnamespaceHTML();
9634
+ ɵɵnamespaceHTML();
9667
9635
  var prevSelectedIndex = getSelectedIndex();
9668
9636
  try {
9669
9637
  setActiveHostElement(null);
@@ -10879,7 +10847,7 @@ function getParentInjectorTNode(location, startView, startTNode) {
10879
10847
  *
10880
10848
  * @codeGenApi
10881
10849
  */
10882
- function ΔallocHostVars(count) {
10850
+ function ɵɵallocHostVars(count) {
10883
10851
  var lView = getLView();
10884
10852
  var tView = lView[TVIEW];
10885
10853
  if (!tView.firstTemplatePass)
@@ -11750,7 +11718,7 @@ function appendProjectedNode(projectedTNode, tProjectionNode, currentView, proje
11750
11718
  *
11751
11719
  * @codeGenApi
11752
11720
  */
11753
- function Δcontainer(index) {
11721
+ function ɵɵcontainer(index) {
11754
11722
  var tNode = containerInternal(index, null, null);
11755
11723
  var lView = getLView();
11756
11724
  if (lView[TVIEW].firstTemplatePass) {
@@ -11778,7 +11746,7 @@ function Δcontainer(index) {
11778
11746
  *
11779
11747
  * @codeGenApi
11780
11748
  */
11781
- function Δtemplate(index, templateFn, consts, vars, tagName, attrs, localRefs, localRefExtractor) {
11749
+ function ɵɵtemplate(index, templateFn, consts, vars, tagName, attrs, localRefs, localRefExtractor) {
11782
11750
  var lView = getLView();
11783
11751
  var tView = lView[TVIEW];
11784
11752
  // TODO: consider a separate node type for templates
@@ -11799,7 +11767,7 @@ function Δtemplate(index, templateFn, consts, vars, tagName, attrs, localRefs,
11799
11767
  *
11800
11768
  * @codeGenApi
11801
11769
  */
11802
- function ΔcontainerRefreshStart(index) {
11770
+ function ɵɵcontainerRefreshStart(index) {
11803
11771
  var lView = getLView();
11804
11772
  var tView = lView[TVIEW];
11805
11773
  var previousOrParentTNode = loadInternal(tView.data, index);
@@ -11818,7 +11786,7 @@ function ΔcontainerRefreshStart(index) {
11818
11786
  *
11819
11787
  * @codeGenApi
11820
11788
  */
11821
- function ΔcontainerRefreshEnd() {
11789
+ function ɵɵcontainerRefreshEnd() {
11822
11790
  var previousOrParentTNode = getPreviousOrParentTNode();
11823
11791
  if (getIsParent()) {
11824
11792
  setIsParent(false);
@@ -11910,7 +11878,7 @@ function store(index, value) {
11910
11878
  *
11911
11879
  * @codeGenApi
11912
11880
  */
11913
- function Δreference(index) {
11881
+ function ɵɵreference(index) {
11914
11882
  var contextLView = getContextLView();
11915
11883
  return loadInternal(contextLView, index);
11916
11884
  }
@@ -11919,7 +11887,7 @@ function Δreference(index) {
11919
11887
  *
11920
11888
  * @codeGenApi
11921
11889
  */
11922
- function Δload(index) {
11890
+ function ɵɵload(index) {
11923
11891
  return loadInternal(getLView(), index);
11924
11892
  }
11925
11893
 
@@ -11930,14 +11898,14 @@ function Δload(index) {
11930
11898
  * Use of this source code is governed by an MIT-style license that can be
11931
11899
  * found in the LICENSE file at https://angular.io/license
11932
11900
  */
11933
- function ΔdirectiveInject(token, flags) {
11901
+ function ɵɵdirectiveInject(token, flags) {
11934
11902
  if (flags === void 0) { flags = InjectFlags.Default; }
11935
11903
  token = resolveForwardRef(token);
11936
11904
  var lView = getLView();
11937
11905
  // Fall back to inject() if view hasn't been created. This situation can happen in tests
11938
11906
  // if inject utilities are used before bootstrapping.
11939
11907
  if (lView == null)
11940
- return Δinject(token, flags);
11908
+ return ɵɵinject(token, flags);
11941
11909
  return getOrCreateInjectable(getPreviousOrParentTNode(), lView, token, flags);
11942
11910
  }
11943
11911
  /**
@@ -11945,7 +11913,7 @@ function ΔdirectiveInject(token, flags) {
11945
11913
  *
11946
11914
  * @codeGenApi
11947
11915
  */
11948
- function ΔinjectAttribute(attrNameToInject) {
11916
+ function ɵɵinjectAttribute(attrNameToInject) {
11949
11917
  return injectAttributeImpl(getPreviousOrParentTNode(), attrNameToInject);
11950
11918
  }
11951
11919
 
@@ -11988,7 +11956,7 @@ function ΔinjectAttribute(attrNameToInject) {
11988
11956
  *
11989
11957
  * @codeGenApi
11990
11958
  */
11991
- function ΔelementStyling(classBindingNames, styleBindingNames, styleSanitizer) {
11959
+ function ɵɵelementStyling(classBindingNames, styleBindingNames, styleSanitizer) {
11992
11960
  var tNode = getPreviousOrParentTNode();
11993
11961
  if (!tNode.stylingTemplate) {
11994
11962
  tNode.stylingTemplate = createEmptyStylingContext();
@@ -12024,7 +11992,7 @@ function ΔelementStyling(classBindingNames, styleBindingNames, styleSanitizer)
12024
11992
  *
12025
11993
  * @codeGenApi
12026
11994
  */
12027
- function ΔelementHostStyling(classBindingNames, styleBindingNames, styleSanitizer) {
11995
+ function ɵɵelementHostStyling(classBindingNames, styleBindingNames, styleSanitizer) {
12028
11996
  var tNode = getPreviousOrParentTNode();
12029
11997
  if (!tNode.stylingTemplate) {
12030
11998
  tNode.stylingTemplate = createEmptyStylingContext();
@@ -12070,7 +12038,7 @@ function initElementStyling(tNode, classBindingNames, styleBindingNames, styleSa
12070
12038
  *
12071
12039
  * @codeGenApi
12072
12040
  */
12073
- function ΔelementStyleProp(index, styleIndex, value, suffix, forceOverride) {
12041
+ function ɵɵelementStyleProp(index, styleIndex, value, suffix, forceOverride) {
12074
12042
  var valueToAdd = resolveStylePropValue(value, suffix);
12075
12043
  var stylingContext = getStylingContext(index, getLView());
12076
12044
  updateStyleProp(stylingContext, styleIndex, valueToAdd, DEFAULT_TEMPLATE_DIRECTIVE_INDEX, forceOverride);
@@ -12100,7 +12068,7 @@ function ΔelementStyleProp(index, styleIndex, value, suffix, forceOverride) {
12100
12068
  *
12101
12069
  * @codeGenApi
12102
12070
  */
12103
- function ΔelementHostStyleProp(styleIndex, value, suffix, forceOverride) {
12071
+ function ɵɵelementHostStyleProp(styleIndex, value, suffix, forceOverride) {
12104
12072
  var directiveStylingIndex = getActiveDirectiveStylingIndex();
12105
12073
  var hostElementIndex = getSelectedIndex();
12106
12074
  var stylingContext = getStylingContext(hostElementIndex, getLView());
@@ -12144,7 +12112,7 @@ function resolveStylePropValue(value, suffix) {
12144
12112
  *
12145
12113
  * @codeGenApi
12146
12114
  */
12147
- function ΔelementClassProp(index, classIndex, value, forceOverride) {
12115
+ function ɵɵelementClassProp(index, classIndex, value, forceOverride) {
12148
12116
  var input = (value instanceof BoundPlayerFactory) ?
12149
12117
  value :
12150
12118
  booleanOrNull(value);
@@ -12169,7 +12137,7 @@ function ΔelementClassProp(index, classIndex, value, forceOverride) {
12169
12137
  *
12170
12138
  * @codeGenApi
12171
12139
  */
12172
- function ΔelementHostClassProp(classIndex, value, forceOverride) {
12140
+ function ɵɵelementHostClassProp(classIndex, value, forceOverride) {
12173
12141
  var directiveStylingIndex = getActiveDirectiveStylingIndex();
12174
12142
  var hostElementIndex = getSelectedIndex();
12175
12143
  var stylingContext = getStylingContext(hostElementIndex, getLView());
@@ -12204,7 +12172,7 @@ function booleanOrNull(value) {
12204
12172
  *
12205
12173
  * @codeGenApi
12206
12174
  */
12207
- function ΔelementStylingMap(index, classes, styles) {
12175
+ function ɵɵelementStylingMap(index, classes, styles) {
12208
12176
  var lView = getLView();
12209
12177
  var stylingContext = getStylingContext(index, lView);
12210
12178
  var tNode = getTNode(index, lView);
@@ -12248,7 +12216,7 @@ function ΔelementStylingMap(index, classes, styles) {
12248
12216
  *
12249
12217
  * @codeGenApi
12250
12218
  */
12251
- function ΔelementHostStylingMap(classes, styles) {
12219
+ function ɵɵelementHostStylingMap(classes, styles) {
12252
12220
  var directiveStylingIndex = getActiveDirectiveStylingIndex();
12253
12221
  var hostElementIndex = getSelectedIndex();
12254
12222
  var stylingContext = getStylingContext(hostElementIndex, getLView());
@@ -12266,7 +12234,7 @@ function ΔelementHostStylingMap(classes, styles) {
12266
12234
  *
12267
12235
  * @codeGenApi
12268
12236
  */
12269
- function ΔelementStylingApply(index) {
12237
+ function ɵɵelementStylingApply(index) {
12270
12238
  elementStylingApplyInternal(DEFAULT_TEMPLATE_DIRECTIVE_INDEX, index);
12271
12239
  }
12272
12240
  /**
@@ -12279,7 +12247,7 @@ function ΔelementStylingApply(index) {
12279
12247
  *
12280
12248
  * @codeGenApi
12281
12249
  */
12282
- function ΔelementHostStylingApply() {
12250
+ function ɵɵelementHostStylingApply() {
12283
12251
  elementStylingApplyInternal(getActiveDirectiveStylingIndex(), getSelectedIndex());
12284
12252
  }
12285
12253
  function elementStylingApplyInternal(directiveStylingIndex, index) {
@@ -12349,7 +12317,7 @@ function getStylingContext(index, lView) {
12349
12317
  *
12350
12318
  * @codeGenApi
12351
12319
  */
12352
- function ΔelementStart(index, name, attrs, localRefs) {
12320
+ function ɵɵelementStart(index, name, attrs, localRefs) {
12353
12321
  var lView = getLView();
12354
12322
  var tView = lView[TVIEW];
12355
12323
  ngDevMode && assertEqual(lView[BINDING_INDEX], tView.bindingStartIndex, 'elements should be created before any bindings ');
@@ -12418,7 +12386,7 @@ function ΔelementStart(index, name, attrs, localRefs) {
12418
12386
  *
12419
12387
  * @codeGenApi
12420
12388
  */
12421
- function ΔelementEnd() {
12389
+ function ɵɵelementEnd() {
12422
12390
  var previousOrParentTNode = getPreviousOrParentTNode();
12423
12391
  if (getIsParent()) {
12424
12392
  setIsParent(false);
@@ -12464,9 +12432,9 @@ function ΔelementEnd() {
12464
12432
  *
12465
12433
  * @codeGenApi
12466
12434
  */
12467
- function Δelement(index, name, attrs, localRefs) {
12468
- ΔelementStart(index, name, attrs, localRefs);
12469
- ΔelementEnd();
12435
+ function ɵɵelement(index, name, attrs, localRefs) {
12436
+ ɵɵelementStart(index, name, attrs, localRefs);
12437
+ ɵɵelementEnd();
12470
12438
  }
12471
12439
  /**
12472
12440
  * Updates the value of removes an attribute on an Element.
@@ -12480,7 +12448,7 @@ function Δelement(index, name, attrs, localRefs) {
12480
12448
  *
12481
12449
  * @codeGenApi
12482
12450
  */
12483
- function ΔelementAttribute(index, name, value, sanitizer, namespace) {
12451
+ function ɵɵelementAttribute(index, name, value, sanitizer, namespace) {
12484
12452
  if (value !== NO_CHANGE) {
12485
12453
  ngDevMode && validateAgainstEventAttributes(name);
12486
12454
  var lView = getLView();
@@ -12544,7 +12512,7 @@ function ΔelementAttribute(index, name, value, sanitizer, namespace) {
12544
12512
  *
12545
12513
  * @codeGenApi
12546
12514
  */
12547
- function ΔelementHostAttrs(attrs) {
12515
+ function ɵɵelementHostAttrs(attrs) {
12548
12516
  var hostElementIndex = getSelectedIndex();
12549
12517
  var lView = getLView();
12550
12518
  var tNode = getTNode(hostElementIndex, lView);
@@ -12589,7 +12557,7 @@ function ΔelementHostAttrs(attrs) {
12589
12557
  *
12590
12558
  * @codeGenApi
12591
12559
  */
12592
- function ΔelementContainerStart(index, attrs, localRefs) {
12560
+ function ɵɵelementContainerStart(index, attrs, localRefs) {
12593
12561
  var lView = getLView();
12594
12562
  var tView = lView[TVIEW];
12595
12563
  var renderer = lView[RENDERER];
@@ -12619,7 +12587,7 @@ function ΔelementContainerStart(index, attrs, localRefs) {
12619
12587
  *
12620
12588
  * @codeGenApi
12621
12589
  */
12622
- function ΔelementContainerEnd() {
12590
+ function ɵɵelementContainerEnd() {
12623
12591
  var previousOrParentTNode = getPreviousOrParentTNode();
12624
12592
  var lView = getLView();
12625
12593
  var tView = lView[TVIEW];
@@ -12657,7 +12625,7 @@ function ΔelementContainerEnd() {
12657
12625
  *
12658
12626
  * @codeGenApi
12659
12627
  */
12660
- function ΔembeddedViewStart(viewBlockId, consts, vars) {
12628
+ function ɵɵembeddedViewStart(viewBlockId, consts, vars) {
12661
12629
  var lView = getLView();
12662
12630
  var previousOrParentTNode = getPreviousOrParentTNode();
12663
12631
  // The previous node can be a view node if we are processing an inline for loop
@@ -12750,7 +12718,7 @@ function scanForView(lContainer, startIdx, viewBlockId) {
12750
12718
  *
12751
12719
  * @codeGenApi
12752
12720
  */
12753
- function ΔembeddedViewEnd() {
12721
+ function ɵɵembeddedViewEnd() {
12754
12722
  var lView = getLView();
12755
12723
  var viewHost = lView[T_HOST];
12756
12724
  if (isCreationMode(lView)) {
@@ -12775,7 +12743,7 @@ function ΔembeddedViewEnd() {
12775
12743
  *
12776
12744
  * @codeGenApi
12777
12745
  */
12778
- function ΔgetCurrentView() {
12746
+ function ɵɵgetCurrentView() {
12779
12747
  return getLView();
12780
12748
  }
12781
12749
 
@@ -12824,7 +12792,7 @@ function isObservable(obj) {
12824
12792
  *
12825
12793
  * @codeGenApi
12826
12794
  */
12827
- function Δlistener(eventName, listenerFn, useCapture, eventTargetResolver) {
12795
+ function ɵɵlistener(eventName, listenerFn, useCapture, eventTargetResolver) {
12828
12796
  if (useCapture === void 0) { useCapture = false; }
12829
12797
  listenerInternal(eventName, listenerFn, useCapture, eventTargetResolver);
12830
12798
  }
@@ -12849,7 +12817,7 @@ function Δlistener(eventName, listenerFn, useCapture, eventTargetResolver) {
12849
12817
  *
12850
12818
  * @codeGenApi
12851
12819
  */
12852
- function ΔcomponentHostSyntheticListener(eventName, listenerFn, useCapture, eventTargetResolver) {
12820
+ function ɵɵcomponentHostSyntheticListener(eventName, listenerFn, useCapture, eventTargetResolver) {
12853
12821
  if (useCapture === void 0) { useCapture = false; }
12854
12822
  listenerInternal(eventName, listenerFn, useCapture, eventTargetResolver, loadComponentRenderer);
12855
12823
  }
@@ -13057,11 +13025,40 @@ function wrapListener(tNode, lView, listenerFn, wrapWithPreventDefault) {
13057
13025
  *
13058
13026
  * @codeGenApi
13059
13027
  */
13060
- function ΔnextContext(level) {
13028
+ function ɵɵnextContext(level) {
13061
13029
  if (level === void 0) { level = 1; }
13062
13030
  return nextContextImpl(level);
13063
13031
  }
13064
13032
 
13033
+ /**
13034
+ * Checks a given node against matching projection slots and returns the
13035
+ * determined slot index. Returns "null" if no slot matched the given node.
13036
+ *
13037
+ * This function takes into account the parsed ngProjectAs selector from the
13038
+ * node's attributes. If present, it will check whether the ngProjectAs selector
13039
+ * matches any of the projection slot selectors.
13040
+ */
13041
+ function matchingProjectionSlotIndex(tNode, projectionSlots) {
13042
+ var wildcardNgContentIndex = null;
13043
+ var ngProjectAsAttrVal = getProjectAsAttrValue(tNode);
13044
+ for (var i = 0; i < projectionSlots.length; i++) {
13045
+ var slotValue = projectionSlots[i];
13046
+ // The last wildcard projection slot should match all nodes which aren't matching
13047
+ // any selector. This is necessary to be backwards compatible with view engine.
13048
+ if (slotValue === '*') {
13049
+ wildcardNgContentIndex = i;
13050
+ continue;
13051
+ }
13052
+ // If we ran into an `ngProjectAs` attribute, we should match its parsed selector
13053
+ // to the list of selectors, otherwise we fall back to matching against the node.
13054
+ if (ngProjectAsAttrVal === null ?
13055
+ isNodeMatchingSelectorList(tNode, slotValue, /* isProjectionMode */ true) :
13056
+ isSelectorInSelectorList(ngProjectAsAttrVal, slotValue)) {
13057
+ return i; // first matching selector "captures" a given node
13058
+ }
13059
+ }
13060
+ return wildcardNgContentIndex;
13061
+ }
13065
13062
  /**
13066
13063
  * Instruction to distribute projectable nodes among <ng-content> occurrences in a given template.
13067
13064
  * It takes all the selectors from the entire component's template and decides where
@@ -13080,28 +13077,34 @@ function ΔnextContext(level) {
13080
13077
  * - we can't have only a parsed as we can't re-construct textual form from it (as entered by a
13081
13078
  * template author).
13082
13079
  *
13083
- * @param selectors A collection of parsed CSS selectors
13084
- * @param rawSelectors A collection of CSS selectors in the raw, un-parsed form
13080
+ * @param projectionSlots? A collection of projection slots. A projection slot can be based
13081
+ * on a parsed CSS selectors or set to the wildcard selector ("*") in order to match
13082
+ * all nodes which do not match any selector. If not specified, a single wildcard
13083
+ * selector projection slot will be defined.
13085
13084
  *
13086
13085
  * @codeGenApi
13087
13086
  */
13088
- function ΔprojectionDef(selectors) {
13087
+ function ɵɵprojectionDef(projectionSlots) {
13089
13088
  var componentNode = findComponentView(getLView())[T_HOST];
13090
13089
  if (!componentNode.projection) {
13091
- var noOfNodeBuckets = selectors ? selectors.length + 1 : 1;
13090
+ // If no explicit projection slots are defined, fall back to a single
13091
+ // projection slot with the wildcard selector.
13092
+ var numProjectionSlots = projectionSlots ? projectionSlots.length : 1;
13092
13093
  var projectionHeads = componentNode.projection =
13093
- new Array(noOfNodeBuckets).fill(null);
13094
+ new Array(numProjectionSlots).fill(null);
13094
13095
  var tails = projectionHeads.slice();
13095
13096
  var componentChild = componentNode.child;
13096
13097
  while (componentChild !== null) {
13097
- var bucketIndex = selectors ? matchingProjectionSelectorIndex(componentChild, selectors) : 0;
13098
- if (tails[bucketIndex]) {
13099
- tails[bucketIndex].projectionNext = componentChild;
13100
- }
13101
- else {
13102
- projectionHeads[bucketIndex] = componentChild;
13098
+ var slotIndex = projectionSlots ? matchingProjectionSlotIndex(componentChild, projectionSlots) : 0;
13099
+ if (slotIndex !== null) {
13100
+ if (tails[slotIndex]) {
13101
+ tails[slotIndex].projectionNext = componentChild;
13102
+ }
13103
+ else {
13104
+ projectionHeads[slotIndex] = componentChild;
13105
+ }
13106
+ tails[slotIndex] = componentChild;
13103
13107
  }
13104
- tails[bucketIndex] = componentChild;
13105
13108
  componentChild = componentChild.next;
13106
13109
  }
13107
13110
  }
@@ -13117,7 +13120,7 @@ function ΔprojectionDef(selectors) {
13117
13120
  *
13118
13121
  * @codeGenApi
13119
13122
  */
13120
- function Δprojection(nodeIndex, selectorIndex, attrs) {
13123
+ function ɵɵprojection(nodeIndex, selectorIndex, attrs) {
13121
13124
  if (selectorIndex === void 0) { selectorIndex = 0; }
13122
13125
  var lView = getLView();
13123
13126
  var tProjectionNode = createNodeAtIndex(nodeIndex, 1 /* Projection */, null, null, attrs || null);
@@ -13359,12 +13362,12 @@ function bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4) {
13359
13362
  *
13360
13363
  * @codeGenApi
13361
13364
  */
13362
- function Δproperty(propName, value, sanitizer, nativeOnly) {
13365
+ function ɵɵproperty(propName, value, sanitizer, nativeOnly) {
13363
13366
  var index = getSelectedIndex();
13364
13367
  ngDevMode && assertNotEqual(index, -1, 'selected index cannot be -1');
13365
- var bindReconciledValue = Δbind(value);
13368
+ var bindReconciledValue = ɵɵbind(value);
13366
13369
  elementPropertyInternal(index, propName, bindReconciledValue, sanitizer, nativeOnly);
13367
- return Δproperty;
13370
+ return ɵɵproperty;
13368
13371
  }
13369
13372
  /**
13370
13373
  * Creates a single value binding.
@@ -13373,7 +13376,7 @@ function Δproperty(propName, value, sanitizer, nativeOnly) {
13373
13376
  *
13374
13377
  * @codeGenApi
13375
13378
  */
13376
- function Δbind(value) {
13379
+ function ɵɵbind(value) {
13377
13380
  var lView = getLView();
13378
13381
  var bindingIndex = lView[BINDING_INDEX]++;
13379
13382
  storeBindingMetadata(lView);
@@ -13397,7 +13400,7 @@ function Δbind(value) {
13397
13400
  *
13398
13401
  * @codeGenApi
13399
13402
  */
13400
- function ΔelementProperty(index, propName, value, sanitizer, nativeOnly) {
13403
+ function ɵɵelementProperty(index, propName, value, sanitizer, nativeOnly) {
13401
13404
  elementPropertyInternal(index, propName, value, sanitizer, nativeOnly);
13402
13405
  }
13403
13406
  /**
@@ -13423,7 +13426,7 @@ function ΔelementProperty(index, propName, value, sanitizer, nativeOnly) {
13423
13426
  *
13424
13427
  * @codeGenApi
13425
13428
  */
13426
- function ΔcomponentHostSyntheticProperty(index, propName, value, sanitizer, nativeOnly) {
13429
+ function ɵɵcomponentHostSyntheticProperty(index, propName, value, sanitizer, nativeOnly) {
13427
13430
  elementPropertyInternal(index, propName, value, sanitizer, nativeOnly, loadComponentRenderer);
13428
13431
  }
13429
13432
 
@@ -13448,7 +13451,7 @@ function ΔcomponentHostSyntheticProperty(index, propName, value, sanitizer, nat
13448
13451
  *
13449
13452
  * @codeGenApi
13450
13453
  */
13451
- function ΔinterpolationV(values) {
13454
+ function ɵɵinterpolationV(values) {
13452
13455
  ngDevMode && assertLessThan(2, values.length, 'should have at least 3 values');
13453
13456
  ngDevMode && assertEqual(values.length % 2, 1, 'should have an odd number of values');
13454
13457
  var different = false;
@@ -13487,7 +13490,7 @@ function ΔinterpolationV(values) {
13487
13490
  *
13488
13491
  * @codeGenApi
13489
13492
  */
13490
- function Δinterpolation1(prefix, v0, suffix) {
13493
+ function ɵɵinterpolation1(prefix, v0, suffix) {
13491
13494
  var lView = getLView();
13492
13495
  var different = bindingUpdated(lView, lView[BINDING_INDEX]++, v0);
13493
13496
  storeBindingMetadata(lView, prefix, suffix);
@@ -13498,7 +13501,7 @@ function Δinterpolation1(prefix, v0, suffix) {
13498
13501
  *
13499
13502
  * @codeGenApi
13500
13503
  */
13501
- function Δinterpolation2(prefix, v0, i0, v1, suffix) {
13504
+ function ɵɵinterpolation2(prefix, v0, i0, v1, suffix) {
13502
13505
  var lView = getLView();
13503
13506
  var bindingIndex = lView[BINDING_INDEX];
13504
13507
  var different = bindingUpdated2(lView, bindingIndex, v0, v1);
@@ -13515,7 +13518,7 @@ function Δinterpolation2(prefix, v0, i0, v1, suffix) {
13515
13518
  *
13516
13519
  * @codeGenApi
13517
13520
  */
13518
- function Δinterpolation3(prefix, v0, i0, v1, i1, v2, suffix) {
13521
+ function ɵɵinterpolation3(prefix, v0, i0, v1, i1, v2, suffix) {
13519
13522
  var lView = getLView();
13520
13523
  var bindingIndex = lView[BINDING_INDEX];
13521
13524
  var different = bindingUpdated3(lView, bindingIndex, v0, v1, v2);
@@ -13536,7 +13539,7 @@ function Δinterpolation3(prefix, v0, i0, v1, i1, v2, suffix) {
13536
13539
  *
13537
13540
  * @codeGenApi
13538
13541
  */
13539
- function Δinterpolation4(prefix, v0, i0, v1, i1, v2, i2, v3, suffix) {
13542
+ function ɵɵinterpolation4(prefix, v0, i0, v1, i1, v2, i2, v3, suffix) {
13540
13543
  var lView = getLView();
13541
13544
  var bindingIndex = lView[BINDING_INDEX];
13542
13545
  var different = bindingUpdated4(lView, bindingIndex, v0, v1, v2, v3);
@@ -13559,7 +13562,7 @@ function Δinterpolation4(prefix, v0, i0, v1, i1, v2, i2, v3, suffix) {
13559
13562
  *
13560
13563
  * @codeGenApi
13561
13564
  */
13562
- function Δinterpolation5(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix) {
13565
+ function ɵɵinterpolation5(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix) {
13563
13566
  var lView = getLView();
13564
13567
  var bindingIndex = lView[BINDING_INDEX];
13565
13568
  var different = bindingUpdated4(lView, bindingIndex, v0, v1, v2, v3);
@@ -13584,7 +13587,7 @@ function Δinterpolation5(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix) {
13584
13587
  *
13585
13588
  * @codeGenApi
13586
13589
  */
13587
- function Δinterpolation6(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, suffix) {
13590
+ function ɵɵinterpolation6(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, suffix) {
13588
13591
  var lView = getLView();
13589
13592
  var bindingIndex = lView[BINDING_INDEX];
13590
13593
  var different = bindingUpdated4(lView, bindingIndex, v0, v1, v2, v3);
@@ -13610,7 +13613,7 @@ function Δinterpolation6(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, su
13610
13613
  *
13611
13614
  * @codeGenApi
13612
13615
  */
13613
- function Δinterpolation7(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, suffix) {
13616
+ function ɵɵinterpolation7(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, suffix) {
13614
13617
  var lView = getLView();
13615
13618
  var bindingIndex = lView[BINDING_INDEX];
13616
13619
  var different = bindingUpdated4(lView, bindingIndex, v0, v1, v2, v3);
@@ -13638,7 +13641,7 @@ function Δinterpolation7(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5
13638
13641
  *
13639
13642
  * @codeGenApi
13640
13643
  */
13641
- function Δinterpolation8(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, i6, v7, suffix) {
13644
+ function ɵɵinterpolation8(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, i6, v7, suffix) {
13642
13645
  var lView = getLView();
13643
13646
  var bindingIndex = lView[BINDING_INDEX];
13644
13647
  var different = bindingUpdated4(lView, bindingIndex, v0, v1, v2, v3);
@@ -13679,7 +13682,7 @@ function Δinterpolation8(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5
13679
13682
  * Its compiled representation is::
13680
13683
  *
13681
13684
  * ```ts
13682
- * ΔpropertyInterpolate('title', v0);
13685
+ * ɵɵpropertyInterpolate('title', v0);
13683
13686
  * ```
13684
13687
  *
13685
13688
  * If the property name also exists as an input property on one of the element's directives,
@@ -13694,9 +13697,9 @@ function Δinterpolation8(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5
13694
13697
  * @returns itself, so that it may be chained.
13695
13698
  * @codeGenApi
13696
13699
  */
13697
- function ΔpropertyInterpolate(propName, v0, sanitizer) {
13698
- ΔpropertyInterpolate1(propName, '', v0, '', sanitizer);
13699
- return ΔpropertyInterpolate;
13700
+ function ɵɵpropertyInterpolate(propName, v0, sanitizer) {
13701
+ ɵɵpropertyInterpolate1(propName, '', v0, '', sanitizer);
13702
+ return ɵɵpropertyInterpolate;
13700
13703
  }
13701
13704
  /**
13702
13705
  *
@@ -13711,7 +13714,7 @@ function ΔpropertyInterpolate(propName, v0, sanitizer) {
13711
13714
  * Its compiled representation is::
13712
13715
  *
13713
13716
  * ```ts
13714
- * ΔpropertyInterpolate1('title', 'prefix', v0, 'suffix');
13717
+ * ɵɵpropertyInterpolate1('title', 'prefix', v0, 'suffix');
13715
13718
  * ```
13716
13719
  *
13717
13720
  * If the property name also exists as an input property on one of the element's directives,
@@ -13726,10 +13729,10 @@ function ΔpropertyInterpolate(propName, v0, sanitizer) {
13726
13729
  * @returns itself, so that it may be chained.
13727
13730
  * @codeGenApi
13728
13731
  */
13729
- function ΔpropertyInterpolate1(propName, prefix, v0, suffix, sanitizer) {
13732
+ function ɵɵpropertyInterpolate1(propName, prefix, v0, suffix, sanitizer) {
13730
13733
  var index = getSelectedIndex();
13731
- elementPropertyInternal(index, propName, Δinterpolation1(prefix, v0, suffix), sanitizer);
13732
- return ΔpropertyInterpolate1;
13734
+ elementPropertyInternal(index, propName, ɵɵinterpolation1(prefix, v0, suffix), sanitizer);
13735
+ return ɵɵpropertyInterpolate1;
13733
13736
  }
13734
13737
  /**
13735
13738
  *
@@ -13744,7 +13747,7 @@ function ΔpropertyInterpolate1(propName, prefix, v0, suffix, sanitizer) {
13744
13747
  * Its compiled representation is::
13745
13748
  *
13746
13749
  * ```ts
13747
- * ΔpropertyInterpolate2('title', 'prefix', v0, '-', v1, 'suffix');
13750
+ * ɵɵpropertyInterpolate2('title', 'prefix', v0, '-', v1, 'suffix');
13748
13751
  * ```
13749
13752
  *
13750
13753
  * If the property name also exists as an input property on one of the element's directives,
@@ -13761,10 +13764,10 @@ function ΔpropertyInterpolate1(propName, prefix, v0, suffix, sanitizer) {
13761
13764
  * @returns itself, so that it may be chained.
13762
13765
  * @codeGenApi
13763
13766
  */
13764
- function ΔpropertyInterpolate2(propName, prefix, v0, i0, v1, suffix, sanitizer) {
13767
+ function ɵɵpropertyInterpolate2(propName, prefix, v0, i0, v1, suffix, sanitizer) {
13765
13768
  var index = getSelectedIndex();
13766
- elementPropertyInternal(index, propName, Δinterpolation2(prefix, v0, i0, v1, suffix), sanitizer);
13767
- return ΔpropertyInterpolate2;
13769
+ elementPropertyInternal(index, propName, ɵɵinterpolation2(prefix, v0, i0, v1, suffix), sanitizer);
13770
+ return ɵɵpropertyInterpolate2;
13768
13771
  }
13769
13772
  /**
13770
13773
  *
@@ -13779,7 +13782,7 @@ function ΔpropertyInterpolate2(propName, prefix, v0, i0, v1, suffix, sanitizer)
13779
13782
  * Its compiled representation is::
13780
13783
  *
13781
13784
  * ```ts
13782
- * ΔpropertyInterpolate3(
13785
+ * ɵɵpropertyInterpolate3(
13783
13786
  * 'title', 'prefix', v0, '-', v1, '-', v2, 'suffix');
13784
13787
  * ```
13785
13788
  *
@@ -13799,10 +13802,10 @@ function ΔpropertyInterpolate2(propName, prefix, v0, i0, v1, suffix, sanitizer)
13799
13802
  * @returns itself, so that it may be chained.
13800
13803
  * @codeGenApi
13801
13804
  */
13802
- function ΔpropertyInterpolate3(propName, prefix, v0, i0, v1, i1, v2, suffix, sanitizer) {
13805
+ function ɵɵpropertyInterpolate3(propName, prefix, v0, i0, v1, i1, v2, suffix, sanitizer) {
13803
13806
  var index = getSelectedIndex();
13804
- elementPropertyInternal(index, propName, Δinterpolation3(prefix, v0, i0, v1, i1, v2, suffix), sanitizer);
13805
- return ΔpropertyInterpolate3;
13807
+ elementPropertyInternal(index, propName, ɵɵinterpolation3(prefix, v0, i0, v1, i1, v2, suffix), sanitizer);
13808
+ return ɵɵpropertyInterpolate3;
13806
13809
  }
13807
13810
  /**
13808
13811
  *
@@ -13817,7 +13820,7 @@ function ΔpropertyInterpolate3(propName, prefix, v0, i0, v1, i1, v2, suffix, sa
13817
13820
  * Its compiled representation is::
13818
13821
  *
13819
13822
  * ```ts
13820
- * ΔpropertyInterpolate4(
13823
+ * ɵɵpropertyInterpolate4(
13821
13824
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, 'suffix');
13822
13825
  * ```
13823
13826
  *
@@ -13839,10 +13842,10 @@ function ΔpropertyInterpolate3(propName, prefix, v0, i0, v1, i1, v2, suffix, sa
13839
13842
  * @returns itself, so that it may be chained.
13840
13843
  * @codeGenApi
13841
13844
  */
13842
- function ΔpropertyInterpolate4(propName, prefix, v0, i0, v1, i1, v2, i2, v3, suffix, sanitizer) {
13845
+ function ɵɵpropertyInterpolate4(propName, prefix, v0, i0, v1, i1, v2, i2, v3, suffix, sanitizer) {
13843
13846
  var index = getSelectedIndex();
13844
- elementPropertyInternal(index, propName, Δinterpolation4(prefix, v0, i0, v1, i1, v2, i2, v3, suffix), sanitizer);
13845
- return ΔpropertyInterpolate4;
13847
+ elementPropertyInternal(index, propName, ɵɵinterpolation4(prefix, v0, i0, v1, i1, v2, i2, v3, suffix), sanitizer);
13848
+ return ɵɵpropertyInterpolate4;
13846
13849
  }
13847
13850
  /**
13848
13851
  *
@@ -13857,7 +13860,7 @@ function ΔpropertyInterpolate4(propName, prefix, v0, i0, v1, i1, v2, i2, v3, su
13857
13860
  * Its compiled representation is::
13858
13861
  *
13859
13862
  * ```ts
13860
- * ΔpropertyInterpolate5(
13863
+ * ɵɵpropertyInterpolate5(
13861
13864
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, 'suffix');
13862
13865
  * ```
13863
13866
  *
@@ -13881,10 +13884,10 @@ function ΔpropertyInterpolate4(propName, prefix, v0, i0, v1, i1, v2, i2, v3, su
13881
13884
  * @returns itself, so that it may be chained.
13882
13885
  * @codeGenApi
13883
13886
  */
13884
- function ΔpropertyInterpolate5(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix, sanitizer) {
13887
+ function ɵɵpropertyInterpolate5(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix, sanitizer) {
13885
13888
  var index = getSelectedIndex();
13886
- elementPropertyInternal(index, propName, Δinterpolation5(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix), sanitizer);
13887
- return ΔpropertyInterpolate5;
13889
+ elementPropertyInternal(index, propName, ɵɵinterpolation5(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix), sanitizer);
13890
+ return ɵɵpropertyInterpolate5;
13888
13891
  }
13889
13892
  /**
13890
13893
  *
@@ -13899,7 +13902,7 @@ function ΔpropertyInterpolate5(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
13899
13902
  * Its compiled representation is::
13900
13903
  *
13901
13904
  * ```ts
13902
- * ΔpropertyInterpolate6(
13905
+ * ɵɵpropertyInterpolate6(
13903
13906
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, 'suffix');
13904
13907
  * ```
13905
13908
  *
@@ -13925,10 +13928,10 @@ function ΔpropertyInterpolate5(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
13925
13928
  * @returns itself, so that it may be chained.
13926
13929
  * @codeGenApi
13927
13930
  */
13928
- function ΔpropertyInterpolate6(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, suffix, sanitizer) {
13931
+ function ɵɵpropertyInterpolate6(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, suffix, sanitizer) {
13929
13932
  var index = getSelectedIndex();
13930
- elementPropertyInternal(index, propName, Δinterpolation6(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, suffix), sanitizer);
13931
- return ΔpropertyInterpolate6;
13933
+ elementPropertyInternal(index, propName, ɵɵinterpolation6(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, suffix), sanitizer);
13934
+ return ɵɵpropertyInterpolate6;
13932
13935
  }
13933
13936
  /**
13934
13937
  *
@@ -13943,7 +13946,7 @@ function ΔpropertyInterpolate6(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
13943
13946
  * Its compiled representation is::
13944
13947
  *
13945
13948
  * ```ts
13946
- * ΔpropertyInterpolate7(
13949
+ * ɵɵpropertyInterpolate7(
13947
13950
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, 'suffix');
13948
13951
  * ```
13949
13952
  *
@@ -13971,10 +13974,10 @@ function ΔpropertyInterpolate6(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
13971
13974
  * @returns itself, so that it may be chained.
13972
13975
  * @codeGenApi
13973
13976
  */
13974
- function ΔpropertyInterpolate7(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, suffix, sanitizer) {
13977
+ function ɵɵpropertyInterpolate7(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, suffix, sanitizer) {
13975
13978
  var index = getSelectedIndex();
13976
- elementPropertyInternal(index, propName, Δinterpolation7(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, suffix), sanitizer);
13977
- return ΔpropertyInterpolate7;
13979
+ elementPropertyInternal(index, propName, ɵɵinterpolation7(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, suffix), sanitizer);
13980
+ return ɵɵpropertyInterpolate7;
13978
13981
  }
13979
13982
  /**
13980
13983
  *
@@ -13989,7 +13992,7 @@ function ΔpropertyInterpolate7(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
13989
13992
  * Its compiled representation is::
13990
13993
  *
13991
13994
  * ```ts
13992
- * ΔpropertyInterpolate8(
13995
+ * ɵɵpropertyInterpolate8(
13993
13996
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, '-', v7, 'suffix');
13994
13997
  * ```
13995
13998
  *
@@ -14019,10 +14022,10 @@ function ΔpropertyInterpolate7(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
14019
14022
  * @returns itself, so that it may be chained.
14020
14023
  * @codeGenApi
14021
14024
  */
14022
- function ΔpropertyInterpolate8(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, i6, v7, suffix, sanitizer) {
14025
+ function ɵɵpropertyInterpolate8(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, i6, v7, suffix, sanitizer) {
14023
14026
  var index = getSelectedIndex();
14024
- elementPropertyInternal(index, propName, Δinterpolation8(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, i6, v7, suffix), sanitizer);
14025
- return ΔpropertyInterpolate8;
14027
+ elementPropertyInternal(index, propName, ɵɵinterpolation8(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, i6, v7, suffix), sanitizer);
14028
+ return ɵɵpropertyInterpolate8;
14026
14029
  }
14027
14030
  /**
14028
14031
  * Update an interpolated property on an element with 8 or more bound values surrounded by text.
@@ -14037,7 +14040,7 @@ function ΔpropertyInterpolate8(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
14037
14040
  * Its compiled representation is::
14038
14041
  *
14039
14042
  * ```ts
14040
- * ΔpropertyInterpolateV(
14043
+ * ɵɵpropertyInterpolateV(
14041
14044
  * 'title', ['prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, '-', v7, '-', v9,
14042
14045
  * 'suffix']);
14043
14046
  * ```
@@ -14054,10 +14057,10 @@ function ΔpropertyInterpolate8(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
14054
14057
  * @returns itself, so that it may be chained.
14055
14058
  * @codeGenApi
14056
14059
  */
14057
- function ΔpropertyInterpolateV(propName, values, sanitizer) {
14060
+ function ɵɵpropertyInterpolateV(propName, values, sanitizer) {
14058
14061
  var index = getSelectedIndex();
14059
- elementPropertyInternal(index, propName, ΔinterpolationV(values), sanitizer);
14060
- return ΔpropertyInterpolateV;
14062
+ elementPropertyInternal(index, propName, ɵɵinterpolationV(values), sanitizer);
14063
+ return ɵɵpropertyInterpolateV;
14061
14064
  }
14062
14065
 
14063
14066
  /**
@@ -14088,7 +14091,7 @@ function ΔpropertyInterpolateV(propName, values, sanitizer) {
14088
14091
  *
14089
14092
  * @codeGenApi
14090
14093
  */
14091
- function Δselect(index) {
14094
+ function ɵɵselect(index) {
14092
14095
  ngDevMode && assertGreaterThan(index, -1, 'Invalid index');
14093
14096
  ngDevMode &&
14094
14097
  assertLessThan(index, getLView().length - HEADER_OFFSET, 'Should be within range for the view data');
@@ -14098,7 +14101,7 @@ function Δselect(index) {
14098
14101
  // We must set the selected index *after* running the hooks, because hooks may have side-effects
14099
14102
  // that cause other template functions to run, thus updating the selected index, which is global
14100
14103
  // state. If we run `setSelectedIndex` *before* we run the hooks, in some cases the selected index
14101
- // will be altered by the time we leave the select` instruction.
14104
+ // will be altered by the time we leave the `ɵɵselect` instruction.
14102
14105
  setSelectedIndex(index);
14103
14106
  }
14104
14107
 
@@ -14117,7 +14120,7 @@ function Δselect(index) {
14117
14120
  *
14118
14121
  * @codeGenApi
14119
14122
  */
14120
- function Δtext(index, value) {
14123
+ function ɵɵtext(index, value) {
14121
14124
  var lView = getLView();
14122
14125
  ngDevMode && assertEqual(lView[BINDING_INDEX], lView[TVIEW].bindingStartIndex, 'text nodes should be created before any bindings');
14123
14126
  ngDevMode && ngDevMode.rendererCreateTextNode++;
@@ -14136,7 +14139,7 @@ function Δtext(index, value) {
14136
14139
  *
14137
14140
  * @codeGenApi
14138
14141
  */
14139
- function ΔtextBinding(index, value) {
14142
+ function ɵɵtextBinding(index, value) {
14140
14143
  if (value !== NO_CHANGE) {
14141
14144
  var lView = getLView();
14142
14145
  ngDevMode && assertDataInRange(lView, index + HEADER_OFFSET);
@@ -14771,7 +14774,7 @@ var SimpleChange = /** @class */ (function () {
14771
14774
  *
14772
14775
  * @codeGenApi
14773
14776
  */
14774
- function ΔNgOnChangesFeature() {
14777
+ function ɵɵNgOnChangesFeature() {
14775
14778
  // This option ensures that the ngOnChanges lifecycle hook will be inherited
14776
14779
  // from superclasses (in InheritDefinitionFeature).
14777
14780
  NgOnChangesFeatureImpl.ngInherit = true;
@@ -14838,7 +14841,7 @@ function getSuperType(type) {
14838
14841
  *
14839
14842
  * @codeGenApi
14840
14843
  */
14841
- function ΔInheritDefinitionFeature(definition) {
14844
+ function ɵɵInheritDefinitionFeature(definition) {
14842
14845
  var superType = getSuperType(definition.type);
14843
14846
  var _loop_1 = function () {
14844
14847
  var e_1, _a;
@@ -14958,7 +14961,7 @@ function ΔInheritDefinitionFeature(definition) {
14958
14961
  definition.onDestroy = definition.onDestroy || superPrototype.ngOnDestroy;
14959
14962
  definition.onInit = definition.onInit || superPrototype.ngOnInit;
14960
14963
  if (superPrototype.ngOnChanges) {
14961
- ΔNgOnChangesFeature()(definition);
14964
+ ɵɵNgOnChangesFeature()(definition);
14962
14965
  }
14963
14966
  }
14964
14967
  }
@@ -15357,7 +15360,7 @@ function providerToFactory(provider, ngModuleType, providers) {
15357
15360
  factory = function () { return resolveForwardRef(provider.useValue); };
15358
15361
  }
15359
15362
  else if (isExistingProvider(provider)) {
15360
- factory = function () { return Δinject(resolveForwardRef(provider.useExisting)); };
15363
+ factory = function () { return ɵɵinject(resolveForwardRef(provider.useExisting)); };
15361
15364
  }
15362
15365
  else if (isFactoryProvider(provider)) {
15363
15366
  factory = function () { return provider.useFactory.apply(provider, __spread(injectArgs(provider.deps || []))); };
@@ -15489,7 +15492,7 @@ function resolveProvider$1(provider, tInjectables, lInjectablesBlueprint, isComp
15489
15492
  }
15490
15493
  if (isTypeProvider(provider) || !provider.multi) {
15491
15494
  // Single provider case: the factory is created and pushed immediately
15492
- var factory = new NodeInjectorFactory(providerFactory, isViewProvider, ΔdirectiveInject);
15495
+ var factory = new NodeInjectorFactory(providerFactory, isViewProvider, ɵɵdirectiveInject);
15493
15496
  var existingFactoryIndex = indexOf(token, tInjectables, isViewProvider ? beginIndex : beginIndex + cptViewProvidersCount, endIndex);
15494
15497
  if (existingFactoryIndex == -1) {
15495
15498
  diPublicInInjector(getOrCreateNodeInjectorForNode(tNode, lView), lView, token);
@@ -15627,7 +15630,7 @@ function multiResolve(factories, result) {
15627
15630
  * Creates a multi factory.
15628
15631
  */
15629
15632
  function multiFactory(factoryFn, index, isViewProvider, isComponent, f) {
15630
- var factory = new NodeInjectorFactory(factoryFn, isViewProvider, ΔdirectiveInject);
15633
+ var factory = new NodeInjectorFactory(factoryFn, isViewProvider, ɵɵdirectiveInject);
15631
15634
  factory.multi = [];
15632
15635
  factory.index = index;
15633
15636
  factory.componentProviders = 0;
@@ -15665,7 +15668,7 @@ function multiFactory(factoryFn, index, isViewProvider, isComponent, f) {
15665
15668
  *
15666
15669
  * @codeGenApi
15667
15670
  */
15668
- function ΔProvidersFeature(providers, viewProviders) {
15671
+ function ɵɵProvidersFeature(providers, viewProviders) {
15669
15672
  if (viewProviders === void 0) { viewProviders = []; }
15670
15673
  return function (definition) {
15671
15674
  definition.providersResolver =
@@ -16594,7 +16597,7 @@ var Version = /** @class */ (function () {
16594
16597
  /**
16595
16598
  * @publicApi
16596
16599
  */
16597
- var VERSION = new Version('8.0.0-rc.4');
16600
+ var VERSION = new Version('8.0.2');
16598
16601
 
16599
16602
  /**
16600
16603
  * @license
@@ -17595,7 +17598,7 @@ var IterableDiffers = /** @class */ (function () {
17595
17598
  }
17596
17599
  };
17597
17600
  /** @nocollapse */
17598
- IterableDiffers.ngInjectableDef = ΔdefineInjectable({
17601
+ IterableDiffers.ngInjectableDef = ɵɵdefineInjectable({
17599
17602
  providedIn: 'root',
17600
17603
  factory: function () { return new IterableDiffers([new DefaultIterableDifferFactory()]); }
17601
17604
  });
@@ -17671,7 +17674,7 @@ var KeyValueDiffers = /** @class */ (function () {
17671
17674
  throw new Error("Cannot find a differ supporting object '" + kv + "'");
17672
17675
  };
17673
17676
  /** @nocollapse */
17674
- KeyValueDiffers.ngInjectableDef = ΔdefineInjectable({
17677
+ KeyValueDiffers.ngInjectableDef = ɵɵdefineInjectable({
17675
17678
  providedIn: 'root',
17676
17679
  factory: function () { return new KeyValueDiffers([new DefaultKeyValueDifferFactory()]); }
17677
17680
  });
@@ -19699,7 +19702,7 @@ function toRefArray(map) {
19699
19702
  /**
19700
19703
  * Default {@link RootContext} for all components rendered with {@link renderComponent}.
19701
19704
  */
19702
- var ROOT_CONTEXT = new InjectionToken('ROOT_CONTEXT_TOKEN', { providedIn: 'root', factory: function () { return createRootContext(Δinject(SCHEDULER)); } });
19705
+ var ROOT_CONTEXT = new InjectionToken('ROOT_CONTEXT_TOKEN', { providedIn: 'root', factory: function () { return createRootContext(ɵɵinject(SCHEDULER)); } });
19703
19706
  /**
19704
19707
  * A change detection scheduler token for {@link RootContext}. This token is the default value used
19705
19708
  * for the default `RootContext` found in the {@link ROOT_CONTEXT} token.
@@ -19740,10 +19743,8 @@ var ComponentFactory$1 = /** @class */ (function (_super) {
19740
19743
  _this.ngModule = ngModule;
19741
19744
  _this.componentType = componentDef.type;
19742
19745
  _this.selector = componentDef.selectors[0][0];
19743
- // The component definition does not include the wildcard ('*') selector in its list.
19744
- // It is implicitly expected as the first item in the projectable nodes array.
19745
19746
  _this.ngContentSelectors =
19746
- componentDef.ngContentSelectors ? __spread(['*'], componentDef.ngContentSelectors) : [];
19747
+ componentDef.ngContentSelectors ? componentDef.ngContentSelectors : [];
19747
19748
  _this.isBoundToModule = !!ngModule;
19748
19749
  return _this;
19749
19750
  }
@@ -19904,28 +19905,27 @@ function addAllToArray(items, arr) {
19904
19905
  }
19905
19906
  }
19906
19907
  /**
19907
- * Flattens an array in non-recursive way. Input arrays are not modified.
19908
+ * Flattens an array.
19908
19909
  */
19909
- function flatten(list, mapFn) {
19910
- var result = [];
19911
- var i = 0;
19912
- while (i < list.length) {
19910
+ function flatten(list, dst) {
19911
+ if (dst === undefined)
19912
+ dst = list;
19913
+ for (var i = 0; i < list.length; i++) {
19913
19914
  var item = list[i];
19914
19915
  if (Array.isArray(item)) {
19915
- if (item.length > 0) {
19916
- list = item.concat(list.slice(i + 1));
19917
- i = 0;
19918
- }
19919
- else {
19920
- i++;
19916
+ // we need to inline it.
19917
+ if (dst === list) {
19918
+ // Our assumption that the list was already flat was wrong and
19919
+ // we need to clone flat since we need to write to it.
19920
+ dst = list.slice(0, i);
19921
19921
  }
19922
+ flatten(item, dst);
19922
19923
  }
19923
- else {
19924
- result.push(mapFn ? mapFn(item) : item);
19925
- i++;
19924
+ else if (dst !== list) {
19925
+ dst.push(item);
19926
19926
  }
19927
19927
  }
19928
- return result;
19928
+ return dst;
19929
19929
  }
19930
19930
 
19931
19931
  /**
@@ -20190,7 +20190,7 @@ var parentIndexStack = [];
20190
20190
  *
20191
20191
  * @codeGenApi
20192
20192
  */
20193
- function Δi18nStart(index, message, subTemplateIndex) {
20193
+ function ɵɵi18nStart(index, message, subTemplateIndex) {
20194
20194
  var tView = getLView()[TVIEW];
20195
20195
  ngDevMode && assertDefined(tView, "tView should be defined");
20196
20196
  i18nIndexStack[++i18nIndexStackPointer] = index;
@@ -20353,7 +20353,7 @@ function appendI18nNode(tNode, parentTNode, previousTNode) {
20353
20353
  *
20354
20354
  * @codeGenApi
20355
20355
  */
20356
- function Δi18nPostprocess(message, replacements) {
20356
+ function ɵɵi18nPostprocess(message, replacements) {
20357
20357
  if (replacements === void 0) { replacements = {}; }
20358
20358
  /**
20359
20359
  * Step 1: resolve all multi-value placeholders like [�#5�|�*1:1��#2:1�|�#4:1�]
@@ -20444,7 +20444,7 @@ function Δi18nPostprocess(message, replacements) {
20444
20444
  *
20445
20445
  * @codeGenApi
20446
20446
  */
20447
- function Δi18nEnd() {
20447
+ function ɵɵi18nEnd() {
20448
20448
  var tView = getLView()[TVIEW];
20449
20449
  ngDevMode && assertDefined(tView, "tView should be defined");
20450
20450
  i18nEndFirstPass(tView);
@@ -20537,7 +20537,7 @@ function readCreateOpCodes(index, createOpCodes, icus, viewData) {
20537
20537
  var elementNodeIndex = opCode >>> 3 /* SHIFT_REF */;
20538
20538
  var attrName = createOpCodes[++i];
20539
20539
  var attrValue = createOpCodes[++i];
20540
- ΔelementAttribute(elementNodeIndex, attrName, attrValue);
20540
+ ɵɵelementAttribute(elementNodeIndex, attrName, attrValue);
20541
20541
  break;
20542
20542
  default:
20543
20543
  throw new Error("Unable to determine the type of mutate operation for \"" + opCode + "\"");
@@ -20607,10 +20607,10 @@ function readUpdateOpCodes(updateOpCodes, icus, bindingsStartIndex, changeMask,
20607
20607
  case 1 /* Attr */:
20608
20608
  var attrName = updateOpCodes[++j];
20609
20609
  var sanitizeFn = updateOpCodes[++j];
20610
- ΔelementAttribute(nodeIndex, attrName, value, sanitizeFn);
20610
+ ɵɵelementAttribute(nodeIndex, attrName, value, sanitizeFn);
20611
20611
  break;
20612
20612
  case 0 /* Text */:
20613
- ΔtextBinding(nodeIndex, value);
20613
+ ɵɵtextBinding(nodeIndex, value);
20614
20614
  break;
20615
20615
  case 2 /* IcuSwitch */:
20616
20616
  tIcuIndex = updateOpCodes[++j];
@@ -20666,7 +20666,7 @@ function removeNode(index, viewData) {
20666
20666
  if (removedPhRNode) {
20667
20667
  nativeRemoveNode(viewData[RENDERER], removedPhRNode);
20668
20668
  }
20669
- var slotValue = Δload(index);
20669
+ var slotValue = ɵɵload(index);
20670
20670
  if (isLContainer(slotValue)) {
20671
20671
  var lContainer = slotValue;
20672
20672
  if (removedPhTNode.type !== 0 /* Container */) {
@@ -20701,9 +20701,9 @@ function removeNode(index, viewData) {
20701
20701
  *
20702
20702
  * @codeGenApi
20703
20703
  */
20704
- function Δi18n(index, message, subTemplateIndex) {
20705
- Δi18nStart(index, message, subTemplateIndex);
20706
- Δi18nEnd();
20704
+ function ɵɵi18n(index, message, subTemplateIndex) {
20705
+ ɵɵi18nStart(index, message, subTemplateIndex);
20706
+ ɵɵi18nEnd();
20707
20707
  }
20708
20708
  /**
20709
20709
  * Marks a list of attributes as translatable.
@@ -20713,7 +20713,7 @@ function Δi18n(index, message, subTemplateIndex) {
20713
20713
  *
20714
20714
  * @codeGenApi
20715
20715
  */
20716
- function Δi18nAttributes(index, values) {
20716
+ function ɵɵi18nAttributes(index, values) {
20717
20717
  var tView = getLView()[TVIEW];
20718
20718
  ngDevMode && assertDefined(tView, "tView should be defined");
20719
20719
  if (tView.firstTemplatePass && tView.data[index + HEADER_OFFSET] === null) {
@@ -20741,7 +20741,7 @@ function i18nAttributesFirstPass(tView, index, values) {
20741
20741
  addAllToArray(generateBindingUpdateOpCodes(value, previousElementIndex, attrName), updateOpCodes);
20742
20742
  }
20743
20743
  else {
20744
- ΔelementAttribute(previousElementIndex, attrName, value);
20744
+ ɵɵelementAttribute(previousElementIndex, attrName, value);
20745
20745
  }
20746
20746
  }
20747
20747
  }
@@ -20758,7 +20758,7 @@ var shiftsCounter = 0;
20758
20758
  *
20759
20759
  * @codeGenApi
20760
20760
  */
20761
- function Δi18nExp(expression) {
20761
+ function ɵɵi18nExp(expression) {
20762
20762
  if (expression !== NO_CHANGE) {
20763
20763
  changeMask = changeMask | (1 << shiftsCounter);
20764
20764
  }
@@ -20772,7 +20772,7 @@ function Δi18nExp(expression) {
20772
20772
  *
20773
20773
  * @codeGenApi
20774
20774
  */
20775
- function Δi18nApply(index) {
20775
+ function ɵɵi18nApply(index) {
20776
20776
  if (shiftsCounter) {
20777
20777
  var lView = getLView();
20778
20778
  var tView = lView[TVIEW];
@@ -21421,7 +21421,7 @@ var LOCALIZE_PH_REGEXP = /\{\$(.*?)\}/g;
21421
21421
  * @publicApi
21422
21422
  * @deprecated this method is temporary & should not be used as it will be removed soon
21423
21423
  */
21424
- function Δi18nLocalize(input, placeholders) {
21424
+ function ɵɵi18nLocalize(input, placeholders) {
21425
21425
  if (placeholders === void 0) { placeholders = {}; }
21426
21426
  if (typeof TRANSLATIONS[input] !== 'undefined') { // to account for empty string
21427
21427
  input = TRANSLATIONS[input];
@@ -21599,7 +21599,7 @@ function setClassMetadata(type, decorators, ctorParameters, propDecorators) {
21599
21599
  *
21600
21600
  * @codeGenApi
21601
21601
  */
21602
- function ΔpureFunction0(slotOffset, pureFn, thisArg) {
21602
+ function ɵɵpureFunction0(slotOffset, pureFn, thisArg) {
21603
21603
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
21604
21604
  var bindingIndex = getBindingRoot() + slotOffset;
21605
21605
  var lView = getLView();
@@ -21619,7 +21619,7 @@ function ΔpureFunction0(slotOffset, pureFn, thisArg) {
21619
21619
  *
21620
21620
  * @codeGenApi
21621
21621
  */
21622
- function ΔpureFunction1(slotOffset, pureFn, exp, thisArg) {
21622
+ function ɵɵpureFunction1(slotOffset, pureFn, exp, thisArg) {
21623
21623
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
21624
21624
  var lView = getLView();
21625
21625
  var bindingIndex = getBindingRoot() + slotOffset;
@@ -21640,7 +21640,7 @@ function ΔpureFunction1(slotOffset, pureFn, exp, thisArg) {
21640
21640
  *
21641
21641
  * @codeGenApi
21642
21642
  */
21643
- function ΔpureFunction2(slotOffset, pureFn, exp1, exp2, thisArg) {
21643
+ function ɵɵpureFunction2(slotOffset, pureFn, exp1, exp2, thisArg) {
21644
21644
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
21645
21645
  var bindingIndex = getBindingRoot() + slotOffset;
21646
21646
  var lView = getLView();
@@ -21662,7 +21662,7 @@ function ΔpureFunction2(slotOffset, pureFn, exp1, exp2, thisArg) {
21662
21662
  *
21663
21663
  * @codeGenApi
21664
21664
  */
21665
- function ΔpureFunction3(slotOffset, pureFn, exp1, exp2, exp3, thisArg) {
21665
+ function ɵɵpureFunction3(slotOffset, pureFn, exp1, exp2, exp3, thisArg) {
21666
21666
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
21667
21667
  var bindingIndex = getBindingRoot() + slotOffset;
21668
21668
  var lView = getLView();
@@ -21685,7 +21685,7 @@ function ΔpureFunction3(slotOffset, pureFn, exp1, exp2, exp3, thisArg) {
21685
21685
  *
21686
21686
  * @codeGenApi
21687
21687
  */
21688
- function ΔpureFunction4(slotOffset, pureFn, exp1, exp2, exp3, exp4, thisArg) {
21688
+ function ɵɵpureFunction4(slotOffset, pureFn, exp1, exp2, exp3, exp4, thisArg) {
21689
21689
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
21690
21690
  var bindingIndex = getBindingRoot() + slotOffset;
21691
21691
  var lView = getLView();
@@ -21709,7 +21709,7 @@ function ΔpureFunction4(slotOffset, pureFn, exp1, exp2, exp3, exp4, thisArg) {
21709
21709
  *
21710
21710
  * @codeGenApi
21711
21711
  */
21712
- function ΔpureFunction5(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, thisArg) {
21712
+ function ɵɵpureFunction5(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, thisArg) {
21713
21713
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
21714
21714
  var bindingIndex = getBindingRoot() + slotOffset;
21715
21715
  var lView = getLView();
@@ -21736,7 +21736,7 @@ function ΔpureFunction5(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, thisA
21736
21736
  *
21737
21737
  * @codeGenApi
21738
21738
  */
21739
- function ΔpureFunction6(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, thisArg) {
21739
+ function ɵɵpureFunction6(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, thisArg) {
21740
21740
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
21741
21741
  var bindingIndex = getBindingRoot() + slotOffset;
21742
21742
  var lView = getLView();
@@ -21765,7 +21765,7 @@ function ΔpureFunction6(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6,
21765
21765
  *
21766
21766
  * @codeGenApi
21767
21767
  */
21768
- function ΔpureFunction7(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7, thisArg) {
21768
+ function ɵɵpureFunction7(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7, thisArg) {
21769
21769
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
21770
21770
  var bindingIndex = getBindingRoot() + slotOffset;
21771
21771
  var lView = getLView();
@@ -21795,7 +21795,7 @@ function ΔpureFunction7(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6,
21795
21795
  *
21796
21796
  * @codeGenApi
21797
21797
  */
21798
- function ΔpureFunction8(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7, exp8, thisArg) {
21798
+ function ɵɵpureFunction8(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7, exp8, thisArg) {
21799
21799
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
21800
21800
  var bindingIndex = getBindingRoot() + slotOffset;
21801
21801
  var lView = getLView();
@@ -21821,7 +21821,7 @@ function ΔpureFunction8(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6,
21821
21821
  *
21822
21822
  * @codeGenApi
21823
21823
  */
21824
- function ΔpureFunctionV(slotOffset, pureFn, exps, thisArg) {
21824
+ function ɵɵpureFunctionV(slotOffset, pureFn, exps, thisArg) {
21825
21825
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
21826
21826
  var bindingIndex = getBindingRoot() + slotOffset;
21827
21827
  var different = false;
@@ -21849,7 +21849,7 @@ function ΔpureFunctionV(slotOffset, pureFn, exps, thisArg) {
21849
21849
  *
21850
21850
  * @codeGenApi
21851
21851
  */
21852
- function Δpipe(index, pipeName) {
21852
+ function ɵɵpipe(index, pipeName) {
21853
21853
  var tView = getLView()[TVIEW];
21854
21854
  var pipeDef;
21855
21855
  var adjustedIndex = index + HEADER_OFFSET;
@@ -21900,9 +21900,9 @@ function getPipeDef$1(name, registry) {
21900
21900
  *
21901
21901
  * @codeGenApi
21902
21902
  */
21903
- function ΔpipeBind1(index, slotOffset, v1) {
21904
- var pipeInstance = Δload(index);
21905
- return unwrapValue$1(isPure(index) ? ΔpureFunction1(slotOffset, pipeInstance.transform, v1, pipeInstance) :
21903
+ function ɵɵpipeBind1(index, slotOffset, v1) {
21904
+ var pipeInstance = ɵɵload(index);
21905
+ return unwrapValue$1(isPure(index) ? ɵɵpureFunction1(slotOffset, pipeInstance.transform, v1, pipeInstance) :
21906
21906
  pipeInstance.transform(v1));
21907
21907
  }
21908
21908
  /**
@@ -21918,9 +21918,9 @@ function ΔpipeBind1(index, slotOffset, v1) {
21918
21918
  *
21919
21919
  * @codeGenApi
21920
21920
  */
21921
- function ΔpipeBind2(index, slotOffset, v1, v2) {
21922
- var pipeInstance = Δload(index);
21923
- return unwrapValue$1(isPure(index) ? ΔpureFunction2(slotOffset, pipeInstance.transform, v1, v2, pipeInstance) :
21921
+ function ɵɵpipeBind2(index, slotOffset, v1, v2) {
21922
+ var pipeInstance = ɵɵload(index);
21923
+ return unwrapValue$1(isPure(index) ? ɵɵpureFunction2(slotOffset, pipeInstance.transform, v1, v2, pipeInstance) :
21924
21924
  pipeInstance.transform(v1, v2));
21925
21925
  }
21926
21926
  /**
@@ -21937,9 +21937,10 @@ function ΔpipeBind2(index, slotOffset, v1, v2) {
21937
21937
  *
21938
21938
  * @codeGenApi
21939
21939
  */
21940
- function ΔpipeBind3(index, slotOffset, v1, v2, v3) {
21941
- var pipeInstance = Δload(index);
21942
- return unwrapValue$1(isPure(index) ? ΔpureFunction3(slotOffset, pipeInstance.transform, v1, v2, v3, pipeInstance) :
21940
+ function ɵɵpipeBind3(index, slotOffset, v1, v2, v3) {
21941
+ var pipeInstance = ɵɵload(index);
21942
+ return unwrapValue$1(isPure(index) ?
21943
+ ɵɵpureFunction3(slotOffset, pipeInstance.transform, v1, v2, v3, pipeInstance) :
21943
21944
  pipeInstance.transform(v1, v2, v3));
21944
21945
  }
21945
21946
  /**
@@ -21957,10 +21958,10 @@ function ΔpipeBind3(index, slotOffset, v1, v2, v3) {
21957
21958
  *
21958
21959
  * @codeGenApi
21959
21960
  */
21960
- function ΔpipeBind4(index, slotOffset, v1, v2, v3, v4) {
21961
- var pipeInstance = Δload(index);
21961
+ function ɵɵpipeBind4(index, slotOffset, v1, v2, v3, v4) {
21962
+ var pipeInstance = ɵɵload(index);
21962
21963
  return unwrapValue$1(isPure(index) ?
21963
- ΔpureFunction4(slotOffset, pipeInstance.transform, v1, v2, v3, v4, pipeInstance) :
21964
+ ɵɵpureFunction4(slotOffset, pipeInstance.transform, v1, v2, v3, v4, pipeInstance) :
21964
21965
  pipeInstance.transform(v1, v2, v3, v4));
21965
21966
  }
21966
21967
  /**
@@ -21975,9 +21976,9 @@ function ΔpipeBind4(index, slotOffset, v1, v2, v3, v4) {
21975
21976
  *
21976
21977
  * @codeGenApi
21977
21978
  */
21978
- function ΔpipeBindV(index, slotOffset, values) {
21979
- var pipeInstance = Δload(index);
21980
- return unwrapValue$1(isPure(index) ? ΔpureFunctionV(slotOffset, pipeInstance.transform, values, pipeInstance) :
21979
+ function ɵɵpipeBindV(index, slotOffset, values) {
21980
+ var pipeInstance = ɵɵload(index);
21981
+ return unwrapValue$1(isPure(index) ? ɵɵpureFunctionV(slotOffset, pipeInstance.transform, values, pipeInstance) :
21981
21982
  pipeInstance.transform.apply(pipeInstance, values));
21982
21983
  }
21983
21984
  function isPure(index) {
@@ -22525,7 +22526,7 @@ predicate, descend, read) {
22525
22526
  *
22526
22527
  * @codeGenApi
22527
22528
  */
22528
- function ΔqueryRefresh(queryList) {
22529
+ function ɵɵqueryRefresh(queryList) {
22529
22530
  var queryListImpl = queryList;
22530
22531
  var creationMode = isCreationMode();
22531
22532
  // if creation mode and static or update mode and not static
@@ -22545,10 +22546,10 @@ function ΔqueryRefresh(queryList) {
22545
22546
  *
22546
22547
  * @codeGenApi
22547
22548
  */
22548
- function ΔstaticViewQuery(
22549
+ function ɵɵstaticViewQuery(
22549
22550
  // TODO(FW-486): "read" should be an AbstractType
22550
22551
  predicate, descend, read) {
22551
- var queryList = ΔviewQuery(predicate, descend, read);
22552
+ var queryList = ɵɵviewQuery(predicate, descend, read);
22552
22553
  var tView = getLView()[TVIEW];
22553
22554
  queryList._static = true;
22554
22555
  if (!tView.staticViewQueries) {
@@ -22565,7 +22566,7 @@ predicate, descend, read) {
22565
22566
  *
22566
22567
  * @codeGenApi
22567
22568
  */
22568
- function ΔviewQuery(
22569
+ function ɵɵviewQuery(
22569
22570
  // TODO(FW-486): "read" should be an AbstractType
22570
22571
  predicate, descend, read) {
22571
22572
  var lView = getLView();
@@ -22584,10 +22585,10 @@ predicate, descend, read) {
22584
22585
  *
22585
22586
  * @codeGenApi
22586
22587
  */
22587
- function ΔloadViewQuery() {
22588
+ function ɵɵloadViewQuery() {
22588
22589
  var index = getCurrentQueryIndex();
22589
22590
  setCurrentQueryIndex(index + 1);
22590
- return Δload(index - HEADER_OFFSET);
22591
+ return ɵɵload(index - HEADER_OFFSET);
22591
22592
  }
22592
22593
  /**
22593
22594
  * Registers a QueryList, associated with a content query, for later refresh (part of a view
@@ -22601,7 +22602,7 @@ function ΔloadViewQuery() {
22601
22602
  *
22602
22603
  * @codeGenApi
22603
22604
  */
22604
- function ΔcontentQuery(directiveIndex, predicate, descend,
22605
+ function ɵɵcontentQuery(directiveIndex, predicate, descend,
22605
22606
  // TODO(FW-486): "read" should be an AbstractType
22606
22607
  read) {
22607
22608
  var lView = getLView();
@@ -22629,10 +22630,10 @@ read) {
22629
22630
  *
22630
22631
  * @codeGenApi
22631
22632
  */
22632
- function ΔstaticContentQuery(directiveIndex, predicate, descend,
22633
+ function ɵɵstaticContentQuery(directiveIndex, predicate, descend,
22633
22634
  // TODO(FW-486): "read" should be an AbstractType
22634
22635
  read) {
22635
- var queryList = ΔcontentQuery(directiveIndex, predicate, descend, read);
22636
+ var queryList = ɵɵcontentQuery(directiveIndex, predicate, descend, read);
22636
22637
  var tView = getLView()[TVIEW];
22637
22638
  queryList._static = true;
22638
22639
  if (!tView.staticContentQueries) {
@@ -22643,7 +22644,7 @@ read) {
22643
22644
  *
22644
22645
  * @codeGenApi
22645
22646
  */
22646
- function ΔloadContentQuery() {
22647
+ function ɵɵloadContentQuery() {
22647
22648
  var lView = getLView();
22648
22649
  ngDevMode &&
22649
22650
  assertDefined(lView[CONTENT_QUERIES], 'Content QueryList array should be defined if reading a query.');
@@ -22666,7 +22667,7 @@ function ΔloadContentQuery() {
22666
22667
  *
22667
22668
  * @codeGenApi
22668
22669
  */
22669
- function ΔtemplateRefExtractor(tNode, currentView) {
22670
+ function ɵɵtemplateRefExtractor(tNode, currentView) {
22670
22671
  return createTemplateRef(TemplateRef, ElementRef, tNode, currentView);
22671
22672
  }
22672
22673
 
@@ -22753,129 +22754,129 @@ function noModuleError(id) {
22753
22754
  * found in the LICENSE file at https://angular.io/license
22754
22755
  */
22755
22756
  var ɵ0$8 = function () { return ({
22756
- 'ΔdefineBase': ΔdefineBase,
22757
- 'ΔdefineComponent': ΔdefineComponent,
22758
- 'ΔdefineDirective': ΔdefineDirective,
22759
- 'ΔdefineInjectable': ΔdefineInjectable,
22760
- 'ΔdefineInjector': ΔdefineInjector,
22761
- 'ΔdefineNgModule': ΔdefineNgModule,
22762
- 'ΔdefinePipe': ΔdefinePipe,
22763
- 'ΔdirectiveInject': ΔdirectiveInject,
22764
- 'ΔgetFactoryOf': ΔgetFactoryOf,
22765
- 'ΔgetInheritedFactory': ΔgetInheritedFactory,
22766
- 'Δinject': Δinject,
22767
- 'ΔinjectAttribute': ΔinjectAttribute,
22768
- 'ΔtemplateRefExtractor': ΔtemplateRefExtractor,
22769
- 'ΔNgOnChangesFeature': ΔNgOnChangesFeature,
22770
- 'ΔProvidersFeature': ΔProvidersFeature,
22771
- 'ΔInheritDefinitionFeature': ΔInheritDefinitionFeature,
22772
- 'ΔelementAttribute': ΔelementAttribute,
22773
- 'Δbind': Δbind,
22774
- 'Δcontainer': Δcontainer,
22775
- 'ΔnextContext': ΔnextContext,
22776
- 'ΔcontainerRefreshStart': ΔcontainerRefreshStart,
22777
- 'ΔcontainerRefreshEnd': ΔcontainerRefreshEnd,
22778
- 'ΔnamespaceHTML': ΔnamespaceHTML,
22779
- 'ΔnamespaceMathML': ΔnamespaceMathML,
22780
- 'ΔnamespaceSVG': ΔnamespaceSVG,
22781
- 'ΔenableBindings': ΔenableBindings,
22782
- 'ΔdisableBindings': ΔdisableBindings,
22783
- 'ΔallocHostVars': ΔallocHostVars,
22784
- 'ΔelementStart': ΔelementStart,
22785
- 'ΔelementEnd': ΔelementEnd,
22786
- 'Δelement': Δelement,
22787
- 'ΔelementContainerStart': ΔelementContainerStart,
22788
- 'ΔelementContainerEnd': ΔelementContainerEnd,
22789
- 'ΔpureFunction0': ΔpureFunction0,
22790
- 'ΔpureFunction1': ΔpureFunction1,
22791
- 'ΔpureFunction2': ΔpureFunction2,
22792
- 'ΔpureFunction3': ΔpureFunction3,
22793
- 'ΔpureFunction4': ΔpureFunction4,
22794
- 'ΔpureFunction5': ΔpureFunction5,
22795
- 'ΔpureFunction6': ΔpureFunction6,
22796
- 'ΔpureFunction7': ΔpureFunction7,
22797
- 'ΔpureFunction8': ΔpureFunction8,
22798
- 'ΔpureFunctionV': ΔpureFunctionV,
22799
- 'ΔgetCurrentView': ΔgetCurrentView,
22800
- 'ΔrestoreView': ΔrestoreView,
22801
- 'Δinterpolation1': Δinterpolation1,
22802
- 'Δinterpolation2': Δinterpolation2,
22803
- 'Δinterpolation3': Δinterpolation3,
22804
- 'Δinterpolation4': Δinterpolation4,
22805
- 'Δinterpolation5': Δinterpolation5,
22806
- 'Δinterpolation6': Δinterpolation6,
22807
- 'Δinterpolation7': Δinterpolation7,
22808
- 'Δinterpolation8': Δinterpolation8,
22809
- 'ΔinterpolationV': ΔinterpolationV,
22810
- 'Δlistener': Δlistener,
22811
- 'Δload': Δload,
22812
- 'Δprojection': Δprojection,
22813
- 'ΔelementProperty': ΔelementProperty,
22814
- 'ΔcomponentHostSyntheticProperty': ΔcomponentHostSyntheticProperty,
22815
- 'ΔcomponentHostSyntheticListener': ΔcomponentHostSyntheticListener,
22816
- 'ΔpipeBind1': ΔpipeBind1,
22817
- 'ΔpipeBind2': ΔpipeBind2,
22818
- 'ΔpipeBind3': ΔpipeBind3,
22819
- 'ΔpipeBind4': ΔpipeBind4,
22820
- 'ΔpipeBindV': ΔpipeBindV,
22821
- 'ΔprojectionDef': ΔprojectionDef,
22822
- 'Δproperty': Δproperty,
22823
- 'ΔpropertyInterpolate': ΔpropertyInterpolate,
22824
- 'ΔpropertyInterpolate1': ΔpropertyInterpolate1,
22825
- 'ΔpropertyInterpolate2': ΔpropertyInterpolate2,
22826
- 'ΔpropertyInterpolate3': ΔpropertyInterpolate3,
22827
- 'ΔpropertyInterpolate4': ΔpropertyInterpolate4,
22828
- 'ΔpropertyInterpolate5': ΔpropertyInterpolate5,
22829
- 'ΔpropertyInterpolate6': ΔpropertyInterpolate6,
22830
- 'ΔpropertyInterpolate7': ΔpropertyInterpolate7,
22831
- 'ΔpropertyInterpolate8': ΔpropertyInterpolate8,
22832
- 'ΔpropertyInterpolateV': ΔpropertyInterpolateV,
22833
- 'Δpipe': Δpipe,
22834
- 'ΔqueryRefresh': ΔqueryRefresh,
22835
- 'ΔviewQuery': ΔviewQuery,
22836
- 'ΔstaticViewQuery': ΔstaticViewQuery,
22837
- 'ΔstaticContentQuery': ΔstaticContentQuery,
22838
- 'ΔloadViewQuery': ΔloadViewQuery,
22839
- 'ΔcontentQuery': ΔcontentQuery,
22840
- 'ΔloadContentQuery': ΔloadContentQuery,
22841
- 'Δreference': Δreference,
22842
- 'ΔelementHostAttrs': ΔelementHostAttrs,
22843
- 'ΔelementStyling': ΔelementStyling,
22844
- 'ΔelementStylingMap': ΔelementStylingMap,
22845
- 'ΔelementStyleProp': ΔelementStyleProp,
22846
- 'ΔelementStylingApply': ΔelementStylingApply,
22847
- 'ΔelementClassProp': ΔelementClassProp,
22848
- 'ΔelementHostStyling': ΔelementHostStyling,
22849
- 'ΔelementHostStylingMap': ΔelementHostStylingMap,
22850
- 'ΔelementHostStyleProp': ΔelementHostStyleProp,
22851
- 'ΔelementHostStylingApply': ΔelementHostStylingApply,
22852
- 'ΔelementHostClassProp': ΔelementHostClassProp,
22853
- 'Δselect': Δselect,
22854
- 'Δtemplate': Δtemplate,
22855
- 'Δtext': Δtext,
22856
- 'ΔtextBinding': ΔtextBinding,
22857
- 'ΔembeddedViewStart': ΔembeddedViewStart,
22858
- 'ΔembeddedViewEnd': ΔembeddedViewEnd,
22859
- 'Δi18n': Δi18n,
22860
- 'Δi18nAttributes': Δi18nAttributes,
22861
- 'Δi18nExp': Δi18nExp,
22862
- 'Δi18nStart': Δi18nStart,
22863
- 'Δi18nEnd': Δi18nEnd,
22864
- 'Δi18nApply': Δi18nApply,
22865
- 'Δi18nPostprocess': Δi18nPostprocess,
22866
- 'Δi18nLocalize': Δi18nLocalize,
22867
- 'ΔresolveWindow': ΔresolveWindow,
22868
- 'ΔresolveDocument': ΔresolveDocument,
22869
- 'ΔresolveBody': ΔresolveBody,
22870
- 'ΔsetComponentScope': ΔsetComponentScope,
22871
- 'ΔsetNgModuleScope': ΔsetNgModuleScope,
22872
- 'ΔsanitizeHtml': ΔsanitizeHtml,
22873
- 'ΔsanitizeStyle': ΔsanitizeStyle,
22874
- 'ΔdefaultStyleSanitizer': ΔdefaultStyleSanitizer,
22875
- 'ΔsanitizeResourceUrl': ΔsanitizeResourceUrl,
22876
- 'ΔsanitizeScript': ΔsanitizeScript,
22877
- 'ΔsanitizeUrl': ΔsanitizeUrl,
22878
- 'ΔsanitizeUrlOrResourceUrl': ΔsanitizeUrlOrResourceUrl,
22757
+ 'ɵɵdefineBase': ɵɵdefineBase,
22758
+ 'ɵɵdefineComponent': ɵɵdefineComponent,
22759
+ 'ɵɵdefineDirective': ɵɵdefineDirective,
22760
+ 'ɵɵdefineInjectable': ɵɵdefineInjectable,
22761
+ 'ɵɵdefineInjector': ɵɵdefineInjector,
22762
+ 'ɵɵdefineNgModule': ɵɵdefineNgModule,
22763
+ 'ɵɵdefinePipe': ɵɵdefinePipe,
22764
+ 'ɵɵdirectiveInject': ɵɵdirectiveInject,
22765
+ 'ɵɵgetFactoryOf': ɵɵgetFactoryOf,
22766
+ 'ɵɵgetInheritedFactory': ɵɵgetInheritedFactory,
22767
+ 'ɵɵinject': ɵɵinject,
22768
+ 'ɵɵinjectAttribute': ɵɵinjectAttribute,
22769
+ 'ɵɵtemplateRefExtractor': ɵɵtemplateRefExtractor,
22770
+ 'ɵɵNgOnChangesFeature': ɵɵNgOnChangesFeature,
22771
+ 'ɵɵProvidersFeature': ɵɵProvidersFeature,
22772
+ 'ɵɵInheritDefinitionFeature': ɵɵInheritDefinitionFeature,
22773
+ 'ɵɵelementAttribute': ɵɵelementAttribute,
22774
+ 'ɵɵbind': ɵɵbind,
22775
+ 'ɵɵcontainer': ɵɵcontainer,
22776
+ 'ɵɵnextContext': ɵɵnextContext,
22777
+ 'ɵɵcontainerRefreshStart': ɵɵcontainerRefreshStart,
22778
+ 'ɵɵcontainerRefreshEnd': ɵɵcontainerRefreshEnd,
22779
+ 'ɵɵnamespaceHTML': ɵɵnamespaceHTML,
22780
+ 'ɵɵnamespaceMathML': ɵɵnamespaceMathML,
22781
+ 'ɵɵnamespaceSVG': ɵɵnamespaceSVG,
22782
+ 'ɵɵenableBindings': ɵɵenableBindings,
22783
+ 'ɵɵdisableBindings': ɵɵdisableBindings,
22784
+ 'ɵɵallocHostVars': ɵɵallocHostVars,
22785
+ 'ɵɵelementStart': ɵɵelementStart,
22786
+ 'ɵɵelementEnd': ɵɵelementEnd,
22787
+ 'ɵɵelement': ɵɵelement,
22788
+ 'ɵɵelementContainerStart': ɵɵelementContainerStart,
22789
+ 'ɵɵelementContainerEnd': ɵɵelementContainerEnd,
22790
+ 'ɵɵpureFunction0': ɵɵpureFunction0,
22791
+ 'ɵɵpureFunction1': ɵɵpureFunction1,
22792
+ 'ɵɵpureFunction2': ɵɵpureFunction2,
22793
+ 'ɵɵpureFunction3': ɵɵpureFunction3,
22794
+ 'ɵɵpureFunction4': ɵɵpureFunction4,
22795
+ 'ɵɵpureFunction5': ɵɵpureFunction5,
22796
+ 'ɵɵpureFunction6': ɵɵpureFunction6,
22797
+ 'ɵɵpureFunction7': ɵɵpureFunction7,
22798
+ 'ɵɵpureFunction8': ɵɵpureFunction8,
22799
+ 'ɵɵpureFunctionV': ɵɵpureFunctionV,
22800
+ 'ɵɵgetCurrentView': ɵɵgetCurrentView,
22801
+ 'ɵɵrestoreView': ɵɵrestoreView,
22802
+ 'ɵɵinterpolation1': ɵɵinterpolation1,
22803
+ 'ɵɵinterpolation2': ɵɵinterpolation2,
22804
+ 'ɵɵinterpolation3': ɵɵinterpolation3,
22805
+ 'ɵɵinterpolation4': ɵɵinterpolation4,
22806
+ 'ɵɵinterpolation5': ɵɵinterpolation5,
22807
+ 'ɵɵinterpolation6': ɵɵinterpolation6,
22808
+ 'ɵɵinterpolation7': ɵɵinterpolation7,
22809
+ 'ɵɵinterpolation8': ɵɵinterpolation8,
22810
+ 'ɵɵinterpolationV': ɵɵinterpolationV,
22811
+ 'ɵɵlistener': ɵɵlistener,
22812
+ 'ɵɵload': ɵɵload,
22813
+ 'ɵɵprojection': ɵɵprojection,
22814
+ 'ɵɵelementProperty': ɵɵelementProperty,
22815
+ 'ɵɵcomponentHostSyntheticProperty': ɵɵcomponentHostSyntheticProperty,
22816
+ 'ɵɵcomponentHostSyntheticListener': ɵɵcomponentHostSyntheticListener,
22817
+ 'ɵɵpipeBind1': ɵɵpipeBind1,
22818
+ 'ɵɵpipeBind2': ɵɵpipeBind2,
22819
+ 'ɵɵpipeBind3': ɵɵpipeBind3,
22820
+ 'ɵɵpipeBind4': ɵɵpipeBind4,
22821
+ 'ɵɵpipeBindV': ɵɵpipeBindV,
22822
+ 'ɵɵprojectionDef': ɵɵprojectionDef,
22823
+ 'ɵɵproperty': ɵɵproperty,
22824
+ 'ɵɵpropertyInterpolate': ɵɵpropertyInterpolate,
22825
+ 'ɵɵpropertyInterpolate1': ɵɵpropertyInterpolate1,
22826
+ 'ɵɵpropertyInterpolate2': ɵɵpropertyInterpolate2,
22827
+ 'ɵɵpropertyInterpolate3': ɵɵpropertyInterpolate3,
22828
+ 'ɵɵpropertyInterpolate4': ɵɵpropertyInterpolate4,
22829
+ 'ɵɵpropertyInterpolate5': ɵɵpropertyInterpolate5,
22830
+ 'ɵɵpropertyInterpolate6': ɵɵpropertyInterpolate6,
22831
+ 'ɵɵpropertyInterpolate7': ɵɵpropertyInterpolate7,
22832
+ 'ɵɵpropertyInterpolate8': ɵɵpropertyInterpolate8,
22833
+ 'ɵɵpropertyInterpolateV': ɵɵpropertyInterpolateV,
22834
+ 'ɵɵpipe': ɵɵpipe,
22835
+ 'ɵɵqueryRefresh': ɵɵqueryRefresh,
22836
+ 'ɵɵviewQuery': ɵɵviewQuery,
22837
+ 'ɵɵstaticViewQuery': ɵɵstaticViewQuery,
22838
+ 'ɵɵstaticContentQuery': ɵɵstaticContentQuery,
22839
+ 'ɵɵloadViewQuery': ɵɵloadViewQuery,
22840
+ 'ɵɵcontentQuery': ɵɵcontentQuery,
22841
+ 'ɵɵloadContentQuery': ɵɵloadContentQuery,
22842
+ 'ɵɵreference': ɵɵreference,
22843
+ 'ɵɵelementHostAttrs': ɵɵelementHostAttrs,
22844
+ 'ɵɵelementStyling': ɵɵelementStyling,
22845
+ 'ɵɵelementStylingMap': ɵɵelementStylingMap,
22846
+ 'ɵɵelementStyleProp': ɵɵelementStyleProp,
22847
+ 'ɵɵelementStylingApply': ɵɵelementStylingApply,
22848
+ 'ɵɵelementClassProp': ɵɵelementClassProp,
22849
+ 'ɵɵelementHostStyling': ɵɵelementHostStyling,
22850
+ 'ɵɵelementHostStylingMap': ɵɵelementHostStylingMap,
22851
+ 'ɵɵelementHostStyleProp': ɵɵelementHostStyleProp,
22852
+ 'ɵɵelementHostStylingApply': ɵɵelementHostStylingApply,
22853
+ 'ɵɵelementHostClassProp': ɵɵelementHostClassProp,
22854
+ 'ɵɵselect': ɵɵselect,
22855
+ 'ɵɵtemplate': ɵɵtemplate,
22856
+ 'ɵɵtext': ɵɵtext,
22857
+ 'ɵɵtextBinding': ɵɵtextBinding,
22858
+ 'ɵɵembeddedViewStart': ɵɵembeddedViewStart,
22859
+ 'ɵɵembeddedViewEnd': ɵɵembeddedViewEnd,
22860
+ 'ɵɵi18n': ɵɵi18n,
22861
+ 'ɵɵi18nAttributes': ɵɵi18nAttributes,
22862
+ 'ɵɵi18nExp': ɵɵi18nExp,
22863
+ 'ɵɵi18nStart': ɵɵi18nStart,
22864
+ 'ɵɵi18nEnd': ɵɵi18nEnd,
22865
+ 'ɵɵi18nApply': ɵɵi18nApply,
22866
+ 'ɵɵi18nPostprocess': ɵɵi18nPostprocess,
22867
+ 'ɵɵi18nLocalize': ɵɵi18nLocalize,
22868
+ 'ɵɵresolveWindow': ɵɵresolveWindow,
22869
+ 'ɵɵresolveDocument': ɵɵresolveDocument,
22870
+ 'ɵɵresolveBody': ɵɵresolveBody,
22871
+ 'ɵɵsetComponentScope': ɵɵsetComponentScope,
22872
+ 'ɵɵsetNgModuleScope': ɵɵsetNgModuleScope,
22873
+ 'ɵɵsanitizeHtml': ɵɵsanitizeHtml,
22874
+ 'ɵɵsanitizeStyle': ɵɵsanitizeStyle,
22875
+ 'ɵɵdefaultStyleSanitizer': ɵɵdefaultStyleSanitizer,
22876
+ 'ɵɵsanitizeResourceUrl': ɵɵsanitizeResourceUrl,
22877
+ 'ɵɵsanitizeScript': ɵɵsanitizeScript,
22878
+ 'ɵɵsanitizeUrl': ɵɵsanitizeUrl,
22879
+ 'ɵɵsanitizeUrlOrResourceUrl': ɵɵsanitizeUrlOrResourceUrl,
22879
22880
  'ɵregisterNgModuleType': registerNgModuleType,
22880
22881
  }); };
22881
22882
  /**
@@ -22964,11 +22965,13 @@ function compileNgModuleDefs(moduleType, ngModule) {
22964
22965
  if (ngModuleDef === null) {
22965
22966
  ngModuleDef = getCompilerFacade().compileNgModule(angularCoreEnv, "ng:///" + moduleType.name + "/ngModuleDef.js", {
22966
22967
  type: moduleType,
22967
- bootstrap: flatten(ngModule.bootstrap || EMPTY_ARRAY$4, resolveForwardRef),
22968
+ bootstrap: flatten(ngModule.bootstrap || EMPTY_ARRAY$4).map(resolveForwardRef),
22968
22969
  declarations: declarations.map(resolveForwardRef),
22969
- imports: flatten(ngModule.imports || EMPTY_ARRAY$4, resolveForwardRef)
22970
+ imports: flatten(ngModule.imports || EMPTY_ARRAY$4)
22971
+ .map(resolveForwardRef)
22970
22972
  .map(expandModuleWithProviders),
22971
- exports: flatten(ngModule.exports || EMPTY_ARRAY$4, resolveForwardRef)
22973
+ exports: flatten(ngModule.exports || EMPTY_ARRAY$4)
22974
+ .map(resolveForwardRef)
22972
22975
  .map(expandModuleWithProviders),
22973
22976
  emitInline: true,
22974
22977
  schemas: ngModule.schemas ? flatten(ngModule.schemas) : null,
@@ -23012,17 +23015,18 @@ function verifySemanticsOfNgModuleDef(moduleType) {
23012
23015
  var errors = [];
23013
23016
  var declarations = maybeUnwrapFn(ngModuleDef.declarations);
23014
23017
  var imports = maybeUnwrapFn(ngModuleDef.imports);
23015
- flatten(imports, unwrapModuleWithProvidersImports).forEach(verifySemanticsOfNgModuleDef);
23018
+ flatten(imports).map(unwrapModuleWithProvidersImports).forEach(verifySemanticsOfNgModuleDef);
23016
23019
  var exports = maybeUnwrapFn(ngModuleDef.exports);
23017
23020
  declarations.forEach(verifyDeclarationsHaveDefinitions);
23018
- var combinedDeclarations = __spread(declarations.map(resolveForwardRef), flatten(imports.map(computeCombinedExports), resolveForwardRef));
23021
+ var combinedDeclarations = __spread(declarations.map(resolveForwardRef), flatten(imports.map(computeCombinedExports)).map(resolveForwardRef));
23019
23022
  exports.forEach(verifyExportsAreDeclaredOrReExported);
23020
23023
  declarations.forEach(verifyDeclarationIsUnique);
23021
23024
  declarations.forEach(verifyComponentEntryComponentsIsPartOfNgModule);
23022
23025
  var ngModule = getAnnotation(moduleType, 'NgModule');
23023
23026
  if (ngModule) {
23024
23027
  ngModule.imports &&
23025
- flatten(ngModule.imports, unwrapModuleWithProvidersImports)
23028
+ flatten(ngModule.imports)
23029
+ .map(unwrapModuleWithProvidersImports)
23026
23030
  .forEach(verifySemanticsOfNgModuleDef);
23027
23031
  ngModule.bootstrap && ngModule.bootstrap.forEach(verifyCorrectBootstrapType);
23028
23032
  ngModule.bootstrap && ngModule.bootstrap.forEach(verifyComponentIsPartOfNgModule);
@@ -23692,7 +23696,7 @@ function preR3NgModuleCompile(moduleType, metadata) {
23692
23696
  if (metadata && metadata.exports) {
23693
23697
  imports = __spread(imports, [metadata.exports]);
23694
23698
  }
23695
- moduleType.ngInjectorDef = ΔdefineInjector({
23699
+ moduleType.ngInjectorDef = ɵɵdefineInjector({
23696
23700
  factory: convertInjectableProviderToFactory(moduleType, { useClass: moduleType }),
23697
23701
  providers: metadata && metadata.providers,
23698
23702
  imports: imports,
@@ -24048,6 +24052,7 @@ function noopScope(arg0, arg1) {
24048
24052
  * an exception is expected during normal execution while profiling.
24049
24053
  *
24050
24054
  * @publicApi
24055
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
24051
24056
  */
24052
24057
  var wtfCreateScope = wtfEnabled ? createScope : function (signature, flags) { return noopScope; };
24053
24058
  /**
@@ -24058,6 +24063,7 @@ var wtfCreateScope = wtfEnabled ? createScope : function (signature, flags) { re
24058
24063
  *
24059
24064
  * Returns the `returnValue for easy chaining.
24060
24065
  * @publicApi
24066
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
24061
24067
  */
24062
24068
  var wtfLeave = wtfEnabled ? leave : function (s, r) { return r; };
24063
24069
  /**
@@ -24072,6 +24078,7 @@ var wtfLeave = wtfEnabled ? leave : function (s, r) { return r; };
24072
24078
  * });
24073
24079
  * }
24074
24080
  * @publicApi
24081
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
24075
24082
  */
24076
24083
  var wtfStartTimeRange = wtfEnabled ? startTimeRange : function (rangeType, action) { return null; };
24077
24084
  /**
@@ -24079,6 +24086,7 @@ var wtfStartTimeRange = wtfEnabled ? startTimeRange : function (rangeType, actio
24079
24086
  * [range] is the return value from [wtfStartTimeRange] Async ranges only work if WTF has been
24080
24087
  * enabled.
24081
24088
  * @publicApi
24089
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
24082
24090
  */
24083
24091
  var wtfEndTimeRange = wtfEnabled ? endTimeRange : function (r) { return null; };
24084
24092
 
@@ -28709,5 +28717,5 @@ var NgModuleFactory_ = /** @class */ (function (_super) {
28709
28717
  * Generated bundle index. Do not edit.
28710
28718
  */
28711
28719
 
28712
- export { APPLICATION_MODULE_PROVIDERS as ɵangular_packages_core_core_r, _iterableDiffersFactory as ɵangular_packages_core_core_o, _keyValueDiffersFactory as ɵangular_packages_core_core_p, _localeFactory as ɵangular_packages_core_core_q, zoneSchedulerFactory as ɵangular_packages_core_core_s, _appIdRandomProviderFactory as ɵangular_packages_core_core_f, DefaultIterableDifferFactory as ɵangular_packages_core_core_m, DefaultKeyValueDifferFactory as ɵangular_packages_core_core_n, DebugElement__PRE_R3__ as ɵangular_packages_core_core_l, DebugNode__PRE_R3__ as ɵangular_packages_core_core_k, NullInjector as ɵangular_packages_core_core_a, injectInjectorOnly as ɵangular_packages_core_core_b, ReflectiveInjector_ as ɵangular_packages_core_core_c, ReflectiveDependency as ɵangular_packages_core_core_d, resolveReflectiveProviders as ɵangular_packages_core_core_e, getModuleFactory__PRE_R3__ as ɵangular_packages_core_core_j, wtfEnabled as ɵangular_packages_core_core_t, createScope as ɵangular_packages_core_core_v, detectWTF as ɵangular_packages_core_core_u, endTimeRange as ɵangular_packages_core_core_y, leave as ɵangular_packages_core_core_w, startTimeRange as ɵangular_packages_core_core_x, SCHEDULER as ɵangular_packages_core_core_bb, injectAttributeImpl as ɵangular_packages_core_core_bc, getLView as ɵangular_packages_core_core_bd, getPreviousOrParentTNode as ɵangular_packages_core_core_be, nextContextImpl as ɵangular_packages_core_core_bf, BoundPlayerFactory as ɵangular_packages_core_core_bj, getRootContext as ɵangular_packages_core_core_bp, loadInternal as ɵangular_packages_core_core_bo, createElementRef as ɵangular_packages_core_core_g, createTemplateRef as ɵangular_packages_core_core_h, createViewRef as ɵangular_packages_core_core_i, getUrlSanitizer as ɵangular_packages_core_core_bh, noSideEffects as ɵangular_packages_core_core_bn, makeParamDecorator as ɵangular_packages_core_core_bk, makePropDecorator as ɵangular_packages_core_core_bl, getClosureSafeProperty as ɵangular_packages_core_core_bq, _def as ɵangular_packages_core_core_z, DebugContext as ɵangular_packages_core_core_ba, createPlatform, assertPlatform, destroyPlatform, getPlatform, PlatformRef, ApplicationRef, createPlatformFactory, NgProbeToken, enableProdMode, isDevMode, APP_ID, PACKAGE_ROOT_URL, PLATFORM_INITIALIZER, PLATFORM_ID, APP_BOOTSTRAP_LISTENER, APP_INITIALIZER, ApplicationInitStatus, DebugElement, DebugEventListener, DebugNode, asNativeElements, getDebugNode, Testability, TestabilityRegistry, setTestabilityGetter, TRANSLATIONS$1 as TRANSLATIONS, TRANSLATIONS_FORMAT, LOCALE_ID, MissingTranslationStrategy, ApplicationModule, wtfCreateScope, wtfLeave, wtfStartTimeRange, wtfEndTimeRange, Type, EventEmitter, ErrorHandler, Sanitizer, SecurityContext, Attribute, ANALYZE_FOR_ENTRY_COMPONENTS, ContentChild, ContentChildren, Query, ViewChild, ViewChildren, Component, Directive, HostBinding, HostListener, Input, Output, Pipe, NgModule, CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA, ViewEncapsulation, Version, VERSION, InjectFlags, ΔdefineInjectable, defineInjectable, ɵɵdefineInjectable, ΔdefineInjector, forwardRef, resolveForwardRef, Injectable, INJECTOR, Injector, Δinject, inject, ɵɵinject, ReflectiveInjector, ResolvedReflectiveFactory, ReflectiveKey, InjectionToken, Inject, Optional, Self, SkipSelf, Host, ɵ0, ɵ1, NgZone, NoopNgZone as ɵNoopNgZone, RenderComponentType, Renderer, Renderer2, RendererFactory2, RendererStyleFlags2, RootRenderer, COMPILER_OPTIONS, Compiler, CompilerFactory, ModuleWithComponentFactories, ComponentFactory, ComponentFactory as ɵComponentFactory, ComponentRef, ComponentFactoryResolver, ElementRef, NgModuleFactory, NgModuleRef, NgModuleFactoryLoader, getModuleFactory, QueryList, SystemJsNgModuleLoader, SystemJsNgModuleLoaderConfig, TemplateRef, ViewContainerRef, EmbeddedViewRef, ViewRef$1 as ViewRef, ChangeDetectionStrategy, ChangeDetectorRef, DefaultIterableDiffer, IterableDiffers, KeyValueDiffers, SimpleChange, WrappedValue, platformCore, ALLOW_MULTIPLE_PLATFORMS as ɵALLOW_MULTIPLE_PLATFORMS, APP_ID_RANDOM_PROVIDER as ɵAPP_ID_RANDOM_PROVIDER, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, devModeEqual as ɵdevModeEqual, isListLikeIterable as ɵisListLikeIterable, ChangeDetectorStatus as ɵChangeDetectorStatus, isDefaultChangeDetectionStrategy as ɵisDefaultChangeDetectionStrategy, Console as ɵConsole, setCurrentInjector as ɵsetCurrentInjector, getInjectableDef as ɵgetInjectableDef, APP_ROOT as ɵAPP_ROOT, ivyEnabled as ɵivyEnabled, CodegenComponentFactoryResolver as ɵCodegenComponentFactoryResolver, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, resolveComponentResources as ɵresolveComponentResources, ReflectionCapabilities as ɵReflectionCapabilities, RenderDebugInfo as ɵRenderDebugInfo, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeStyle as ɵ_sanitizeStyle, _sanitizeUrl as ɵ_sanitizeUrl, _global as ɵglobal, looseIdentical as ɵlooseIdentical, stringify as ɵstringify, makeDecorator as ɵmakeDecorator, isObservable as ɵisObservable, isPromise as ɵisPromise, clearOverrides as ɵclearOverrides, initServicesIfNeeded as ɵinitServicesIfNeeded, overrideComponentView as ɵoverrideComponentView, overrideProvider as ɵoverrideProvider, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, ΔdefineBase, ΔdefineComponent, ΔdefineDirective, ΔdefinePipe, ΔdefineNgModule, detectChanges as ɵdetectChanges, renderComponent as ɵrenderComponent, ComponentFactory$1 as ɵRender3ComponentFactory, ComponentRef$1 as ɵRender3ComponentRef, ΔdirectiveInject, ΔinjectAttribute, ΔgetFactoryOf, ΔgetInheritedFactory, ΔsetComponentScope, ΔsetNgModuleScope, ΔtemplateRefExtractor, ΔProvidersFeature, ΔInheritDefinitionFeature, ΔNgOnChangesFeature, LifecycleHooksFeature as ɵLifecycleHooksFeature, NgModuleRef$1 as ɵRender3NgModuleRef, markDirty as ɵmarkDirty, NgModuleFactory$1 as ɵNgModuleFactory, NO_CHANGE as ɵNO_CHANGE, Δcontainer, ΔnextContext, ΔelementStart, ΔnamespaceHTML, ΔnamespaceMathML, ΔnamespaceSVG, Δelement, Δlistener, Δtext, ΔembeddedViewStart, Δprojection, Δbind, Δinterpolation1, Δinterpolation2, Δinterpolation3, Δinterpolation4, Δinterpolation5, Δinterpolation6, Δinterpolation7, Δinterpolation8, ΔinterpolationV, ΔpipeBind1, ΔpipeBind2, ΔpipeBind3, ΔpipeBind4, ΔpipeBindV, ΔpureFunction0, ΔpureFunction1, ΔpureFunction2, ΔpureFunction3, ΔpureFunction4, ΔpureFunction5, ΔpureFunction6, ΔpureFunction7, ΔpureFunction8, ΔpureFunctionV, ΔgetCurrentView, getDirectives as ɵgetDirectives, getHostElement as ɵgetHostElement, ΔrestoreView, ΔcontainerRefreshStart, ΔcontainerRefreshEnd, ΔqueryRefresh, ΔviewQuery, ΔstaticViewQuery, ΔstaticContentQuery, ΔloadViewQuery, ΔcontentQuery, ΔloadContentQuery, ΔelementEnd, ΔelementProperty, Δproperty, ΔpropertyInterpolate, ΔpropertyInterpolate1, ΔpropertyInterpolate2, ΔpropertyInterpolate3, ΔpropertyInterpolate4, ΔpropertyInterpolate5, ΔpropertyInterpolate6, ΔpropertyInterpolate7, ΔpropertyInterpolate8, ΔpropertyInterpolateV, ΔcomponentHostSyntheticProperty, ΔcomponentHostSyntheticListener, ΔprojectionDef, Δreference, ΔenableBindings, ΔdisableBindings, ΔallocHostVars, ΔelementAttribute, ΔelementContainerStart, ΔelementContainerEnd, ΔelementStyling, ΔelementStylingMap, ΔelementStyleProp, ΔelementStylingApply, ΔelementClassProp, ΔelementHostAttrs, ΔelementHostStyling, ΔelementHostStylingMap, ΔelementHostStyleProp, ΔelementHostClassProp, ΔelementHostStylingApply, Δselect, ΔtextBinding, Δtemplate, ΔembeddedViewEnd, store as ɵstore, Δload, Δpipe, whenRendered as ɵwhenRendered, Δi18n, Δi18nAttributes, Δi18nExp, Δi18nStart, Δi18nEnd, Δi18nApply, Δi18nPostprocess, i18nConfigureLocalize as ɵi18nConfigureLocalize, Δi18nLocalize, setClassMetadata as ɵsetClassMetadata, ΔresolveWindow, ΔresolveDocument, ΔresolveBody, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, patchComponentDefWithScope as ɵpatchComponentDefWithScope, resetCompiledComponents as ɵresetCompiledComponents, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, transitiveScopesFor as ɵtransitiveScopesFor, compilePipe as ɵcompilePipe, ΔsanitizeHtml, ΔsanitizeStyle, ΔdefaultStyleSanitizer, ΔsanitizeScript, ΔsanitizeUrl, ΔsanitizeResourceUrl, ΔsanitizeUrlOrResourceUrl, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, getLContext as ɵgetLContext, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_COMPONENT_DEF as ɵNG_COMPONENT_DEF, NG_DIRECTIVE_DEF as ɵNG_DIRECTIVE_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NG_MODULE_DEF as ɵNG_MODULE_DEF, NG_BASE_DEF as ɵNG_BASE_DEF, NG_INJECTABLE_DEF as ɵNG_INJECTABLE_DEF, NG_INJECTOR_DEF as ɵNG_INJECTOR_DEF, bindPlayerFactory as ɵbindPlayerFactory, addPlayer as ɵaddPlayer, getPlayers as ɵgetPlayers, compileNgModuleFactory__POST_R3__ as ɵcompileNgModuleFactory__POST_R3__, isBoundToModule__POST_R3__ as ɵisBoundToModule__POST_R3__, SWITCH_COMPILE_COMPONENT__POST_R3__ as ɵSWITCH_COMPILE_COMPONENT__POST_R3__, SWITCH_COMPILE_DIRECTIVE__POST_R3__ as ɵSWITCH_COMPILE_DIRECTIVE__POST_R3__, SWITCH_COMPILE_PIPE__POST_R3__ as ɵSWITCH_COMPILE_PIPE__POST_R3__, SWITCH_COMPILE_NGMODULE__POST_R3__ as ɵSWITCH_COMPILE_NGMODULE__POST_R3__, getDebugNode__POST_R3__ as ɵgetDebugNode__POST_R3__, SWITCH_COMPILE_INJECTABLE__POST_R3__ as ɵSWITCH_COMPILE_INJECTABLE__POST_R3__, SWITCH_IVY_ENABLED__POST_R3__ as ɵSWITCH_IVY_ENABLED__POST_R3__, SWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__ as ɵSWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__, Compiler_compileModuleSync__POST_R3__ as ɵCompiler_compileModuleSync__POST_R3__, Compiler_compileModuleAsync__POST_R3__ as ɵCompiler_compileModuleAsync__POST_R3__, Compiler_compileModuleAndAllComponentsSync__POST_R3__ as ɵCompiler_compileModuleAndAllComponentsSync__POST_R3__, Compiler_compileModuleAndAllComponentsAsync__POST_R3__ as ɵCompiler_compileModuleAndAllComponentsAsync__POST_R3__, SWITCH_ELEMENT_REF_FACTORY__POST_R3__ as ɵSWITCH_ELEMENT_REF_FACTORY__POST_R3__, SWITCH_TEMPLATE_REF_FACTORY__POST_R3__ as ɵSWITCH_TEMPLATE_REF_FACTORY__POST_R3__, SWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__ as ɵSWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__, SWITCH_RENDERER2_FACTORY__POST_R3__ as ɵSWITCH_RENDERER2_FACTORY__POST_R3__, getModuleFactory__POST_R3__ as ɵgetModuleFactory__POST_R3__, registerNgModuleType as ɵregisterNgModuleType, publishGlobalUtil as ɵpublishGlobalUtil, publishDefaultGlobalUtils as ɵpublishDefaultGlobalUtils, createInjector as ɵcreateInjector, registerModuleFactory as ɵregisterModuleFactory, EMPTY_ARRAY$3 as ɵEMPTY_ARRAY, EMPTY_MAP as ɵEMPTY_MAP, anchorDef as ɵand, createComponentFactory as ɵccf, createNgModuleFactory as ɵcmf, createRendererType2 as ɵcrt, directiveDef as ɵdid, elementDef as ɵeld, getComponentViewDefinitionFactory as ɵgetComponentViewDefinitionFactory, inlineInterpolate as ɵinlineInterpolate, interpolate as ɵinterpolate, moduleDef as ɵmod, moduleProvideDef as ɵmpd, ngContentDef as ɵncd, nodeValue as ɵnov, pipeDef as ɵpid, providerDef as ɵprd, pureArrayDef as ɵpad, pureObjectDef as ɵpod, purePipeDef as ɵppd, queryDef as ɵqud, textDef as ɵted, unwrapValue as ɵunv, viewDef as ɵvid };
28720
+ export { APPLICATION_MODULE_PROVIDERS as ɵangular_packages_core_core_r, _iterableDiffersFactory as ɵangular_packages_core_core_o, _keyValueDiffersFactory as ɵangular_packages_core_core_p, _localeFactory as ɵangular_packages_core_core_q, zoneSchedulerFactory as ɵangular_packages_core_core_s, _appIdRandomProviderFactory as ɵangular_packages_core_core_f, DefaultIterableDifferFactory as ɵangular_packages_core_core_m, DefaultKeyValueDifferFactory as ɵangular_packages_core_core_n, DebugElement__PRE_R3__ as ɵangular_packages_core_core_l, DebugNode__PRE_R3__ as ɵangular_packages_core_core_k, NullInjector as ɵangular_packages_core_core_a, injectInjectorOnly as ɵangular_packages_core_core_b, ReflectiveInjector_ as ɵangular_packages_core_core_c, ReflectiveDependency as ɵangular_packages_core_core_d, resolveReflectiveProviders as ɵangular_packages_core_core_e, getModuleFactory__PRE_R3__ as ɵangular_packages_core_core_j, wtfEnabled as ɵangular_packages_core_core_t, createScope as ɵangular_packages_core_core_v, detectWTF as ɵangular_packages_core_core_u, endTimeRange as ɵangular_packages_core_core_y, leave as ɵangular_packages_core_core_w, startTimeRange as ɵangular_packages_core_core_x, SCHEDULER as ɵangular_packages_core_core_bb, injectAttributeImpl as ɵangular_packages_core_core_bc, getLView as ɵangular_packages_core_core_bd, getPreviousOrParentTNode as ɵangular_packages_core_core_be, nextContextImpl as ɵangular_packages_core_core_bf, BoundPlayerFactory as ɵangular_packages_core_core_bj, getRootContext as ɵangular_packages_core_core_bp, loadInternal as ɵangular_packages_core_core_bo, createElementRef as ɵangular_packages_core_core_g, createTemplateRef as ɵangular_packages_core_core_h, createViewRef as ɵangular_packages_core_core_i, getUrlSanitizer as ɵangular_packages_core_core_bh, noSideEffects as ɵangular_packages_core_core_bn, makeParamDecorator as ɵangular_packages_core_core_bk, makePropDecorator as ɵangular_packages_core_core_bl, getClosureSafeProperty as ɵangular_packages_core_core_bq, _def as ɵangular_packages_core_core_z, DebugContext as ɵangular_packages_core_core_ba, createPlatform, assertPlatform, destroyPlatform, getPlatform, PlatformRef, ApplicationRef, createPlatformFactory, NgProbeToken, enableProdMode, isDevMode, APP_ID, PACKAGE_ROOT_URL, PLATFORM_INITIALIZER, PLATFORM_ID, APP_BOOTSTRAP_LISTENER, APP_INITIALIZER, ApplicationInitStatus, DebugElement, DebugEventListener, DebugNode, asNativeElements, getDebugNode, Testability, TestabilityRegistry, setTestabilityGetter, TRANSLATIONS$1 as TRANSLATIONS, TRANSLATIONS_FORMAT, LOCALE_ID, MissingTranslationStrategy, ApplicationModule, wtfCreateScope, wtfLeave, wtfStartTimeRange, wtfEndTimeRange, Type, EventEmitter, ErrorHandler, Sanitizer, SecurityContext, Attribute, ANALYZE_FOR_ENTRY_COMPONENTS, ContentChild, ContentChildren, Query, ViewChild, ViewChildren, Component, Directive, HostBinding, HostListener, Input, Output, Pipe, NgModule, CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA, ViewEncapsulation, Version, VERSION, InjectFlags, ɵɵdefineInjectable, defineInjectable, ɵɵdefineInjector, forwardRef, resolveForwardRef, Injectable, INJECTOR, Injector, ɵɵinject, inject, ReflectiveInjector, ResolvedReflectiveFactory, ReflectiveKey, InjectionToken, Inject, Optional, Self, SkipSelf, Host, ɵ0, ɵ1, NgZone, NoopNgZone as ɵNoopNgZone, RenderComponentType, Renderer, Renderer2, RendererFactory2, RendererStyleFlags2, RootRenderer, COMPILER_OPTIONS, Compiler, CompilerFactory, ModuleWithComponentFactories, ComponentFactory, ComponentFactory as ɵComponentFactory, ComponentRef, ComponentFactoryResolver, ElementRef, NgModuleFactory, NgModuleRef, NgModuleFactoryLoader, getModuleFactory, QueryList, SystemJsNgModuleLoader, SystemJsNgModuleLoaderConfig, TemplateRef, ViewContainerRef, EmbeddedViewRef, ViewRef$1 as ViewRef, ChangeDetectionStrategy, ChangeDetectorRef, DefaultIterableDiffer, IterableDiffers, KeyValueDiffers, SimpleChange, WrappedValue, platformCore, ALLOW_MULTIPLE_PLATFORMS as ɵALLOW_MULTIPLE_PLATFORMS, APP_ID_RANDOM_PROVIDER as ɵAPP_ID_RANDOM_PROVIDER, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, devModeEqual as ɵdevModeEqual, isListLikeIterable as ɵisListLikeIterable, ChangeDetectorStatus as ɵChangeDetectorStatus, isDefaultChangeDetectionStrategy as ɵisDefaultChangeDetectionStrategy, Console as ɵConsole, setCurrentInjector as ɵsetCurrentInjector, getInjectableDef as ɵgetInjectableDef, APP_ROOT as ɵAPP_ROOT, ivyEnabled as ɵivyEnabled, CodegenComponentFactoryResolver as ɵCodegenComponentFactoryResolver, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, resolveComponentResources as ɵresolveComponentResources, ReflectionCapabilities as ɵReflectionCapabilities, RenderDebugInfo as ɵRenderDebugInfo, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeStyle as ɵ_sanitizeStyle, _sanitizeUrl as ɵ_sanitizeUrl, _global as ɵglobal, looseIdentical as ɵlooseIdentical, stringify as ɵstringify, makeDecorator as ɵmakeDecorator, isObservable as ɵisObservable, isPromise as ɵisPromise, clearOverrides as ɵclearOverrides, initServicesIfNeeded as ɵinitServicesIfNeeded, overrideComponentView as ɵoverrideComponentView, overrideProvider as ɵoverrideProvider, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, ɵɵdefineBase, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefinePipe, ɵɵdefineNgModule, detectChanges as ɵdetectChanges, renderComponent as ɵrenderComponent, ComponentFactory$1 as ɵRender3ComponentFactory, ComponentRef$1 as ɵRender3ComponentRef, ɵɵdirectiveInject, ɵɵinjectAttribute, ɵɵgetFactoryOf, ɵɵgetInheritedFactory, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵtemplateRefExtractor, ɵɵProvidersFeature, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, LifecycleHooksFeature as ɵLifecycleHooksFeature, NgModuleRef$1 as ɵRender3NgModuleRef, markDirty as ɵmarkDirty, NgModuleFactory$1 as ɵNgModuleFactory, NO_CHANGE as ɵNO_CHANGE, ɵɵcontainer, ɵɵnextContext, ɵɵelementStart, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵelement, ɵɵlistener, ɵɵtext, ɵɵembeddedViewStart, ɵɵprojection, ɵɵbind, ɵɵinterpolation1, ɵɵinterpolation2, ɵɵinterpolation3, ɵɵinterpolation4, ɵɵinterpolation5, ɵɵinterpolation6, ɵɵinterpolation7, ɵɵinterpolation8, ɵɵinterpolationV, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵgetCurrentView, getDirectives as ɵgetDirectives, getHostElement as ɵgetHostElement, ɵɵrestoreView, ɵɵcontainerRefreshStart, ɵɵcontainerRefreshEnd, ɵɵqueryRefresh, ɵɵviewQuery, ɵɵstaticViewQuery, ɵɵstaticContentQuery, ɵɵloadViewQuery, ɵɵcontentQuery, ɵɵloadContentQuery, ɵɵelementEnd, ɵɵelementProperty, ɵɵproperty, ɵɵpropertyInterpolate, ɵɵpropertyInterpolate1, ɵɵpropertyInterpolate2, ɵɵpropertyInterpolate3, ɵɵpropertyInterpolate4, ɵɵpropertyInterpolate5, ɵɵpropertyInterpolate6, ɵɵpropertyInterpolate7, ɵɵpropertyInterpolate8, ɵɵpropertyInterpolateV, ɵɵcomponentHostSyntheticProperty, ɵɵcomponentHostSyntheticListener, ɵɵprojectionDef, ɵɵreference, ɵɵenableBindings, ɵɵdisableBindings, ɵɵallocHostVars, ɵɵelementAttribute, ɵɵelementContainerStart, ɵɵelementContainerEnd, ɵɵelementStyling, ɵɵelementStylingMap, ɵɵelementStyleProp, ɵɵelementStylingApply, ɵɵelementClassProp, ɵɵelementHostAttrs, ɵɵelementHostStyling, ɵɵelementHostStylingMap, ɵɵelementHostStyleProp, ɵɵelementHostClassProp, ɵɵelementHostStylingApply, ɵɵselect, ɵɵtextBinding, ɵɵtemplate, ɵɵembeddedViewEnd, store as ɵstore, ɵɵload, ɵɵpipe, whenRendered as ɵwhenRendered, ɵɵi18n, ɵɵi18nAttributes, ɵɵi18nExp, ɵɵi18nStart, ɵɵi18nEnd, ɵɵi18nApply, ɵɵi18nPostprocess, i18nConfigureLocalize as ɵi18nConfigureLocalize, ɵɵi18nLocalize, setClassMetadata as ɵsetClassMetadata, ɵɵresolveWindow, ɵɵresolveDocument, ɵɵresolveBody, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, patchComponentDefWithScope as ɵpatchComponentDefWithScope, resetCompiledComponents as ɵresetCompiledComponents, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, transitiveScopesFor as ɵtransitiveScopesFor, compilePipe as ɵcompilePipe, ɵɵsanitizeHtml, ɵɵsanitizeStyle, ɵɵdefaultStyleSanitizer, ɵɵsanitizeScript, ɵɵsanitizeUrl, ɵɵsanitizeResourceUrl, ɵɵsanitizeUrlOrResourceUrl, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, getLContext as ɵgetLContext, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_COMPONENT_DEF as ɵNG_COMPONENT_DEF, NG_DIRECTIVE_DEF as ɵNG_DIRECTIVE_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NG_MODULE_DEF as ɵNG_MODULE_DEF, NG_BASE_DEF as ɵNG_BASE_DEF, NG_INJECTABLE_DEF as ɵNG_INJECTABLE_DEF, NG_INJECTOR_DEF as ɵNG_INJECTOR_DEF, bindPlayerFactory as ɵbindPlayerFactory, addPlayer as ɵaddPlayer, getPlayers as ɵgetPlayers, compileNgModuleFactory__POST_R3__ as ɵcompileNgModuleFactory__POST_R3__, isBoundToModule__POST_R3__ as ɵisBoundToModule__POST_R3__, SWITCH_COMPILE_COMPONENT__POST_R3__ as ɵSWITCH_COMPILE_COMPONENT__POST_R3__, SWITCH_COMPILE_DIRECTIVE__POST_R3__ as ɵSWITCH_COMPILE_DIRECTIVE__POST_R3__, SWITCH_COMPILE_PIPE__POST_R3__ as ɵSWITCH_COMPILE_PIPE__POST_R3__, SWITCH_COMPILE_NGMODULE__POST_R3__ as ɵSWITCH_COMPILE_NGMODULE__POST_R3__, getDebugNode__POST_R3__ as ɵgetDebugNode__POST_R3__, SWITCH_COMPILE_INJECTABLE__POST_R3__ as ɵSWITCH_COMPILE_INJECTABLE__POST_R3__, SWITCH_IVY_ENABLED__POST_R3__ as ɵSWITCH_IVY_ENABLED__POST_R3__, SWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__ as ɵSWITCH_CHANGE_DETECTOR_REF_FACTORY__POST_R3__, Compiler_compileModuleSync__POST_R3__ as ɵCompiler_compileModuleSync__POST_R3__, Compiler_compileModuleAsync__POST_R3__ as ɵCompiler_compileModuleAsync__POST_R3__, Compiler_compileModuleAndAllComponentsSync__POST_R3__ as ɵCompiler_compileModuleAndAllComponentsSync__POST_R3__, Compiler_compileModuleAndAllComponentsAsync__POST_R3__ as ɵCompiler_compileModuleAndAllComponentsAsync__POST_R3__, SWITCH_ELEMENT_REF_FACTORY__POST_R3__ as ɵSWITCH_ELEMENT_REF_FACTORY__POST_R3__, SWITCH_TEMPLATE_REF_FACTORY__POST_R3__ as ɵSWITCH_TEMPLATE_REF_FACTORY__POST_R3__, SWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__ as ɵSWITCH_VIEW_CONTAINER_REF_FACTORY__POST_R3__, SWITCH_RENDERER2_FACTORY__POST_R3__ as ɵSWITCH_RENDERER2_FACTORY__POST_R3__, getModuleFactory__POST_R3__ as ɵgetModuleFactory__POST_R3__, registerNgModuleType as ɵregisterNgModuleType, publishGlobalUtil as ɵpublishGlobalUtil, publishDefaultGlobalUtils as ɵpublishDefaultGlobalUtils, createInjector as ɵcreateInjector, registerModuleFactory as ɵregisterModuleFactory, EMPTY_ARRAY$3 as ɵEMPTY_ARRAY, EMPTY_MAP as ɵEMPTY_MAP, anchorDef as ɵand, createComponentFactory as ɵccf, createNgModuleFactory as ɵcmf, createRendererType2 as ɵcrt, directiveDef as ɵdid, elementDef as ɵeld, getComponentViewDefinitionFactory as ɵgetComponentViewDefinitionFactory, inlineInterpolate as ɵinlineInterpolate, interpolate as ɵinterpolate, moduleDef as ɵmod, moduleProvideDef as ɵmpd, ngContentDef as ɵncd, nodeValue as ɵnov, pipeDef as ɵpid, providerDef as ɵprd, pureArrayDef as ɵpad, pureObjectDef as ɵpod, purePipeDef as ɵppd, queryDef as ɵqud, textDef as ɵted, unwrapValue as ɵunv, viewDef as ɵvid };
28713
28721
  //# sourceMappingURL=core.js.map