@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/fesm2015/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
  */
@@ -272,23 +272,17 @@ function fillProperties(target, source) {
272
272
  *
273
273
  * @codeGenApi
274
274
  */
275
- function ΔdefineInjectable(opts) {
275
+ function ɵɵdefineInjectable(opts) {
276
276
  return {
277
277
  providedIn: opts.providedIn || null, factory: opts.factory, value: undefined,
278
278
  };
279
279
  }
280
280
  /**
281
281
  * @deprecated in v8, delete after v10. This API should be used only be generated code, and that
282
- * code should now use ΔdefineInjectable instead.
282
+ * code should now use ɵɵdefineInjectable instead.
283
283
  * @publicApi
284
284
  */
285
- const defineInjectable = ΔdefineInjectable;
286
- /**
287
- * @deprecated delete before v8. Use `defineInjectable`, which is also deprecated, but will be
288
- * around until v10.
289
- * @publicApi
290
- */
291
- const ɵɵdefineInjectable = ΔdefineInjectable;
285
+ const defineInjectable = ɵɵdefineInjectable;
292
286
  /**
293
287
  * Construct an `InjectorDef` which configures an injector.
294
288
  *
@@ -309,7 +303,7 @@ const ɵɵdefineInjectable = ΔdefineInjectable;
309
303
  *
310
304
  * @publicApi
311
305
  */
312
- function ΔdefineInjector(options) {
306
+ function ɵɵdefineInjector(options) {
313
307
  return {
314
308
  factory: options.factory, providers: options.providers || [], imports: options.imports || [],
315
309
  };
@@ -538,7 +532,7 @@ function injectInjectorOnly(token, flags = InjectFlags.Default) {
538
532
  * @param {?=} flags
539
533
  * @return {?}
540
534
  */
541
- function Δinject(token, flags = InjectFlags.Default) {
535
+ function ɵɵinject(token, flags = InjectFlags.Default) {
542
536
  return (_injectImplementation || injectInjectorOnly)(token, flags);
543
537
  }
544
538
  /**
@@ -566,13 +560,7 @@ function Δinject(token, flags = InjectFlags.Default) {
566
560
  * \@publicApi
567
561
  * @type {?}
568
562
  */
569
- const inject = Δinject;
570
- /**
571
- * @deprecated delete by v8, use `inject`.
572
- * \@codeGenApi
573
- * @type {?}
574
- */
575
- const ɵɵinject = Δinject;
563
+ const inject = ɵɵinject;
576
564
  /**
577
565
  * Injects `root` tokens in limp mode.
578
566
  *
@@ -635,10 +623,10 @@ function injectArgs(types) {
635
623
  type = meta;
636
624
  }
637
625
  }
638
- args.push(Δinject((/** @type {?} */ (type)), flags));
626
+ args.push(ɵɵinject((/** @type {?} */ (type)), flags));
639
627
  }
640
628
  else {
641
- args.push(Δinject(arg));
629
+ args.push(ɵɵinject(arg));
642
630
  }
643
631
  }
644
632
  return args;
@@ -655,10 +643,10 @@ function injectArgs(types) {
655
643
  * @type {?}
656
644
  */
657
645
  const angularCoreDiEnv = {
658
- 'ΔdefineInjectable': ΔdefineInjectable,
659
- 'ΔdefineInjector': ΔdefineInjector,
660
- 'Δinject': Δinject,
661
- 'ΔgetFactoryOf': getFactoryOf,
646
+ 'ɵɵdefineInjectable': ɵɵdefineInjectable,
647
+ 'ɵɵdefineInjector': ɵɵdefineInjector,
648
+ 'ɵɵinject': ɵɵinject,
649
+ 'ɵɵgetFactoryOf': getFactoryOf,
662
650
  };
663
651
  /**
664
652
  * @template T
@@ -1174,7 +1162,7 @@ function convertInjectableProviderToFactory(type, provider) {
1174
1162
  return (/**
1175
1163
  * @return {?}
1176
1164
  */
1177
- () => Δinject(existingProvider.useExisting));
1165
+ () => ɵɵinject(existingProvider.useExisting));
1178
1166
  }
1179
1167
  else if (((/** @type {?} */ (provider))).useFactory) {
1180
1168
  /** @type {?} */
@@ -1241,7 +1229,7 @@ const Injectable = makeDecorator('Injectable', undefined, undefined, undefined,
1241
1229
  */
1242
1230
  function render2CompileInjectable(injectableType, options) {
1243
1231
  if (options && options.providedIn !== undefined && !getInjectableDef(injectableType)) {
1244
- /** @nocollapse */ injectableType.ngInjectableDef = ΔdefineInjectable({
1232
+ /** @nocollapse */ injectableType.ngInjectableDef = ɵɵdefineInjectable({
1245
1233
  providedIn: options.providedIn,
1246
1234
  factory: convertInjectableProviderToFactory(injectableType, options),
1247
1235
  });
@@ -1318,7 +1306,7 @@ class InjectionToken {
1318
1306
  ((/** @type {?} */ (this))).__NG_ELEMENT_ID__ = options;
1319
1307
  }
1320
1308
  else if (options !== undefined) {
1321
- /** @nocollapse */ this.ngInjectableDef = ΔdefineInjectable({
1309
+ /** @nocollapse */ this.ngInjectableDef = ɵɵdefineInjectable({
1322
1310
  providedIn: options.providedIn || 'root',
1323
1311
  factory: options.factory,
1324
1312
  });
@@ -1411,12 +1399,12 @@ class Injector {
1411
1399
  Injector.THROW_IF_NOT_FOUND = _THROW_IF_NOT_FOUND;
1412
1400
  Injector.NULL = new NullInjector();
1413
1401
  /** @nocollapse */
1414
- /** @nocollapse */ Injector.ngInjectableDef = ΔdefineInjectable({
1402
+ /** @nocollapse */ Injector.ngInjectableDef = ɵɵdefineInjectable({
1415
1403
  providedIn: (/** @type {?} */ ('any')),
1416
1404
  factory: (/**
1417
1405
  * @return {?}
1418
1406
  */
1419
- () => Δinject(INJECTOR)),
1407
+ () => ɵɵinject(INJECTOR)),
1420
1408
  });
1421
1409
  /**
1422
1410
  * \@internal
@@ -3503,7 +3491,7 @@ let _renderCompCount = 0;
3503
3491
  * @param {?} componentDefinition
3504
3492
  * @return {?}
3505
3493
  */
3506
- function ΔdefineComponent(componentDefinition) {
3494
+ function ɵɵdefineComponent(componentDefinition) {
3507
3495
  /** @type {?} */
3508
3496
  const type = componentDefinition.type;
3509
3497
  /** @type {?} */
@@ -3590,7 +3578,7 @@ function ΔdefineComponent(componentDefinition) {
3590
3578
  // be retrieved through the node injector, so this isn't a problem.
3591
3579
  if (!type.hasOwnProperty(NG_INJECTABLE_DEF)) {
3592
3580
  ((/** @type {?} */ (type)))[NG_INJECTABLE_DEF] =
3593
- ΔdefineInjectable({ factory: (/** @type {?} */ (componentDefinition.factory)) });
3581
+ ɵɵdefineInjectable({ factory: (/** @type {?} */ (componentDefinition.factory)) });
3594
3582
  }
3595
3583
  }))));
3596
3584
  return (/** @type {?} */ (def));
@@ -3602,7 +3590,7 @@ function ΔdefineComponent(componentDefinition) {
3602
3590
  * @param {?} pipes
3603
3591
  * @return {?}
3604
3592
  */
3605
- function ΔsetComponentScope(type, directives, pipes) {
3593
+ function ɵɵsetComponentScope(type, directives, pipes) {
3606
3594
  /** @type {?} */
3607
3595
  const def = ((/** @type {?} */ (type.ngComponentDef)));
3608
3596
  def.directiveDefs = (/**
@@ -3644,7 +3632,7 @@ function extractPipeDef(type) {
3644
3632
  * @param {?} def
3645
3633
  * @return {?}
3646
3634
  */
3647
- function ΔdefineNgModule(def) {
3635
+ function ɵɵdefineNgModule(def) {
3648
3636
  /** @type {?} */
3649
3637
  const res = {
3650
3638
  type: def.type,
@@ -3670,7 +3658,7 @@ function ΔdefineNgModule(def) {
3670
3658
  * @param {?} scope
3671
3659
  * @return {?}
3672
3660
  */
3673
- function ΔsetNgModuleScope(type, scope) {
3661
+ function ɵɵsetNgModuleScope(type, scope) {
3674
3662
  return (/** @type {?} */ (noSideEffects((/**
3675
3663
  * @return {?}
3676
3664
  */
@@ -3769,7 +3757,7 @@ function invertObject(obj, secondary) {
3769
3757
  * # Example
3770
3758
  * ```ts
3771
3759
  * class ShouldBeInherited {
3772
- * static ngBaseDef = ΔdefineBase({
3760
+ * static ngBaseDef = ɵɵdefineBase({
3773
3761
  * ...
3774
3762
  * })
3775
3763
  * }
@@ -3781,7 +3769,7 @@ function invertObject(obj, secondary) {
3781
3769
  *
3782
3770
  * @return {?}
3783
3771
  */
3784
- function ΔdefineBase(baseDefinition) {
3772
+ function ɵɵdefineBase(baseDefinition) {
3785
3773
  /** @type {?} */
3786
3774
  const declaredInputs = (/** @type {?} */ ({}));
3787
3775
  return {
@@ -3800,7 +3788,7 @@ function ΔdefineBase(baseDefinition) {
3800
3788
  * class MyDirective {
3801
3789
  * // Generated by Angular Template Compiler
3802
3790
  * // [Symbol] syntax will not be supported by TypeScript until v2.7
3803
- * static ngDirectiveDef = ΔdefineDirective({
3791
+ * static ngDirectiveDef = ɵɵdefineDirective({
3804
3792
  * ...
3805
3793
  * });
3806
3794
  * }
@@ -3809,7 +3797,7 @@ function ΔdefineBase(baseDefinition) {
3809
3797
  * \@codeGenApi
3810
3798
  * @type {?}
3811
3799
  */
3812
- const ΔdefineDirective = (/** @type {?} */ ((/** @type {?} */ (ΔdefineComponent))));
3800
+ const ɵɵdefineDirective = (/** @type {?} */ ((/** @type {?} */ (ɵɵdefineComponent))));
3813
3801
  /**
3814
3802
  * Create a pipe definition object.
3815
3803
  *
@@ -3828,7 +3816,7 @@ const ΔdefineDirective = (/** @type {?} */ ((/** @type {?} */ (ΔdefineComponen
3828
3816
  *
3829
3817
  * @return {?}
3830
3818
  */
3831
- function ΔdefinePipe(pipeDef) {
3819
+ function ɵɵdefinePipe(pipeDef) {
3832
3820
  return (/** @type {?} */ (((/** @type {?} */ ({
3833
3821
  name: pipeDef.name,
3834
3822
  factory: pipeDef.factory,
@@ -3946,7 +3934,7 @@ const defaultScheduler = ((ɵ0$5))();
3946
3934
  * @param {?} element
3947
3935
  * @return {?}
3948
3936
  */
3949
- function ΔresolveWindow(element) {
3937
+ function ɵɵresolveWindow(element) {
3950
3938
  return { name: 'window', target: element.ownerDocument.defaultView };
3951
3939
  }
3952
3940
  /**
@@ -3955,7 +3943,7 @@ function ΔresolveWindow(element) {
3955
3943
  * @param {?} element
3956
3944
  * @return {?}
3957
3945
  */
3958
- function ΔresolveDocument(element) {
3946
+ function ɵɵresolveDocument(element) {
3959
3947
  return { name: 'document', target: element.ownerDocument };
3960
3948
  }
3961
3949
  /**
@@ -3964,7 +3952,7 @@ function ΔresolveDocument(element) {
3964
3952
  * @param {?} element
3965
3953
  * @return {?}
3966
3954
  */
3967
- function ΔresolveBody(element) {
3955
+ function ɵɵresolveBody(element) {
3968
3956
  return { name: 'body', target: element.ownerDocument.body };
3969
3957
  }
3970
3958
  /**
@@ -4972,18 +4960,18 @@ function getBindingsEnabled() {
4972
4960
  * Should match component / directive.
4973
4961
  * </my-comp>
4974
4962
  * <div ngNonBindable>
4975
- * <!-- ΔdisableBindings() -->
4963
+ * <!-- ɵɵdisableBindings() -->
4976
4964
  * <my-comp my-directive>
4977
4965
  * Should not match component / directive because we are in ngNonBindable.
4978
4966
  * </my-comp>
4979
- * <!-- ΔenableBindings() -->
4967
+ * <!-- ɵɵenableBindings() -->
4980
4968
  * </div>
4981
4969
  * ```
4982
4970
  *
4983
4971
  * \@codeGenApi
4984
4972
  * @return {?}
4985
4973
  */
4986
- function ΔenableBindings() {
4974
+ function ɵɵenableBindings() {
4987
4975
  bindingsEnabled = true;
4988
4976
  }
4989
4977
  /**
@@ -4995,18 +4983,18 @@ function ΔenableBindings() {
4995
4983
  * Should match component / directive.
4996
4984
  * </my-comp>
4997
4985
  * <div ngNonBindable>
4998
- * <!-- ΔdisableBindings() -->
4986
+ * <!-- ɵɵdisableBindings() -->
4999
4987
  * <my-comp my-directive>
5000
4988
  * Should not match component / directive because we are in ngNonBindable.
5001
4989
  * </my-comp>
5002
- * <!-- ΔenableBindings() -->
4990
+ * <!-- ɵɵenableBindings() -->
5003
4991
  * </div>
5004
4992
  * ```
5005
4993
  *
5006
4994
  * \@codeGenApi
5007
4995
  * @return {?}
5008
4996
  */
5009
- function ΔdisableBindings() {
4997
+ function ɵɵdisableBindings() {
5010
4998
  bindingsEnabled = false;
5011
4999
  }
5012
5000
  /**
@@ -5161,7 +5149,7 @@ function getActiveDirectiveSuperClassDepth() {
5161
5149
  *
5162
5150
  * @return {?}
5163
5151
  */
5164
- function ΔrestoreView(viewToRestore) {
5152
+ function ɵɵrestoreView(viewToRestore) {
5165
5153
  contextLView = (/** @type {?} */ ((/** @type {?} */ (viewToRestore))));
5166
5154
  }
5167
5155
  /**
@@ -5426,7 +5414,7 @@ let _currentNamespace = null;
5426
5414
  * \@codeGenApi
5427
5415
  * @return {?}
5428
5416
  */
5429
- function ΔnamespaceSVG() {
5417
+ function ɵɵnamespaceSVG() {
5430
5418
  _currentNamespace = 'http://www.w3.org/2000/svg';
5431
5419
  }
5432
5420
  /**
@@ -5435,7 +5423,7 @@ function ΔnamespaceSVG() {
5435
5423
  * \@codeGenApi
5436
5424
  * @return {?}
5437
5425
  */
5438
- function ΔnamespaceMathML() {
5426
+ function ɵɵnamespaceMathML() {
5439
5427
  _currentNamespace = 'http://www.w3.org/1998/MathML/';
5440
5428
  }
5441
5429
  /**
@@ -5445,7 +5433,7 @@ function ΔnamespaceMathML() {
5445
5433
  * \@codeGenApi
5446
5434
  * @return {?}
5447
5435
  */
5448
- function ΔnamespaceHTML() {
5436
+ function ɵɵnamespaceHTML() {
5449
5437
  _currentNamespace = null;
5450
5438
  }
5451
5439
  /**
@@ -7127,7 +7115,7 @@ class NodeInjector {
7127
7115
  * @param {?} type
7128
7116
  * @return {?}
7129
7117
  */
7130
- function ΔgetFactoryOf(type) {
7118
+ function ɵɵgetFactoryOf(type) {
7131
7119
  /** @type {?} */
7132
7120
  const typeAny = (/** @type {?} */ (type));
7133
7121
  /** @type {?} */
@@ -7144,11 +7132,11 @@ function ΔgetFactoryOf(type) {
7144
7132
  * @param {?} type
7145
7133
  * @return {?}
7146
7134
  */
7147
- function ΔgetInheritedFactory(type) {
7135
+ function ɵɵgetInheritedFactory(type) {
7148
7136
  /** @type {?} */
7149
7137
  const proto = (/** @type {?} */ (Object.getPrototypeOf(type.prototype).constructor));
7150
7138
  /** @type {?} */
7151
- const factory = ΔgetFactoryOf(proto);
7139
+ const factory = ɵɵgetFactoryOf(proto);
7152
7140
  if (factory !== null) {
7153
7141
  return factory;
7154
7142
  }
@@ -8184,7 +8172,7 @@ function _sanitizeStyle(value) {
8184
8172
  * and urls have been removed.
8185
8173
  *
8186
8174
  */
8187
- function ΔsanitizeHtml(unsafeHtml) {
8175
+ function ɵɵsanitizeHtml(unsafeHtml) {
8188
8176
  /** @type {?} */
8189
8177
  const sanitizer = getSanitizer();
8190
8178
  if (sanitizer) {
@@ -8210,7 +8198,7 @@ function ΔsanitizeHtml(unsafeHtml) {
8210
8198
  * dangerous javascript and urls have been removed.
8211
8199
  *
8212
8200
  */
8213
- function ΔsanitizeStyle(unsafeStyle) {
8201
+ function ɵɵsanitizeStyle(unsafeStyle) {
8214
8202
  /** @type {?} */
8215
8203
  const sanitizer = getSanitizer();
8216
8204
  if (sanitizer) {
@@ -8237,7 +8225,7 @@ function ΔsanitizeStyle(unsafeStyle) {
8237
8225
  * all of the dangerous javascript has been removed.
8238
8226
  *
8239
8227
  */
8240
- function ΔsanitizeUrl(unsafeUrl) {
8228
+ function ɵɵsanitizeUrl(unsafeUrl) {
8241
8229
  /** @type {?} */
8242
8230
  const sanitizer = getSanitizer();
8243
8231
  if (sanitizer) {
@@ -8259,7 +8247,7 @@ function ΔsanitizeUrl(unsafeUrl) {
8259
8247
  * only trusted `url`s have been allowed to pass.
8260
8248
  *
8261
8249
  */
8262
- function ΔsanitizeResourceUrl(unsafeResourceUrl) {
8250
+ function ɵɵsanitizeResourceUrl(unsafeResourceUrl) {
8263
8251
  /** @type {?} */
8264
8252
  const sanitizer = getSanitizer();
8265
8253
  if (sanitizer) {
@@ -8282,7 +8270,7 @@ function ΔsanitizeResourceUrl(unsafeResourceUrl) {
8282
8270
  * because only trusted `scripts` have been allowed to pass.
8283
8271
  *
8284
8272
  */
8285
- function ΔsanitizeScript(unsafeScript) {
8273
+ function ɵɵsanitizeScript(unsafeScript) {
8286
8274
  /** @type {?} */
8287
8275
  const sanitizer = getSanitizer();
8288
8276
  if (sanitizer) {
@@ -8307,9 +8295,9 @@ function getUrlSanitizer(tag, prop) {
8307
8295
  if ((prop === 'src' && (tag === 'embed' || tag === 'frame' || tag === 'iframe' ||
8308
8296
  tag === 'media' || tag === 'script')) ||
8309
8297
  (prop === 'href' && (tag === 'base' || tag === 'link'))) {
8310
- return ΔsanitizeResourceUrl;
8298
+ return ɵɵsanitizeResourceUrl;
8311
8299
  }
8312
- return ΔsanitizeUrl;
8300
+ return ɵɵsanitizeUrl;
8313
8301
  }
8314
8302
  /**
8315
8303
  * Sanitizes URL, selecting sanitizer function based on tag and property names.
@@ -8326,7 +8314,7 @@ function getUrlSanitizer(tag, prop) {
8326
8314
  * @return {?} `url` string which is safe to bind.
8327
8315
  *
8328
8316
  */
8329
- function ΔsanitizeUrlOrResourceUrl(unsafeUrl, tag, prop) {
8317
+ function ɵɵsanitizeUrlOrResourceUrl(unsafeUrl, tag, prop) {
8330
8318
  return getUrlSanitizer(tag, prop)(unsafeUrl);
8331
8319
  }
8332
8320
  /**
@@ -8336,7 +8324,7 @@ function ΔsanitizeUrlOrResourceUrl(unsafeUrl, tag, prop) {
8336
8324
  * \@publicApi
8337
8325
  * @type {?}
8338
8326
  */
8339
- const ΔdefaultStyleSanitizer = ((/** @type {?} */ ((/**
8327
+ const ɵɵdefaultStyleSanitizer = ((/** @type {?} */ ((/**
8340
8328
  * @param {?} prop
8341
8329
  * @param {?=} value
8342
8330
  * @return {?}
@@ -8346,7 +8334,7 @@ function (prop, value) {
8346
8334
  return prop === 'background-image' || prop === 'background' || prop === 'border-image' ||
8347
8335
  prop === 'filter' || prop === 'list-style' || prop === 'list-style-image';
8348
8336
  }
8349
- return ΔsanitizeStyle(value);
8337
+ return ɵɵsanitizeStyle(value);
8350
8338
  }))));
8351
8339
  /**
8352
8340
  * @param {?} name
@@ -11011,7 +10999,7 @@ function getInitialStyleStringValue(context) {
11011
10999
  return styleString;
11012
11000
  }
11013
11001
  /**
11014
- * Returns the current cached mutli-value for a given directiveIndex within the provided context.
11002
+ * Returns the current cached multi-value for a given directiveIndex within the provided context.
11015
11003
  * @param {?} context
11016
11004
  * @param {?} entryIsClassBased
11017
11005
  * @param {?} directiveIndex
@@ -11495,31 +11483,6 @@ function getProjectAsAttrValue(tNode) {
11495
11483
  }
11496
11484
  return null;
11497
11485
  }
11498
- /**
11499
- * Checks a given node against matching projection selectors and returns
11500
- * selector index (or 0 if none matched).
11501
- *
11502
- * This function takes into account the parsed ngProjectAs selector from the node's attributes.
11503
- * If present, it will check whether the ngProjectAs selector matches any of the projection
11504
- * selectors.
11505
- * @param {?} tNode
11506
- * @param {?} selectors
11507
- * @return {?}
11508
- */
11509
- function matchingProjectionSelectorIndex(tNode, selectors) {
11510
- /** @type {?} */
11511
- const ngProjectAsAttrVal = getProjectAsAttrValue(tNode);
11512
- for (let i = 0; i < selectors.length; i++) {
11513
- // If we ran into an `ngProjectAs` attribute, we should match its parsed selector
11514
- // to the list of selectors, otherwise we fall back to matching against the node.
11515
- if (ngProjectAsAttrVal === null ?
11516
- isNodeMatchingSelectorList(tNode, selectors[i], /* isProjectionMode */ true) :
11517
- isSelectorInSelectorList(ngProjectAsAttrVal, selectors[i])) {
11518
- return i + 1; // first matching selector "captures" a given node
11519
- }
11520
- }
11521
- return 0;
11522
- }
11523
11486
  /**
11524
11487
  * @param {?} nodeAttrs
11525
11488
  * @return {?}
@@ -12011,7 +11974,7 @@ function renderComponentOrTemplate(hostView, context, templateFn) {
12011
11974
  * @return {?}
12012
11975
  */
12013
11976
  function executeTemplate(templateFn, rf, context) {
12014
- ΔnamespaceHTML();
11977
+ ɵɵnamespaceHTML();
12015
11978
  /** @type {?} */
12016
11979
  const prevSelectedIndex = getSelectedIndex();
12017
11980
  try {
@@ -13586,7 +13549,7 @@ function getParentInjectorTNode(location, startView, startTNode) {
13586
13549
  *
13587
13550
  * @return {?}
13588
13551
  */
13589
- function ΔallocHostVars(count) {
13552
+ function ɵɵallocHostVars(count) {
13590
13553
  /** @type {?} */
13591
13554
  const lView = getLView();
13592
13555
  /** @type {?} */
@@ -14590,7 +14553,7 @@ function appendProjectedNode(projectedTNode, tProjectionNode, currentView, proje
14590
14553
  *
14591
14554
  * @return {?}
14592
14555
  */
14593
- function Δcontainer(index) {
14556
+ function ɵɵcontainer(index) {
14594
14557
  /** @type {?} */
14595
14558
  const tNode = containerInternal(index, null, null);
14596
14559
  /** @type {?} */
@@ -14621,7 +14584,7 @@ function Δcontainer(index) {
14621
14584
  *
14622
14585
  * @return {?}
14623
14586
  */
14624
- function Δtemplate(index, templateFn, consts, vars, tagName, attrs, localRefs, localRefExtractor) {
14587
+ function ɵɵtemplate(index, templateFn, consts, vars, tagName, attrs, localRefs, localRefExtractor) {
14625
14588
  /** @type {?} */
14626
14589
  const lView = getLView();
14627
14590
  /** @type {?} */
@@ -14646,7 +14609,7 @@ function Δtemplate(index, templateFn, consts, vars, tagName, attrs, localRefs,
14646
14609
  *
14647
14610
  * @return {?}
14648
14611
  */
14649
- function ΔcontainerRefreshStart(index) {
14612
+ function ɵɵcontainerRefreshStart(index) {
14650
14613
  /** @type {?} */
14651
14614
  const lView = getLView();
14652
14615
  /** @type {?} */
@@ -14669,7 +14632,7 @@ function ΔcontainerRefreshStart(index) {
14669
14632
  * \@codeGenApi
14670
14633
  * @return {?}
14671
14634
  */
14672
- function ΔcontainerRefreshEnd() {
14635
+ function ɵɵcontainerRefreshEnd() {
14673
14636
  /** @type {?} */
14674
14637
  let previousOrParentTNode = getPreviousOrParentTNode();
14675
14638
  if (getIsParent()) {
@@ -14788,7 +14751,7 @@ function store(index, value) {
14788
14751
  *
14789
14752
  * @return {?}
14790
14753
  */
14791
- function Δreference(index) {
14754
+ function ɵɵreference(index) {
14792
14755
  /** @type {?} */
14793
14756
  const contextLView = getContextLView();
14794
14757
  return loadInternal(contextLView, index);
@@ -14801,7 +14764,7 @@ function Δreference(index) {
14801
14764
  * @param {?} index
14802
14765
  * @return {?}
14803
14766
  */
14804
- function Δload(index) {
14767
+ function ɵɵload(index) {
14805
14768
  return loadInternal(getLView(), index);
14806
14769
  }
14807
14770
 
@@ -14815,14 +14778,14 @@ function Δload(index) {
14815
14778
  * @param {?=} flags
14816
14779
  * @return {?}
14817
14780
  */
14818
- function ΔdirectiveInject(token, flags = InjectFlags.Default) {
14781
+ function ɵɵdirectiveInject(token, flags = InjectFlags.Default) {
14819
14782
  token = resolveForwardRef(token);
14820
14783
  /** @type {?} */
14821
14784
  const lView = getLView();
14822
14785
  // Fall back to inject() if view hasn't been created. This situation can happen in tests
14823
14786
  // if inject utilities are used before bootstrapping.
14824
14787
  if (lView == null)
14825
- return Δinject(token, flags);
14788
+ return ɵɵinject(token, flags);
14826
14789
  return getOrCreateInjectable((/** @type {?} */ (getPreviousOrParentTNode())), lView, token, flags);
14827
14790
  }
14828
14791
  /**
@@ -14832,7 +14795,7 @@ function ΔdirectiveInject(token, flags = InjectFlags.Default) {
14832
14795
  * @param {?} attrNameToInject
14833
14796
  * @return {?}
14834
14797
  */
14835
- function ΔinjectAttribute(attrNameToInject) {
14798
+ function ɵɵinjectAttribute(attrNameToInject) {
14836
14799
  return injectAttributeImpl(getPreviousOrParentTNode(), attrNameToInject);
14837
14800
  }
14838
14801
 
@@ -14880,7 +14843,7 @@ function ΔinjectAttribute(attrNameToInject) {
14880
14843
  *
14881
14844
  * @return {?}
14882
14845
  */
14883
- function ΔelementStyling(classBindingNames, styleBindingNames, styleSanitizer) {
14846
+ function ɵɵelementStyling(classBindingNames, styleBindingNames, styleSanitizer) {
14884
14847
  /** @type {?} */
14885
14848
  const tNode = getPreviousOrParentTNode();
14886
14849
  if (!tNode.stylingTemplate) {
@@ -14918,7 +14881,7 @@ function ΔelementStyling(classBindingNames, styleBindingNames, styleSanitizer)
14918
14881
  *
14919
14882
  * @return {?}
14920
14883
  */
14921
- function ΔelementHostStyling(classBindingNames, styleBindingNames, styleSanitizer) {
14884
+ function ɵɵelementHostStyling(classBindingNames, styleBindingNames, styleSanitizer) {
14922
14885
  /** @type {?} */
14923
14886
  const tNode = getPreviousOrParentTNode();
14924
14887
  if (!tNode.stylingTemplate) {
@@ -14979,7 +14942,7 @@ function initElementStyling(tNode, classBindingNames, styleBindingNames, styleSa
14979
14942
  *
14980
14943
  * @return {?}
14981
14944
  */
14982
- function ΔelementStyleProp(index, styleIndex, value, suffix, forceOverride) {
14945
+ function ɵɵelementStyleProp(index, styleIndex, value, suffix, forceOverride) {
14983
14946
  /** @type {?} */
14984
14947
  const valueToAdd = resolveStylePropValue(value, suffix);
14985
14948
  /** @type {?} */
@@ -15012,7 +14975,7 @@ function ΔelementStyleProp(index, styleIndex, value, suffix, forceOverride) {
15012
14975
  *
15013
14976
  * @return {?}
15014
14977
  */
15015
- function ΔelementHostStyleProp(styleIndex, value, suffix, forceOverride) {
14978
+ function ɵɵelementHostStyleProp(styleIndex, value, suffix, forceOverride) {
15016
14979
  /** @type {?} */
15017
14980
  const directiveStylingIndex = getActiveDirectiveStylingIndex();
15018
14981
  /** @type {?} */
@@ -15068,7 +15031,7 @@ function resolveStylePropValue(value, suffix) {
15068
15031
  *
15069
15032
  * @return {?}
15070
15033
  */
15071
- function ΔelementClassProp(index, classIndex, value, forceOverride) {
15034
+ function ɵɵelementClassProp(index, classIndex, value, forceOverride) {
15072
15035
  /** @type {?} */
15073
15036
  const input = (value instanceof BoundPlayerFactory) ?
15074
15037
  ((/** @type {?} */ (value))) :
@@ -15096,7 +15059,7 @@ function ΔelementClassProp(index, classIndex, value, forceOverride) {
15096
15059
  *
15097
15060
  * @return {?}
15098
15061
  */
15099
- function ΔelementHostClassProp(classIndex, value, forceOverride) {
15062
+ function ɵɵelementHostClassProp(classIndex, value, forceOverride) {
15100
15063
  /** @type {?} */
15101
15064
  const directiveStylingIndex = getActiveDirectiveStylingIndex();
15102
15065
  /** @type {?} */
@@ -15141,7 +15104,7 @@ function booleanOrNull(value) {
15141
15104
  *
15142
15105
  * @return {?}
15143
15106
  */
15144
- function ΔelementStylingMap(index, classes, styles) {
15107
+ function ɵɵelementStylingMap(index, classes, styles) {
15145
15108
  /** @type {?} */
15146
15109
  const lView = getLView();
15147
15110
  /** @type {?} */
@@ -15193,7 +15156,7 @@ function ΔelementStylingMap(index, classes, styles) {
15193
15156
  *
15194
15157
  * @return {?}
15195
15158
  */
15196
- function ΔelementHostStylingMap(classes, styles) {
15159
+ function ɵɵelementHostStylingMap(classes, styles) {
15197
15160
  /** @type {?} */
15198
15161
  const directiveStylingIndex = getActiveDirectiveStylingIndex();
15199
15162
  /** @type {?} */
@@ -15216,7 +15179,7 @@ function ΔelementHostStylingMap(classes, styles) {
15216
15179
  *
15217
15180
  * @return {?}
15218
15181
  */
15219
- function ΔelementStylingApply(index) {
15182
+ function ɵɵelementStylingApply(index) {
15220
15183
  elementStylingApplyInternal(DEFAULT_TEMPLATE_DIRECTIVE_INDEX, index);
15221
15184
  }
15222
15185
  /**
@@ -15230,7 +15193,7 @@ function ΔelementStylingApply(index) {
15230
15193
  * \@codeGenApi
15231
15194
  * @return {?}
15232
15195
  */
15233
- function ΔelementHostStylingApply() {
15196
+ function ɵɵelementHostStylingApply() {
15234
15197
  elementStylingApplyInternal(getActiveDirectiveStylingIndex(), getSelectedIndex());
15235
15198
  }
15236
15199
  /**
@@ -15320,7 +15283,7 @@ function getStylingContext(index, lView) {
15320
15283
  *
15321
15284
  * @return {?}
15322
15285
  */
15323
- function ΔelementStart(index, name, attrs, localRefs) {
15286
+ function ɵɵelementStart(index, name, attrs, localRefs) {
15324
15287
  /** @type {?} */
15325
15288
  const lView = getLView();
15326
15289
  /** @type {?} */
@@ -15400,7 +15363,7 @@ function ΔelementStart(index, name, attrs, localRefs) {
15400
15363
  * \@codeGenApi
15401
15364
  * @return {?}
15402
15365
  */
15403
- function ΔelementEnd() {
15366
+ function ɵɵelementEnd() {
15404
15367
  /** @type {?} */
15405
15368
  let previousOrParentTNode = getPreviousOrParentTNode();
15406
15369
  if (getIsParent()) {
@@ -15451,9 +15414,9 @@ function ΔelementEnd() {
15451
15414
  *
15452
15415
  * @return {?}
15453
15416
  */
15454
- function Δelement(index, name, attrs, localRefs) {
15455
- ΔelementStart(index, name, attrs, localRefs);
15456
- ΔelementEnd();
15417
+ function ɵɵelement(index, name, attrs, localRefs) {
15418
+ ɵɵelementStart(index, name, attrs, localRefs);
15419
+ ɵɵelementEnd();
15457
15420
  }
15458
15421
  /**
15459
15422
  * Updates the value of removes an attribute on an Element.
@@ -15468,7 +15431,7 @@ function Δelement(index, name, attrs, localRefs) {
15468
15431
  *
15469
15432
  * @return {?}
15470
15433
  */
15471
- function ΔelementAttribute(index, name, value, sanitizer, namespace) {
15434
+ function ɵɵelementAttribute(index, name, value, sanitizer, namespace) {
15472
15435
  if (value !== NO_CHANGE) {
15473
15436
  ngDevMode && validateAgainstEventAttributes(name);
15474
15437
  /** @type {?} */
@@ -15537,7 +15500,7 @@ function ΔelementAttribute(index, name, value, sanitizer, namespace) {
15537
15500
  *
15538
15501
  * @return {?}
15539
15502
  */
15540
- function ΔelementHostAttrs(attrs) {
15503
+ function ɵɵelementHostAttrs(attrs) {
15541
15504
  /** @type {?} */
15542
15505
  const hostElementIndex = getSelectedIndex();
15543
15506
  /** @type {?} */
@@ -15587,7 +15550,7 @@ function ΔelementHostAttrs(attrs) {
15587
15550
  *
15588
15551
  * @return {?}
15589
15552
  */
15590
- function ΔelementContainerStart(index, attrs, localRefs) {
15553
+ function ɵɵelementContainerStart(index, attrs, localRefs) {
15591
15554
  /** @type {?} */
15592
15555
  const lView = getLView();
15593
15556
  /** @type {?} */
@@ -15625,7 +15588,7 @@ function ΔelementContainerStart(index, attrs, localRefs) {
15625
15588
  * \@codeGenApi
15626
15589
  * @return {?}
15627
15590
  */
15628
- function ΔelementContainerEnd() {
15591
+ function ɵɵelementContainerEnd() {
15629
15592
  /** @type {?} */
15630
15593
  let previousOrParentTNode = getPreviousOrParentTNode();
15631
15594
  /** @type {?} */
@@ -15666,7 +15629,7 @@ function ΔelementContainerEnd() {
15666
15629
  * @return {?} boolean Whether or not this view is in creation mode
15667
15630
  *
15668
15631
  */
15669
- function ΔembeddedViewStart(viewBlockId, consts, vars) {
15632
+ function ɵɵembeddedViewStart(viewBlockId, consts, vars) {
15670
15633
  /** @type {?} */
15671
15634
  const lView = getLView();
15672
15635
  /** @type {?} */
@@ -15770,7 +15733,7 @@ function scanForView(lContainer, startIdx, viewBlockId) {
15770
15733
  * \@codeGenApi
15771
15734
  * @return {?}
15772
15735
  */
15773
- function ΔembeddedViewEnd() {
15736
+ function ɵɵembeddedViewEnd() {
15774
15737
  /** @type {?} */
15775
15738
  const lView = getLView();
15776
15739
  /** @type {?} */
@@ -15804,7 +15767,7 @@ function ΔembeddedViewEnd() {
15804
15767
  * \@codeGenApi
15805
15768
  * @return {?}
15806
15769
  */
15807
- function ΔgetCurrentView() {
15770
+ function ɵɵgetCurrentView() {
15808
15771
  return (/** @type {?} */ ((/** @type {?} */ (getLView()))));
15809
15772
  }
15810
15773
 
@@ -15851,7 +15814,7 @@ function isObservable(obj) {
15851
15814
  *
15852
15815
  * @return {?}
15853
15816
  */
15854
- function Δlistener(eventName, listenerFn, useCapture = false, eventTargetResolver) {
15817
+ function ɵɵlistener(eventName, listenerFn, useCapture = false, eventTargetResolver) {
15855
15818
  listenerInternal(eventName, listenerFn, useCapture, eventTargetResolver);
15856
15819
  }
15857
15820
  /**
@@ -15877,7 +15840,7 @@ function Δlistener(eventName, listenerFn, useCapture = false, eventTargetResolv
15877
15840
  *
15878
15841
  * @return {?}
15879
15842
  */
15880
- function ΔcomponentHostSyntheticListener(eventName, listenerFn, useCapture = false, eventTargetResolver) {
15843
+ function ɵɵcomponentHostSyntheticListener(eventName, listenerFn, useCapture = false, eventTargetResolver) {
15881
15844
  listenerInternal(eventName, listenerFn, useCapture, eventTargetResolver, loadComponentRenderer);
15882
15845
  }
15883
15846
  /**
@@ -16138,7 +16101,7 @@ function wrapListener(tNode, lView, listenerFn, wrapWithPreventDefault) {
16138
16101
  * @return {?} context
16139
16102
  *
16140
16103
  */
16141
- function ΔnextContext(level = 1) {
16104
+ function ɵɵnextContext(level = 1) {
16142
16105
  return nextContextImpl(level);
16143
16106
  }
16144
16107
 
@@ -16146,6 +16109,41 @@ function ΔnextContext(level = 1) {
16146
16109
  * @fileoverview added by tsickle
16147
16110
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
16148
16111
  */
16112
+ /**
16113
+ * Checks a given node against matching projection slots and returns the
16114
+ * determined slot index. Returns "null" if no slot matched the given node.
16115
+ *
16116
+ * This function takes into account the parsed ngProjectAs selector from the
16117
+ * node's attributes. If present, it will check whether the ngProjectAs selector
16118
+ * matches any of the projection slot selectors.
16119
+ * @param {?} tNode
16120
+ * @param {?} projectionSlots
16121
+ * @return {?}
16122
+ */
16123
+ function matchingProjectionSlotIndex(tNode, projectionSlots) {
16124
+ /** @type {?} */
16125
+ let wildcardNgContentIndex = null;
16126
+ /** @type {?} */
16127
+ const ngProjectAsAttrVal = getProjectAsAttrValue(tNode);
16128
+ for (let i = 0; i < projectionSlots.length; i++) {
16129
+ /** @type {?} */
16130
+ const slotValue = projectionSlots[i];
16131
+ // The last wildcard projection slot should match all nodes which aren't matching
16132
+ // any selector. This is necessary to be backwards compatible with view engine.
16133
+ if (slotValue === '*') {
16134
+ wildcardNgContentIndex = i;
16135
+ continue;
16136
+ }
16137
+ // If we ran into an `ngProjectAs` attribute, we should match its parsed selector
16138
+ // to the list of selectors, otherwise we fall back to matching against the node.
16139
+ if (ngProjectAsAttrVal === null ?
16140
+ isNodeMatchingSelectorList(tNode, slotValue, /* isProjectionMode */ true) :
16141
+ isSelectorInSelectorList(ngProjectAsAttrVal, slotValue)) {
16142
+ return i; // first matching selector "captures" a given node
16143
+ }
16144
+ }
16145
+ return wildcardNgContentIndex;
16146
+ }
16149
16147
  /**
16150
16148
  * Instruction to distribute projectable nodes among <ng-content> occurrences in a given template.
16151
16149
  * It takes all the selectors from the entire component's template and decides where
@@ -16165,32 +16163,36 @@ function ΔnextContext(level = 1) {
16165
16163
  * template author).
16166
16164
  *
16167
16165
  * \@codeGenApi
16168
- * @param {?=} selectors A collection of parsed CSS selectors
16166
+ * @param {?=} projectionSlots
16169
16167
  * @return {?}
16170
16168
  */
16171
- function ΔprojectionDef(selectors) {
16169
+ function ɵɵprojectionDef(projectionSlots) {
16172
16170
  /** @type {?} */
16173
16171
  const componentNode = (/** @type {?} */ (findComponentView(getLView())[T_HOST]));
16174
16172
  if (!componentNode.projection) {
16173
+ // If no explicit projection slots are defined, fall back to a single
16174
+ // projection slot with the wildcard selector.
16175
16175
  /** @type {?} */
16176
- const noOfNodeBuckets = selectors ? selectors.length + 1 : 1;
16176
+ const numProjectionSlots = projectionSlots ? projectionSlots.length : 1;
16177
16177
  /** @type {?} */
16178
16178
  const projectionHeads = componentNode.projection =
16179
- new Array(noOfNodeBuckets).fill(null);
16179
+ new Array(numProjectionSlots).fill(null);
16180
16180
  /** @type {?} */
16181
16181
  const tails = projectionHeads.slice();
16182
16182
  /** @type {?} */
16183
16183
  let componentChild = componentNode.child;
16184
16184
  while (componentChild !== null) {
16185
16185
  /** @type {?} */
16186
- const bucketIndex = selectors ? matchingProjectionSelectorIndex(componentChild, selectors) : 0;
16187
- if (tails[bucketIndex]) {
16188
- (/** @type {?} */ (tails[bucketIndex])).projectionNext = componentChild;
16189
- }
16190
- else {
16191
- projectionHeads[bucketIndex] = componentChild;
16186
+ const slotIndex = projectionSlots ? matchingProjectionSlotIndex(componentChild, projectionSlots) : 0;
16187
+ if (slotIndex !== null) {
16188
+ if (tails[slotIndex]) {
16189
+ (/** @type {?} */ (tails[slotIndex])).projectionNext = componentChild;
16190
+ }
16191
+ else {
16192
+ projectionHeads[slotIndex] = componentChild;
16193
+ }
16194
+ tails[slotIndex] = componentChild;
16192
16195
  }
16193
- tails[bucketIndex] = componentChild;
16194
16196
  componentChild = componentChild.next;
16195
16197
  }
16196
16198
  }
@@ -16205,7 +16207,7 @@ function ΔprojectionDef(selectors) {
16205
16207
  * @param {?=} attrs
16206
16208
  * @return {?}
16207
16209
  */
16208
- function Δprojection(nodeIndex, selectorIndex = 0, attrs) {
16210
+ function ɵɵprojection(nodeIndex, selectorIndex = 0, attrs) {
16209
16211
  /** @type {?} */
16210
16212
  const lView = getLView();
16211
16213
  /** @type {?} */
@@ -16531,14 +16533,14 @@ function bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4) {
16531
16533
  * (e.g. `property('name', ctx.name)('title', ctx.title)`)
16532
16534
  *
16533
16535
  */
16534
- function Δproperty(propName, value, sanitizer, nativeOnly) {
16536
+ function ɵɵproperty(propName, value, sanitizer, nativeOnly) {
16535
16537
  /** @type {?} */
16536
16538
  const index = getSelectedIndex();
16537
16539
  ngDevMode && assertNotEqual(index, -1, 'selected index cannot be -1');
16538
16540
  /** @type {?} */
16539
- const bindReconciledValue = Δbind(value);
16541
+ const bindReconciledValue = ɵɵbind(value);
16540
16542
  elementPropertyInternal(index, propName, bindReconciledValue, sanitizer, nativeOnly);
16541
- return Δproperty;
16543
+ return ɵɵproperty;
16542
16544
  }
16543
16545
  /**
16544
16546
  * Creates a single value binding.
@@ -16549,7 +16551,7 @@ function Δproperty(propName, value, sanitizer, nativeOnly) {
16549
16551
  *
16550
16552
  * @return {?}
16551
16553
  */
16552
- function Δbind(value) {
16554
+ function ɵɵbind(value) {
16553
16555
  /** @type {?} */
16554
16556
  const lView = getLView();
16555
16557
  /** @type {?} */
@@ -16577,7 +16579,7 @@ function Δbind(value) {
16577
16579
  *
16578
16580
  * @return {?}
16579
16581
  */
16580
- function ΔelementProperty(index, propName, value, sanitizer, nativeOnly) {
16582
+ function ɵɵelementProperty(index, propName, value, sanitizer, nativeOnly) {
16581
16583
  elementPropertyInternal(index, propName, value, sanitizer, nativeOnly);
16582
16584
  }
16583
16585
  /**
@@ -16605,7 +16607,7 @@ function ΔelementProperty(index, propName, value, sanitizer, nativeOnly) {
16605
16607
  *
16606
16608
  * @return {?}
16607
16609
  */
16608
- function ΔcomponentHostSyntheticProperty(index, propName, value, sanitizer, nativeOnly) {
16610
+ function ɵɵcomponentHostSyntheticProperty(index, propName, value, sanitizer, nativeOnly) {
16609
16611
  elementPropertyInternal(index, propName, value, sanitizer, nativeOnly, loadComponentRenderer);
16610
16612
  }
16611
16613
 
@@ -16629,7 +16631,7 @@ function ΔcomponentHostSyntheticProperty(index, propName, value, sanitizer, nat
16629
16631
  * @param {?} values
16630
16632
  * @return {?}
16631
16633
  */
16632
- function ΔinterpolationV(values) {
16634
+ function ɵɵinterpolationV(values) {
16633
16635
  ngDevMode && assertLessThan(2, values.length, 'should have at least 3 values');
16634
16636
  ngDevMode && assertEqual(values.length % 2, 1, 'should have an odd number of values');
16635
16637
  /** @type {?} */
@@ -16674,7 +16676,7 @@ function ΔinterpolationV(values) {
16674
16676
  *
16675
16677
  * @return {?}
16676
16678
  */
16677
- function Δinterpolation1(prefix, v0, suffix) {
16679
+ function ɵɵinterpolation1(prefix, v0, suffix) {
16678
16680
  /** @type {?} */
16679
16681
  const lView = getLView();
16680
16682
  /** @type {?} */
@@ -16693,7 +16695,7 @@ function Δinterpolation1(prefix, v0, suffix) {
16693
16695
  * @param {?} suffix
16694
16696
  * @return {?}
16695
16697
  */
16696
- function Δinterpolation2(prefix, v0, i0, v1, suffix) {
16698
+ function ɵɵinterpolation2(prefix, v0, i0, v1, suffix) {
16697
16699
  /** @type {?} */
16698
16700
  const lView = getLView();
16699
16701
  /** @type {?} */
@@ -16722,7 +16724,7 @@ function Δinterpolation2(prefix, v0, i0, v1, suffix) {
16722
16724
  * @param {?} suffix
16723
16725
  * @return {?}
16724
16726
  */
16725
- function Δinterpolation3(prefix, v0, i0, v1, i1, v2, suffix) {
16727
+ function ɵɵinterpolation3(prefix, v0, i0, v1, i1, v2, suffix) {
16726
16728
  /** @type {?} */
16727
16729
  const lView = getLView();
16728
16730
  /** @type {?} */
@@ -16758,7 +16760,7 @@ function Δinterpolation3(prefix, v0, i0, v1, i1, v2, suffix) {
16758
16760
  * @param {?} suffix
16759
16761
  * @return {?}
16760
16762
  */
16761
- function Δinterpolation4(prefix, v0, i0, v1, i1, v2, i2, v3, suffix) {
16763
+ function ɵɵinterpolation4(prefix, v0, i0, v1, i1, v2, i2, v3, suffix) {
16762
16764
  /** @type {?} */
16763
16765
  const lView = getLView();
16764
16766
  /** @type {?} */
@@ -16798,7 +16800,7 @@ function Δinterpolation4(prefix, v0, i0, v1, i1, v2, i2, v3, suffix) {
16798
16800
  * @param {?} suffix
16799
16801
  * @return {?}
16800
16802
  */
16801
- function Δinterpolation5(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix) {
16803
+ function ɵɵinterpolation5(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix) {
16802
16804
  /** @type {?} */
16803
16805
  const lView = getLView();
16804
16806
  /** @type {?} */
@@ -16842,7 +16844,7 @@ function Δinterpolation5(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix) {
16842
16844
  * @param {?} suffix
16843
16845
  * @return {?}
16844
16846
  */
16845
- function Δinterpolation6(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, suffix) {
16847
+ function ɵɵinterpolation6(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, suffix) {
16846
16848
  /** @type {?} */
16847
16849
  const lView = getLView();
16848
16850
  /** @type {?} */
@@ -16889,7 +16891,7 @@ function Δinterpolation6(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, su
16889
16891
  * @param {?} suffix
16890
16892
  * @return {?}
16891
16893
  */
16892
- function Δinterpolation7(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, suffix) {
16894
+ function ɵɵinterpolation7(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, suffix) {
16893
16895
  /** @type {?} */
16894
16896
  const lView = getLView();
16895
16897
  /** @type {?} */
@@ -16940,7 +16942,7 @@ function Δinterpolation7(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5
16940
16942
  * @param {?} suffix
16941
16943
  * @return {?}
16942
16944
  */
16943
- function Δinterpolation8(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, i6, v7, suffix) {
16945
+ function ɵɵinterpolation8(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, i6, v7, suffix) {
16944
16946
  /** @type {?} */
16945
16947
  const lView = getLView();
16946
16948
  /** @type {?} */
@@ -16986,7 +16988,7 @@ function Δinterpolation8(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5
16986
16988
  * Its compiled representation is::
16987
16989
  *
16988
16990
  * ```ts
16989
- * ΔpropertyInterpolate('title', v0);
16991
+ * ɵɵpropertyInterpolate('title', v0);
16990
16992
  * ```
16991
16993
  *
16992
16994
  * If the property name also exists as an input property on one of the element's directives,
@@ -16999,9 +17001,9 @@ function Δinterpolation8(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5
16999
17001
  * @param {?=} sanitizer An optional sanitizer function
17000
17002
  * @return {?} itself, so that it may be chained.
17001
17003
  */
17002
- function ΔpropertyInterpolate(propName, v0, sanitizer) {
17003
- ΔpropertyInterpolate1(propName, '', v0, '', sanitizer);
17004
- return ΔpropertyInterpolate;
17004
+ function ɵɵpropertyInterpolate(propName, v0, sanitizer) {
17005
+ ɵɵpropertyInterpolate1(propName, '', v0, '', sanitizer);
17006
+ return ɵɵpropertyInterpolate;
17005
17007
  }
17006
17008
  /**
17007
17009
  *
@@ -17016,7 +17018,7 @@ function ΔpropertyInterpolate(propName, v0, sanitizer) {
17016
17018
  * Its compiled representation is::
17017
17019
  *
17018
17020
  * ```ts
17019
- * ΔpropertyInterpolate1('title', 'prefix', v0, 'suffix');
17021
+ * ɵɵpropertyInterpolate1('title', 'prefix', v0, 'suffix');
17020
17022
  * ```
17021
17023
  *
17022
17024
  * If the property name also exists as an input property on one of the element's directives,
@@ -17031,11 +17033,11 @@ function ΔpropertyInterpolate(propName, v0, sanitizer) {
17031
17033
  * @param {?=} sanitizer An optional sanitizer function
17032
17034
  * @return {?} itself, so that it may be chained.
17033
17035
  */
17034
- function ΔpropertyInterpolate1(propName, prefix, v0, suffix, sanitizer) {
17036
+ function ɵɵpropertyInterpolate1(propName, prefix, v0, suffix, sanitizer) {
17035
17037
  /** @type {?} */
17036
17038
  const index = getSelectedIndex();
17037
- elementPropertyInternal(index, propName, Δinterpolation1(prefix, v0, suffix), sanitizer);
17038
- return ΔpropertyInterpolate1;
17039
+ elementPropertyInternal(index, propName, ɵɵinterpolation1(prefix, v0, suffix), sanitizer);
17040
+ return ɵɵpropertyInterpolate1;
17039
17041
  }
17040
17042
  /**
17041
17043
  *
@@ -17050,7 +17052,7 @@ function ΔpropertyInterpolate1(propName, prefix, v0, suffix, sanitizer) {
17050
17052
  * Its compiled representation is::
17051
17053
  *
17052
17054
  * ```ts
17053
- * ΔpropertyInterpolate2('title', 'prefix', v0, '-', v1, 'suffix');
17055
+ * ɵɵpropertyInterpolate2('title', 'prefix', v0, '-', v1, 'suffix');
17054
17056
  * ```
17055
17057
  *
17056
17058
  * If the property name also exists as an input property on one of the element's directives,
@@ -17067,11 +17069,11 @@ function ΔpropertyInterpolate1(propName, prefix, v0, suffix, sanitizer) {
17067
17069
  * @param {?=} sanitizer An optional sanitizer function
17068
17070
  * @return {?} itself, so that it may be chained.
17069
17071
  */
17070
- function ΔpropertyInterpolate2(propName, prefix, v0, i0, v1, suffix, sanitizer) {
17072
+ function ɵɵpropertyInterpolate2(propName, prefix, v0, i0, v1, suffix, sanitizer) {
17071
17073
  /** @type {?} */
17072
17074
  const index = getSelectedIndex();
17073
- elementPropertyInternal(index, propName, Δinterpolation2(prefix, v0, i0, v1, suffix), sanitizer);
17074
- return ΔpropertyInterpolate2;
17075
+ elementPropertyInternal(index, propName, ɵɵinterpolation2(prefix, v0, i0, v1, suffix), sanitizer);
17076
+ return ɵɵpropertyInterpolate2;
17075
17077
  }
17076
17078
  /**
17077
17079
  *
@@ -17086,7 +17088,7 @@ function ΔpropertyInterpolate2(propName, prefix, v0, i0, v1, suffix, sanitizer)
17086
17088
  * Its compiled representation is::
17087
17089
  *
17088
17090
  * ```ts
17089
- * ΔpropertyInterpolate3(
17091
+ * ɵɵpropertyInterpolate3(
17090
17092
  * 'title', 'prefix', v0, '-', v1, '-', v2, 'suffix');
17091
17093
  * ```
17092
17094
  *
@@ -17106,11 +17108,11 @@ function ΔpropertyInterpolate2(propName, prefix, v0, i0, v1, suffix, sanitizer)
17106
17108
  * @param {?=} sanitizer An optional sanitizer function
17107
17109
  * @return {?} itself, so that it may be chained.
17108
17110
  */
17109
- function ΔpropertyInterpolate3(propName, prefix, v0, i0, v1, i1, v2, suffix, sanitizer) {
17111
+ function ɵɵpropertyInterpolate3(propName, prefix, v0, i0, v1, i1, v2, suffix, sanitizer) {
17110
17112
  /** @type {?} */
17111
17113
  const index = getSelectedIndex();
17112
- elementPropertyInternal(index, propName, Δinterpolation3(prefix, v0, i0, v1, i1, v2, suffix), sanitizer);
17113
- return ΔpropertyInterpolate3;
17114
+ elementPropertyInternal(index, propName, ɵɵinterpolation3(prefix, v0, i0, v1, i1, v2, suffix), sanitizer);
17115
+ return ɵɵpropertyInterpolate3;
17114
17116
  }
17115
17117
  /**
17116
17118
  *
@@ -17125,7 +17127,7 @@ function ΔpropertyInterpolate3(propName, prefix, v0, i0, v1, i1, v2, suffix, sa
17125
17127
  * Its compiled representation is::
17126
17128
  *
17127
17129
  * ```ts
17128
- * ΔpropertyInterpolate4(
17130
+ * ɵɵpropertyInterpolate4(
17129
17131
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, 'suffix');
17130
17132
  * ```
17131
17133
  *
@@ -17147,11 +17149,11 @@ function ΔpropertyInterpolate3(propName, prefix, v0, i0, v1, i1, v2, suffix, sa
17147
17149
  * @param {?=} sanitizer An optional sanitizer function
17148
17150
  * @return {?} itself, so that it may be chained.
17149
17151
  */
17150
- function ΔpropertyInterpolate4(propName, prefix, v0, i0, v1, i1, v2, i2, v3, suffix, sanitizer) {
17152
+ function ɵɵpropertyInterpolate4(propName, prefix, v0, i0, v1, i1, v2, i2, v3, suffix, sanitizer) {
17151
17153
  /** @type {?} */
17152
17154
  const index = getSelectedIndex();
17153
- elementPropertyInternal(index, propName, Δinterpolation4(prefix, v0, i0, v1, i1, v2, i2, v3, suffix), sanitizer);
17154
- return ΔpropertyInterpolate4;
17155
+ elementPropertyInternal(index, propName, ɵɵinterpolation4(prefix, v0, i0, v1, i1, v2, i2, v3, suffix), sanitizer);
17156
+ return ɵɵpropertyInterpolate4;
17155
17157
  }
17156
17158
  /**
17157
17159
  *
@@ -17166,7 +17168,7 @@ function ΔpropertyInterpolate4(propName, prefix, v0, i0, v1, i1, v2, i2, v3, su
17166
17168
  * Its compiled representation is::
17167
17169
  *
17168
17170
  * ```ts
17169
- * ΔpropertyInterpolate5(
17171
+ * ɵɵpropertyInterpolate5(
17170
17172
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, 'suffix');
17171
17173
  * ```
17172
17174
  *
@@ -17190,11 +17192,11 @@ function ΔpropertyInterpolate4(propName, prefix, v0, i0, v1, i1, v2, i2, v3, su
17190
17192
  * @param {?=} sanitizer An optional sanitizer function
17191
17193
  * @return {?} itself, so that it may be chained.
17192
17194
  */
17193
- function ΔpropertyInterpolate5(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix, sanitizer) {
17195
+ function ɵɵpropertyInterpolate5(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix, sanitizer) {
17194
17196
  /** @type {?} */
17195
17197
  const index = getSelectedIndex();
17196
- elementPropertyInternal(index, propName, Δinterpolation5(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix), sanitizer);
17197
- return ΔpropertyInterpolate5;
17198
+ elementPropertyInternal(index, propName, ɵɵinterpolation5(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, suffix), sanitizer);
17199
+ return ɵɵpropertyInterpolate5;
17198
17200
  }
17199
17201
  /**
17200
17202
  *
@@ -17209,7 +17211,7 @@ function ΔpropertyInterpolate5(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
17209
17211
  * Its compiled representation is::
17210
17212
  *
17211
17213
  * ```ts
17212
- * ΔpropertyInterpolate6(
17214
+ * ɵɵpropertyInterpolate6(
17213
17215
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, 'suffix');
17214
17216
  * ```
17215
17217
  *
@@ -17235,11 +17237,11 @@ function ΔpropertyInterpolate5(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
17235
17237
  * @param {?=} sanitizer An optional sanitizer function
17236
17238
  * @return {?} itself, so that it may be chained.
17237
17239
  */
17238
- function ΔpropertyInterpolate6(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, suffix, sanitizer) {
17240
+ function ɵɵpropertyInterpolate6(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, suffix, sanitizer) {
17239
17241
  /** @type {?} */
17240
17242
  const index = getSelectedIndex();
17241
- elementPropertyInternal(index, propName, Δinterpolation6(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, suffix), sanitizer);
17242
- return ΔpropertyInterpolate6;
17243
+ elementPropertyInternal(index, propName, ɵɵinterpolation6(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, suffix), sanitizer);
17244
+ return ɵɵpropertyInterpolate6;
17243
17245
  }
17244
17246
  /**
17245
17247
  *
@@ -17254,7 +17256,7 @@ function ΔpropertyInterpolate6(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
17254
17256
  * Its compiled representation is::
17255
17257
  *
17256
17258
  * ```ts
17257
- * ΔpropertyInterpolate7(
17259
+ * ɵɵpropertyInterpolate7(
17258
17260
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, 'suffix');
17259
17261
  * ```
17260
17262
  *
@@ -17282,11 +17284,11 @@ function ΔpropertyInterpolate6(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
17282
17284
  * @param {?=} sanitizer An optional sanitizer function
17283
17285
  * @return {?} itself, so that it may be chained.
17284
17286
  */
17285
- function ΔpropertyInterpolate7(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, suffix, sanitizer) {
17287
+ function ɵɵpropertyInterpolate7(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, suffix, sanitizer) {
17286
17288
  /** @type {?} */
17287
17289
  const index = getSelectedIndex();
17288
- elementPropertyInternal(index, propName, Δinterpolation7(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, suffix), sanitizer);
17289
- return ΔpropertyInterpolate7;
17290
+ elementPropertyInternal(index, propName, ɵɵinterpolation7(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, suffix), sanitizer);
17291
+ return ɵɵpropertyInterpolate7;
17290
17292
  }
17291
17293
  /**
17292
17294
  *
@@ -17301,7 +17303,7 @@ function ΔpropertyInterpolate7(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
17301
17303
  * Its compiled representation is::
17302
17304
  *
17303
17305
  * ```ts
17304
- * ΔpropertyInterpolate8(
17306
+ * ɵɵpropertyInterpolate8(
17305
17307
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, '-', v7, 'suffix');
17306
17308
  * ```
17307
17309
  *
@@ -17331,11 +17333,11 @@ function ΔpropertyInterpolate7(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
17331
17333
  * @param {?=} sanitizer An optional sanitizer function
17332
17334
  * @return {?} itself, so that it may be chained.
17333
17335
  */
17334
- function ΔpropertyInterpolate8(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, i6, v7, suffix, sanitizer) {
17336
+ function ɵɵpropertyInterpolate8(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, i6, v7, suffix, sanitizer) {
17335
17337
  /** @type {?} */
17336
17338
  const index = getSelectedIndex();
17337
- elementPropertyInternal(index, propName, Δinterpolation8(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, i6, v7, suffix), sanitizer);
17338
- return ΔpropertyInterpolate8;
17339
+ elementPropertyInternal(index, propName, ɵɵinterpolation8(prefix, v0, i0, v1, i1, v2, i2, v3, i3, v4, i4, v5, i5, v6, i6, v7, suffix), sanitizer);
17340
+ return ɵɵpropertyInterpolate8;
17339
17341
  }
17340
17342
  /**
17341
17343
  * Update an interpolated property on an element with 8 or more bound values surrounded by text.
@@ -17350,7 +17352,7 @@ function ΔpropertyInterpolate8(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
17350
17352
  * Its compiled representation is::
17351
17353
  *
17352
17354
  * ```ts
17353
- * ΔpropertyInterpolateV(
17355
+ * ɵɵpropertyInterpolateV(
17354
17356
  * 'title', ['prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, '-', v7, '-', v9,
17355
17357
  * 'suffix']);
17356
17358
  * ```
@@ -17367,11 +17369,11 @@ function ΔpropertyInterpolate8(propName, prefix, v0, i0, v1, i1, v2, i2, v3, i3
17367
17369
  * @param {?=} sanitizer An optional sanitizer function
17368
17370
  * @return {?} itself, so that it may be chained.
17369
17371
  */
17370
- function ΔpropertyInterpolateV(propName, values, sanitizer) {
17372
+ function ɵɵpropertyInterpolateV(propName, values, sanitizer) {
17371
17373
  /** @type {?} */
17372
17374
  const index = getSelectedIndex();
17373
- elementPropertyInternal(index, propName, ΔinterpolationV(values), sanitizer);
17374
- return ΔpropertyInterpolateV;
17375
+ elementPropertyInternal(index, propName, ɵɵinterpolationV(values), sanitizer);
17376
+ return ɵɵpropertyInterpolateV;
17375
17377
  }
17376
17378
 
17377
17379
  /**
@@ -17400,7 +17402,7 @@ function ΔpropertyInterpolateV(propName, values, sanitizer) {
17400
17402
  *
17401
17403
  * @return {?}
17402
17404
  */
17403
- function Δselect(index) {
17405
+ function ɵɵselect(index) {
17404
17406
  ngDevMode && assertGreaterThan(index, -1, 'Invalid index');
17405
17407
  ngDevMode &&
17406
17408
  assertLessThan(index, getLView().length - HEADER_OFFSET, 'Should be within range for the view data');
@@ -17411,7 +17413,7 @@ function Δselect(index) {
17411
17413
  // We must set the selected index *after* running the hooks, because hooks may have side-effects
17412
17414
  // that cause other template functions to run, thus updating the selected index, which is global
17413
17415
  // state. If we run `setSelectedIndex` *before* we run the hooks, in some cases the selected index
17414
- // will be altered by the time we leave the select` instruction.
17416
+ // will be altered by the time we leave the `ɵɵselect` instruction.
17415
17417
  setSelectedIndex(index);
17416
17418
  }
17417
17419
 
@@ -17428,7 +17430,7 @@ function Δselect(index) {
17428
17430
  *
17429
17431
  * @return {?}
17430
17432
  */
17431
- function Δtext(index, value) {
17433
+ function ɵɵtext(index, value) {
17432
17434
  /** @type {?} */
17433
17435
  const lView = getLView();
17434
17436
  ngDevMode && assertEqual(lView[BINDING_INDEX], lView[TVIEW].bindingStartIndex, 'text nodes should be created before any bindings');
@@ -17452,7 +17454,7 @@ function Δtext(index, value) {
17452
17454
  *
17453
17455
  * @return {?}
17454
17456
  */
17455
- function ΔtextBinding(index, value) {
17457
+ function ɵɵtextBinding(index, value) {
17456
17458
  if (value !== NO_CHANGE) {
17457
17459
  /** @type {?} */
17458
17460
  const lView = getLView();
@@ -18190,7 +18192,7 @@ class SimpleChange {
18190
18192
  * @template T
18191
18193
  * @return {?}
18192
18194
  */
18193
- function ΔNgOnChangesFeature() {
18195
+ function ɵɵNgOnChangesFeature() {
18194
18196
  // This option ensures that the ngOnChanges lifecycle hook will be inherited
18195
18197
  // from superclasses (in InheritDefinitionFeature).
18196
18198
  ((/** @type {?} */ (NgOnChangesFeatureImpl))).ngInherit = true;
@@ -18298,7 +18300,7 @@ function getSuperType(type) {
18298
18300
  *
18299
18301
  * @return {?}
18300
18302
  */
18301
- function ΔInheritDefinitionFeature(definition) {
18303
+ function ɵɵInheritDefinitionFeature(definition) {
18302
18304
  /** @type {?} */
18303
18305
  let superType = getSuperType(definition.type);
18304
18306
  while (superType) {
@@ -18425,7 +18427,7 @@ function ΔInheritDefinitionFeature(definition) {
18425
18427
  definition.onDestroy = definition.onDestroy || superPrototype.ngOnDestroy;
18426
18428
  definition.onInit = definition.onInit || superPrototype.ngOnInit;
18427
18429
  if (superPrototype.ngOnChanges) {
18428
- ΔNgOnChangesFeature()(definition);
18430
+ ɵɵNgOnChangesFeature()(definition);
18429
18431
  }
18430
18432
  }
18431
18433
  }
@@ -18966,7 +18968,7 @@ function providerToFactory(provider, ngModuleType, providers) {
18966
18968
  factory = (/**
18967
18969
  * @return {?}
18968
18970
  */
18969
- () => Δinject(resolveForwardRef(provider.useExisting)));
18971
+ () => ɵɵinject(resolveForwardRef(provider.useExisting)));
18970
18972
  }
18971
18973
  else if (isFactoryProvider(provider)) {
18972
18974
  factory = (/**
@@ -19178,7 +19180,7 @@ function resolveProvider$1(provider, tInjectables, lInjectablesBlueprint, isComp
19178
19180
  if (isTypeProvider(provider) || !provider.multi) {
19179
19181
  // Single provider case: the factory is created and pushed immediately
19180
19182
  /** @type {?} */
19181
- const factory = new NodeInjectorFactory(providerFactory, isViewProvider, ΔdirectiveInject);
19183
+ const factory = new NodeInjectorFactory(providerFactory, isViewProvider, ɵɵdirectiveInject);
19182
19184
  /** @type {?} */
19183
19185
  const existingFactoryIndex = indexOf(token, tInjectables, isViewProvider ? beginIndex : beginIndex + cptViewProvidersCount, endIndex);
19184
19186
  if (existingFactoryIndex == -1) {
@@ -19358,7 +19360,7 @@ function multiResolve(factories, result) {
19358
19360
  */
19359
19361
  function multiFactory(factoryFn, index, isViewProvider, isComponent, f) {
19360
19362
  /** @type {?} */
19361
- const factory = new NodeInjectorFactory(factoryFn, isViewProvider, ΔdirectiveInject);
19363
+ const factory = new NodeInjectorFactory(factoryFn, isViewProvider, ɵɵdirectiveInject);
19362
19364
  factory.multi = [];
19363
19365
  factory.index = index;
19364
19366
  factory.componentProviders = 0;
@@ -19402,7 +19404,7 @@ function multiFactory(factoryFn, index, isViewProvider, isComponent, f) {
19402
19404
  * @param {?=} viewProviders
19403
19405
  * @return {?}
19404
19406
  */
19405
- function ΔProvidersFeature(providers, viewProviders = []) {
19407
+ function ɵɵProvidersFeature(providers, viewProviders = []) {
19406
19408
  return (/**
19407
19409
  * @param {?} definition
19408
19410
  * @return {?}
@@ -20522,7 +20524,7 @@ class Version {
20522
20524
  * \@publicApi
20523
20525
  * @type {?}
20524
20526
  */
20525
- const VERSION = new Version('8.0.0-rc.4');
20527
+ const VERSION = new Version('8.0.2');
20526
20528
 
20527
20529
  /**
20528
20530
  * @fileoverview added by tsickle
@@ -21883,7 +21885,7 @@ class IterableDiffers {
21883
21885
  }
21884
21886
  }
21885
21887
  /** @nocollapse */
21886
- /** @nocollapse */ IterableDiffers.ngInjectableDef = ΔdefineInjectable({
21888
+ /** @nocollapse */ IterableDiffers.ngInjectableDef = ɵɵdefineInjectable({
21887
21889
  providedIn: 'root',
21888
21890
  factory: (/**
21889
21891
  * @nocollapse @return {?}
@@ -21986,7 +21988,7 @@ class KeyValueDiffers {
21986
21988
  }
21987
21989
  }
21988
21990
  /** @nocollapse */
21989
- /** @nocollapse */ KeyValueDiffers.ngInjectableDef = ΔdefineInjectable({
21991
+ /** @nocollapse */ KeyValueDiffers.ngInjectableDef = ɵɵdefineInjectable({
21990
21992
  providedIn: 'root',
21991
21993
  factory: (/**
21992
21994
  * @nocollapse @return {?}
@@ -24973,7 +24975,7 @@ function toRefArray(map) {
24973
24975
  const ROOT_CONTEXT = new InjectionToken('ROOT_CONTEXT_TOKEN', { providedIn: 'root', factory: (/**
24974
24976
  * @return {?}
24975
24977
  */
24976
- () => createRootContext(Δinject(SCHEDULER))) });
24978
+ () => createRootContext(ɵɵinject(SCHEDULER))) });
24977
24979
  /**
24978
24980
  * A change detection scheduler token for {\@link RootContext}. This token is the default value used
24979
24981
  * for the default `RootContext` found in the {\@link ROOT_CONTEXT} token.
@@ -25031,10 +25033,8 @@ class ComponentFactory$1 extends ComponentFactory {
25031
25033
  this.ngModule = ngModule;
25032
25034
  this.componentType = componentDef.type;
25033
25035
  this.selector = (/** @type {?} */ (componentDef.selectors[0][0]));
25034
- // The component definition does not include the wildcard ('*') selector in its list.
25035
- // It is implicitly expected as the first item in the projectable nodes array.
25036
25036
  this.ngContentSelectors =
25037
- componentDef.ngContentSelectors ? ['*', ...componentDef.ngContentSelectors] : [];
25037
+ componentDef.ngContentSelectors ? componentDef.ngContentSelectors : [];
25038
25038
  this.isBoundToModule = !!ngModule;
25039
25039
  }
25040
25040
  /**
@@ -25233,28 +25233,27 @@ function addAllToArray(items, arr) {
25233
25233
  }
25234
25234
  }
25235
25235
  /**
25236
- * Flattens an array in non-recursive way. Input arrays are not modified.
25236
+ * Flattens an array.
25237
25237
  */
25238
- function flatten(list, mapFn) {
25239
- const result = [];
25240
- let i = 0;
25241
- while (i < list.length) {
25242
- const item = list[i];
25238
+ function flatten(list, dst) {
25239
+ if (dst === undefined)
25240
+ dst = list;
25241
+ for (let i = 0; i < list.length; i++) {
25242
+ let item = list[i];
25243
25243
  if (Array.isArray(item)) {
25244
- if (item.length > 0) {
25245
- list = item.concat(list.slice(i + 1));
25246
- i = 0;
25247
- }
25248
- else {
25249
- i++;
25244
+ // we need to inline it.
25245
+ if (dst === list) {
25246
+ // Our assumption that the list was already flat was wrong and
25247
+ // we need to clone flat since we need to write to it.
25248
+ dst = list.slice(0, i);
25250
25249
  }
25250
+ flatten(item, dst);
25251
25251
  }
25252
- else {
25253
- result.push(mapFn ? mapFn(item) : item);
25254
- i++;
25252
+ else if (dst !== list) {
25253
+ dst.push(item);
25255
25254
  }
25256
25255
  }
25257
- return result;
25256
+ return dst;
25258
25257
  }
25259
25258
 
25260
25259
  /**
@@ -25582,7 +25581,7 @@ const parentIndexStack = [];
25582
25581
  *
25583
25582
  * @return {?}
25584
25583
  */
25585
- function Δi18nStart(index, message, subTemplateIndex) {
25584
+ function ɵɵi18nStart(index, message, subTemplateIndex) {
25586
25585
  /** @type {?} */
25587
25586
  const tView = getLView()[TVIEW];
25588
25587
  ngDevMode && assertDefined(tView, `tView should be defined`);
@@ -25785,7 +25784,7 @@ function appendI18nNode(tNode, parentTNode, previousTNode) {
25785
25784
  * @return {?} Transformed string that can be consumed by i18nStart instruction
25786
25785
  *
25787
25786
  */
25788
- function Δi18nPostprocess(message, replacements = {}) {
25787
+ function ɵɵi18nPostprocess(message, replacements = {}) {
25789
25788
  /**
25790
25789
  * Step 1: resolve all multi-value placeholders like [�#5�|�*1:1��#2:1�|�#4:1�]
25791
25790
  *
@@ -25917,7 +25916,7 @@ function Δi18nPostprocess(message, replacements = {}) {
25917
25916
  * \@codeGenApi
25918
25917
  * @return {?}
25919
25918
  */
25920
- function Δi18nEnd() {
25919
+ function ɵɵi18nEnd() {
25921
25920
  /** @type {?} */
25922
25921
  const tView = getLView()[TVIEW];
25923
25922
  ngDevMode && assertDefined(tView, `tView should be defined`);
@@ -26046,7 +26045,7 @@ function readCreateOpCodes(index, createOpCodes, icus, viewData) {
26046
26045
  const attrName = (/** @type {?} */ (createOpCodes[++i]));
26047
26046
  /** @type {?} */
26048
26047
  const attrValue = (/** @type {?} */ (createOpCodes[++i]));
26049
- ΔelementAttribute(elementNodeIndex, attrName, attrValue);
26048
+ ɵɵelementAttribute(elementNodeIndex, attrName, attrValue);
26050
26049
  break;
26051
26050
  default:
26052
26051
  throw new Error(`Unable to determine the type of mutate operation for "${opCode}"`);
@@ -26141,10 +26140,10 @@ function readUpdateOpCodes(updateOpCodes, icus, bindingsStartIndex, changeMask,
26141
26140
  const attrName = (/** @type {?} */ (updateOpCodes[++j]));
26142
26141
  /** @type {?} */
26143
26142
  const sanitizeFn = (/** @type {?} */ (updateOpCodes[++j]));
26144
- ΔelementAttribute(nodeIndex, attrName, value, sanitizeFn);
26143
+ ɵɵelementAttribute(nodeIndex, attrName, value, sanitizeFn);
26145
26144
  break;
26146
26145
  case 0 /* Text */:
26147
- ΔtextBinding(nodeIndex, value);
26146
+ ɵɵtextBinding(nodeIndex, value);
26148
26147
  break;
26149
26148
  case 2 /* IcuSwitch */:
26150
26149
  tIcuIndex = (/** @type {?} */ (updateOpCodes[++j]));
@@ -26217,7 +26216,7 @@ function removeNode(index, viewData) {
26217
26216
  nativeRemoveNode(viewData[RENDERER], removedPhRNode);
26218
26217
  }
26219
26218
  /** @type {?} */
26220
- const slotValue = (/** @type {?} */ (Δload(index)));
26219
+ const slotValue = (/** @type {?} */ (ɵɵload(index)));
26221
26220
  if (isLContainer(slotValue)) {
26222
26221
  /** @type {?} */
26223
26222
  const lContainer = (/** @type {?} */ (slotValue));
@@ -26254,9 +26253,9 @@ function removeNode(index, viewData) {
26254
26253
  *
26255
26254
  * @return {?}
26256
26255
  */
26257
- function Δi18n(index, message, subTemplateIndex) {
26258
- Δi18nStart(index, message, subTemplateIndex);
26259
- Δi18nEnd();
26256
+ function ɵɵi18n(index, message, subTemplateIndex) {
26257
+ ɵɵi18nStart(index, message, subTemplateIndex);
26258
+ ɵɵi18nEnd();
26260
26259
  }
26261
26260
  /**
26262
26261
  * Marks a list of attributes as translatable.
@@ -26267,7 +26266,7 @@ function Δi18n(index, message, subTemplateIndex) {
26267
26266
  *
26268
26267
  * @return {?}
26269
26268
  */
26270
- function Δi18nAttributes(index, values) {
26269
+ function ɵɵi18nAttributes(index, values) {
26271
26270
  /** @type {?} */
26272
26271
  const tView = getLView()[TVIEW];
26273
26272
  ngDevMode && assertDefined(tView, `tView should be defined`);
@@ -26308,7 +26307,7 @@ function i18nAttributesFirstPass(tView, index, values) {
26308
26307
  addAllToArray(generateBindingUpdateOpCodes(value, previousElementIndex, attrName), updateOpCodes);
26309
26308
  }
26310
26309
  else {
26311
- ΔelementAttribute(previousElementIndex, attrName, value);
26310
+ ɵɵelementAttribute(previousElementIndex, attrName, value);
26312
26311
  }
26313
26312
  }
26314
26313
  }
@@ -26329,7 +26328,7 @@ let shiftsCounter = 0;
26329
26328
  *
26330
26329
  * @return {?}
26331
26330
  */
26332
- function Δi18nExp(expression) {
26331
+ function ɵɵi18nExp(expression) {
26333
26332
  if (expression !== NO_CHANGE) {
26334
26333
  changeMask = changeMask | (1 << shiftsCounter);
26335
26334
  }
@@ -26344,7 +26343,7 @@ function Δi18nExp(expression) {
26344
26343
  *
26345
26344
  * @return {?}
26346
26345
  */
26347
- function Δi18nApply(index) {
26346
+ function ɵɵi18nApply(index) {
26348
26347
  if (shiftsCounter) {
26349
26348
  /** @type {?} */
26350
26349
  const lView = getLView();
@@ -27069,7 +27068,7 @@ const LOCALIZE_PH_REGEXP = /\{\$(.*?)\}/g;
27069
27068
  * @param {?=} placeholders
27070
27069
  * @return {?}
27071
27070
  */
27072
- function Δi18nLocalize(input, placeholders = {}) {
27071
+ function ɵɵi18nLocalize(input, placeholders = {}) {
27073
27072
  if (typeof TRANSLATIONS[input] !== 'undefined') { // to account for empty string
27074
27073
  input = TRANSLATIONS[input];
27075
27074
  }
@@ -27282,7 +27281,7 @@ function setClassMetadata(type, decorators, ctorParameters, propDecorators) {
27282
27281
  * @return {?} value
27283
27282
  *
27284
27283
  */
27285
- function ΔpureFunction0(slotOffset, pureFn, thisArg) {
27284
+ function ɵɵpureFunction0(slotOffset, pureFn, thisArg) {
27286
27285
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
27287
27286
  /** @type {?} */
27288
27287
  const bindingIndex = getBindingRoot() + slotOffset;
@@ -27304,7 +27303,7 @@ function ΔpureFunction0(slotOffset, pureFn, thisArg) {
27304
27303
  * @return {?} Updated or cached value
27305
27304
  *
27306
27305
  */
27307
- function ΔpureFunction1(slotOffset, pureFn, exp, thisArg) {
27306
+ function ɵɵpureFunction1(slotOffset, pureFn, exp, thisArg) {
27308
27307
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
27309
27308
  /** @type {?} */
27310
27309
  const lView = getLView();
@@ -27327,7 +27326,7 @@ function ΔpureFunction1(slotOffset, pureFn, exp, thisArg) {
27327
27326
  * @return {?} Updated or cached value
27328
27327
  *
27329
27328
  */
27330
- function ΔpureFunction2(slotOffset, pureFn, exp1, exp2, thisArg) {
27329
+ function ɵɵpureFunction2(slotOffset, pureFn, exp1, exp2, thisArg) {
27331
27330
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
27332
27331
  /** @type {?} */
27333
27332
  const bindingIndex = getBindingRoot() + slotOffset;
@@ -27351,7 +27350,7 @@ function ΔpureFunction2(slotOffset, pureFn, exp1, exp2, thisArg) {
27351
27350
  * @return {?} Updated or cached value
27352
27351
  *
27353
27352
  */
27354
- function ΔpureFunction3(slotOffset, pureFn, exp1, exp2, exp3, thisArg) {
27353
+ function ɵɵpureFunction3(slotOffset, pureFn, exp1, exp2, exp3, thisArg) {
27355
27354
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
27356
27355
  /** @type {?} */
27357
27356
  const bindingIndex = getBindingRoot() + slotOffset;
@@ -27376,7 +27375,7 @@ function ΔpureFunction3(slotOffset, pureFn, exp1, exp2, exp3, thisArg) {
27376
27375
  * @return {?} Updated or cached value
27377
27376
  *
27378
27377
  */
27379
- function ΔpureFunction4(slotOffset, pureFn, exp1, exp2, exp3, exp4, thisArg) {
27378
+ function ɵɵpureFunction4(slotOffset, pureFn, exp1, exp2, exp3, exp4, thisArg) {
27380
27379
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
27381
27380
  /** @type {?} */
27382
27381
  const bindingIndex = getBindingRoot() + slotOffset;
@@ -27402,7 +27401,7 @@ function ΔpureFunction4(slotOffset, pureFn, exp1, exp2, exp3, exp4, thisArg) {
27402
27401
  * @return {?} Updated or cached value
27403
27402
  *
27404
27403
  */
27405
- function ΔpureFunction5(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, thisArg) {
27404
+ function ɵɵpureFunction5(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, thisArg) {
27406
27405
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
27407
27406
  /** @type {?} */
27408
27407
  const bindingIndex = getBindingRoot() + slotOffset;
@@ -27432,7 +27431,7 @@ function ΔpureFunction5(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, thisA
27432
27431
  * @return {?} Updated or cached value
27433
27432
  *
27434
27433
  */
27435
- function ΔpureFunction6(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, thisArg) {
27434
+ function ɵɵpureFunction6(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, thisArg) {
27436
27435
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
27437
27436
  /** @type {?} */
27438
27437
  const bindingIndex = getBindingRoot() + slotOffset;
@@ -27464,7 +27463,7 @@ function ΔpureFunction6(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6,
27464
27463
  * @return {?} Updated or cached value
27465
27464
  *
27466
27465
  */
27467
- function ΔpureFunction7(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7, thisArg) {
27466
+ function ɵɵpureFunction7(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7, thisArg) {
27468
27467
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
27469
27468
  /** @type {?} */
27470
27469
  const bindingIndex = getBindingRoot() + slotOffset;
@@ -27497,7 +27496,7 @@ function ΔpureFunction7(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6,
27497
27496
  * @return {?} Updated or cached value
27498
27497
  *
27499
27498
  */
27500
- function ΔpureFunction8(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7, exp8, thisArg) {
27499
+ function ɵɵpureFunction8(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6, exp7, exp8, thisArg) {
27501
27500
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
27502
27501
  /** @type {?} */
27503
27502
  const bindingIndex = getBindingRoot() + slotOffset;
@@ -27526,7 +27525,7 @@ function ΔpureFunction8(slotOffset, pureFn, exp1, exp2, exp3, exp4, exp5, exp6,
27526
27525
  * @return {?} Updated or cached value
27527
27526
  *
27528
27527
  */
27529
- function ΔpureFunctionV(slotOffset, pureFn, exps, thisArg) {
27528
+ function ɵɵpureFunctionV(slotOffset, pureFn, exps, thisArg) {
27530
27529
  // TODO(kara): use bindingRoot instead of bindingStartIndex when implementing host bindings
27531
27530
  /** @type {?} */
27532
27531
  let bindingIndex = getBindingRoot() + slotOffset;
@@ -27554,7 +27553,7 @@ function ΔpureFunctionV(slotOffset, pureFn, exps, thisArg) {
27554
27553
  * @return {?} T the instance of the pipe.
27555
27554
  *
27556
27555
  */
27557
- function Δpipe(index, pipeName) {
27556
+ function ɵɵpipe(index, pipeName) {
27558
27557
  /** @type {?} */
27559
27558
  const tView = getLView()[TVIEW];
27560
27559
  /** @type {?} */
@@ -27611,10 +27610,10 @@ function getPipeDef$1(name, registry) {
27611
27610
  *
27612
27611
  * @return {?}
27613
27612
  */
27614
- function ΔpipeBind1(index, slotOffset, v1) {
27613
+ function ɵɵpipeBind1(index, slotOffset, v1) {
27615
27614
  /** @type {?} */
27616
- const pipeInstance = Δload(index);
27617
- return unwrapValue$1(isPure(index) ? ΔpureFunction1(slotOffset, pipeInstance.transform, v1, pipeInstance) :
27615
+ const pipeInstance = ɵɵload(index);
27616
+ return unwrapValue$1(isPure(index) ? ɵɵpureFunction1(slotOffset, pipeInstance.transform, v1, pipeInstance) :
27618
27617
  pipeInstance.transform(v1));
27619
27618
  }
27620
27619
  /**
@@ -27631,10 +27630,10 @@ function ΔpipeBind1(index, slotOffset, v1) {
27631
27630
  *
27632
27631
  * @return {?}
27633
27632
  */
27634
- function ΔpipeBind2(index, slotOffset, v1, v2) {
27633
+ function ɵɵpipeBind2(index, slotOffset, v1, v2) {
27635
27634
  /** @type {?} */
27636
- const pipeInstance = Δload(index);
27637
- return unwrapValue$1(isPure(index) ? ΔpureFunction2(slotOffset, pipeInstance.transform, v1, v2, pipeInstance) :
27635
+ const pipeInstance = ɵɵload(index);
27636
+ return unwrapValue$1(isPure(index) ? ɵɵpureFunction2(slotOffset, pipeInstance.transform, v1, v2, pipeInstance) :
27638
27637
  pipeInstance.transform(v1, v2));
27639
27638
  }
27640
27639
  /**
@@ -27652,10 +27651,11 @@ function ΔpipeBind2(index, slotOffset, v1, v2) {
27652
27651
  *
27653
27652
  * @return {?}
27654
27653
  */
27655
- function ΔpipeBind3(index, slotOffset, v1, v2, v3) {
27654
+ function ɵɵpipeBind3(index, slotOffset, v1, v2, v3) {
27656
27655
  /** @type {?} */
27657
- const pipeInstance = Δload(index);
27658
- return unwrapValue$1(isPure(index) ? ΔpureFunction3(slotOffset, pipeInstance.transform, v1, v2, v3, pipeInstance) :
27656
+ const pipeInstance = ɵɵload(index);
27657
+ return unwrapValue$1(isPure(index) ?
27658
+ ɵɵpureFunction3(slotOffset, pipeInstance.transform, v1, v2, v3, pipeInstance) :
27659
27659
  pipeInstance.transform(v1, v2, v3));
27660
27660
  }
27661
27661
  /**
@@ -27674,11 +27674,11 @@ function ΔpipeBind3(index, slotOffset, v1, v2, v3) {
27674
27674
  *
27675
27675
  * @return {?}
27676
27676
  */
27677
- function ΔpipeBind4(index, slotOffset, v1, v2, v3, v4) {
27677
+ function ɵɵpipeBind4(index, slotOffset, v1, v2, v3, v4) {
27678
27678
  /** @type {?} */
27679
- const pipeInstance = Δload(index);
27679
+ const pipeInstance = ɵɵload(index);
27680
27680
  return unwrapValue$1(isPure(index) ?
27681
- ΔpureFunction4(slotOffset, pipeInstance.transform, v1, v2, v3, v4, pipeInstance) :
27681
+ ɵɵpureFunction4(slotOffset, pipeInstance.transform, v1, v2, v3, v4, pipeInstance) :
27682
27682
  pipeInstance.transform(v1, v2, v3, v4));
27683
27683
  }
27684
27684
  /**
@@ -27694,10 +27694,10 @@ function ΔpipeBind4(index, slotOffset, v1, v2, v3, v4) {
27694
27694
  *
27695
27695
  * @return {?}
27696
27696
  */
27697
- function ΔpipeBindV(index, slotOffset, values) {
27697
+ function ɵɵpipeBindV(index, slotOffset, values) {
27698
27698
  /** @type {?} */
27699
- const pipeInstance = Δload(index);
27700
- return unwrapValue$1(isPure(index) ? ΔpureFunctionV(slotOffset, pipeInstance.transform, values, pipeInstance) :
27699
+ const pipeInstance = ɵɵload(index);
27700
+ return unwrapValue$1(isPure(index) ? ɵɵpureFunctionV(slotOffset, pipeInstance.transform, values, pipeInstance) :
27701
27701
  pipeInstance.transform.apply(pipeInstance, values));
27702
27702
  }
27703
27703
  /**
@@ -28473,7 +28473,7 @@ predicate, descend, read) {
28473
28473
  * resolving in creation mode, `false` otherwise.
28474
28474
  *
28475
28475
  */
28476
- function ΔqueryRefresh(queryList) {
28476
+ function ɵɵqueryRefresh(queryList) {
28477
28477
  /** @type {?} */
28478
28478
  const queryListImpl = ((/** @type {?} */ ((/** @type {?} */ (queryList)))));
28479
28479
  /** @type {?} */
@@ -28497,11 +28497,11 @@ function ΔqueryRefresh(queryList) {
28497
28497
  *
28498
28498
  * @return {?}
28499
28499
  */
28500
- function ΔstaticViewQuery(
28500
+ function ɵɵstaticViewQuery(
28501
28501
  // TODO(FW-486): "read" should be an AbstractType
28502
28502
  predicate, descend, read) {
28503
28503
  /** @type {?} */
28504
- const queryList = (/** @type {?} */ (ΔviewQuery(predicate, descend, read)));
28504
+ const queryList = (/** @type {?} */ (ɵɵviewQuery(predicate, descend, read)));
28505
28505
  /** @type {?} */
28506
28506
  const tView = getLView()[TVIEW];
28507
28507
  queryList._static = true;
@@ -28520,7 +28520,7 @@ predicate, descend, read) {
28520
28520
  * @return {?} QueryList<T>
28521
28521
  *
28522
28522
  */
28523
- function ΔviewQuery(
28523
+ function ɵɵviewQuery(
28524
28524
  // TODO(FW-486): "read" should be an AbstractType
28525
28525
  predicate, descend, read) {
28526
28526
  /** @type {?} */
@@ -28545,11 +28545,11 @@ predicate, descend, read) {
28545
28545
  * @template T
28546
28546
  * @return {?}
28547
28547
  */
28548
- function ΔloadViewQuery() {
28548
+ function ɵɵloadViewQuery() {
28549
28549
  /** @type {?} */
28550
28550
  const index = getCurrentQueryIndex();
28551
28551
  setCurrentQueryIndex(index + 1);
28552
- return Δload(index - HEADER_OFFSET);
28552
+ return ɵɵload(index - HEADER_OFFSET);
28553
28553
  }
28554
28554
  /**
28555
28555
  * Registers a QueryList, associated with a content query, for later refresh (part of a view
@@ -28564,7 +28564,7 @@ function ΔloadViewQuery() {
28564
28564
  * @return {?} QueryList<T>
28565
28565
  *
28566
28566
  */
28567
- function ΔcontentQuery(directiveIndex, predicate, descend,
28567
+ function ɵɵcontentQuery(directiveIndex, predicate, descend,
28568
28568
  // TODO(FW-486): "read" should be an AbstractType
28569
28569
  read) {
28570
28570
  /** @type {?} */
@@ -28598,11 +28598,11 @@ read) {
28598
28598
  * @return {?} QueryList<T>
28599
28599
  *
28600
28600
  */
28601
- function ΔstaticContentQuery(directiveIndex, predicate, descend,
28601
+ function ɵɵstaticContentQuery(directiveIndex, predicate, descend,
28602
28602
  // TODO(FW-486): "read" should be an AbstractType
28603
28603
  read) {
28604
28604
  /** @type {?} */
28605
- const queryList = (/** @type {?} */ (ΔcontentQuery(directiveIndex, predicate, descend, read)));
28605
+ const queryList = (/** @type {?} */ (ɵɵcontentQuery(directiveIndex, predicate, descend, read)));
28606
28606
  /** @type {?} */
28607
28607
  const tView = getLView()[TVIEW];
28608
28608
  queryList._static = true;
@@ -28616,7 +28616,7 @@ read) {
28616
28616
  * @template T
28617
28617
  * @return {?}
28618
28618
  */
28619
- function ΔloadContentQuery() {
28619
+ function ɵɵloadContentQuery() {
28620
28620
  /** @type {?} */
28621
28621
  const lView = getLView();
28622
28622
  ngDevMode &&
@@ -28641,7 +28641,7 @@ function ΔloadContentQuery() {
28641
28641
  * @param {?} currentView
28642
28642
  * @return {?}
28643
28643
  */
28644
- function ΔtemplateRefExtractor(tNode, currentView) {
28644
+ function ɵɵtemplateRefExtractor(tNode, currentView) {
28645
28645
  return createTemplateRef(TemplateRef, ElementRef, tNode, currentView);
28646
28646
  }
28647
28647
 
@@ -28752,129 +28752,129 @@ const ɵ0$8 = /**
28752
28752
  * @return {?}
28753
28753
  */
28754
28754
  () => ({
28755
- 'ΔdefineBase': ΔdefineBase,
28756
- 'ΔdefineComponent': ΔdefineComponent,
28757
- 'ΔdefineDirective': ΔdefineDirective,
28758
- 'ΔdefineInjectable': ΔdefineInjectable,
28759
- 'ΔdefineInjector': ΔdefineInjector,
28760
- 'ΔdefineNgModule': ΔdefineNgModule,
28761
- 'ΔdefinePipe': ΔdefinePipe,
28762
- 'ΔdirectiveInject': ΔdirectiveInject,
28763
- 'ΔgetFactoryOf': ΔgetFactoryOf,
28764
- 'ΔgetInheritedFactory': ΔgetInheritedFactory,
28765
- 'Δinject': Δinject,
28766
- 'ΔinjectAttribute': ΔinjectAttribute,
28767
- 'ΔtemplateRefExtractor': ΔtemplateRefExtractor,
28768
- 'ΔNgOnChangesFeature': ΔNgOnChangesFeature,
28769
- 'ΔProvidersFeature': ΔProvidersFeature,
28770
- 'ΔInheritDefinitionFeature': ΔInheritDefinitionFeature,
28771
- 'ΔelementAttribute': ΔelementAttribute,
28772
- 'Δbind': Δbind,
28773
- 'Δcontainer': Δcontainer,
28774
- 'ΔnextContext': ΔnextContext,
28775
- 'ΔcontainerRefreshStart': ΔcontainerRefreshStart,
28776
- 'ΔcontainerRefreshEnd': ΔcontainerRefreshEnd,
28777
- 'ΔnamespaceHTML': ΔnamespaceHTML,
28778
- 'ΔnamespaceMathML': ΔnamespaceMathML,
28779
- 'ΔnamespaceSVG': ΔnamespaceSVG,
28780
- 'ΔenableBindings': ΔenableBindings,
28781
- 'ΔdisableBindings': ΔdisableBindings,
28782
- 'ΔallocHostVars': ΔallocHostVars,
28783
- 'ΔelementStart': ΔelementStart,
28784
- 'ΔelementEnd': ΔelementEnd,
28785
- 'Δelement': Δelement,
28786
- 'ΔelementContainerStart': ΔelementContainerStart,
28787
- 'ΔelementContainerEnd': ΔelementContainerEnd,
28788
- 'ΔpureFunction0': ΔpureFunction0,
28789
- 'ΔpureFunction1': ΔpureFunction1,
28790
- 'ΔpureFunction2': ΔpureFunction2,
28791
- 'ΔpureFunction3': ΔpureFunction3,
28792
- 'ΔpureFunction4': ΔpureFunction4,
28793
- 'ΔpureFunction5': ΔpureFunction5,
28794
- 'ΔpureFunction6': ΔpureFunction6,
28795
- 'ΔpureFunction7': ΔpureFunction7,
28796
- 'ΔpureFunction8': ΔpureFunction8,
28797
- 'ΔpureFunctionV': ΔpureFunctionV,
28798
- 'ΔgetCurrentView': ΔgetCurrentView,
28799
- 'ΔrestoreView': ΔrestoreView,
28800
- 'Δinterpolation1': Δinterpolation1,
28801
- 'Δinterpolation2': Δinterpolation2,
28802
- 'Δinterpolation3': Δinterpolation3,
28803
- 'Δinterpolation4': Δinterpolation4,
28804
- 'Δinterpolation5': Δinterpolation5,
28805
- 'Δinterpolation6': Δinterpolation6,
28806
- 'Δinterpolation7': Δinterpolation7,
28807
- 'Δinterpolation8': Δinterpolation8,
28808
- 'ΔinterpolationV': ΔinterpolationV,
28809
- 'Δlistener': Δlistener,
28810
- 'Δload': Δload,
28811
- 'Δprojection': Δprojection,
28812
- 'ΔelementProperty': ΔelementProperty,
28813
- 'ΔcomponentHostSyntheticProperty': ΔcomponentHostSyntheticProperty,
28814
- 'ΔcomponentHostSyntheticListener': ΔcomponentHostSyntheticListener,
28815
- 'ΔpipeBind1': ΔpipeBind1,
28816
- 'ΔpipeBind2': ΔpipeBind2,
28817
- 'ΔpipeBind3': ΔpipeBind3,
28818
- 'ΔpipeBind4': ΔpipeBind4,
28819
- 'ΔpipeBindV': ΔpipeBindV,
28820
- 'ΔprojectionDef': ΔprojectionDef,
28821
- 'Δproperty': Δproperty,
28822
- 'ΔpropertyInterpolate': ΔpropertyInterpolate,
28823
- 'ΔpropertyInterpolate1': ΔpropertyInterpolate1,
28824
- 'ΔpropertyInterpolate2': ΔpropertyInterpolate2,
28825
- 'ΔpropertyInterpolate3': ΔpropertyInterpolate3,
28826
- 'ΔpropertyInterpolate4': ΔpropertyInterpolate4,
28827
- 'ΔpropertyInterpolate5': ΔpropertyInterpolate5,
28828
- 'ΔpropertyInterpolate6': ΔpropertyInterpolate6,
28829
- 'ΔpropertyInterpolate7': ΔpropertyInterpolate7,
28830
- 'ΔpropertyInterpolate8': ΔpropertyInterpolate8,
28831
- 'ΔpropertyInterpolateV': ΔpropertyInterpolateV,
28832
- 'Δpipe': Δpipe,
28833
- 'ΔqueryRefresh': ΔqueryRefresh,
28834
- 'ΔviewQuery': ΔviewQuery,
28835
- 'ΔstaticViewQuery': ΔstaticViewQuery,
28836
- 'ΔstaticContentQuery': ΔstaticContentQuery,
28837
- 'ΔloadViewQuery': ΔloadViewQuery,
28838
- 'ΔcontentQuery': ΔcontentQuery,
28839
- 'ΔloadContentQuery': ΔloadContentQuery,
28840
- 'Δreference': Δreference,
28841
- 'ΔelementHostAttrs': ΔelementHostAttrs,
28842
- 'ΔelementStyling': ΔelementStyling,
28843
- 'ΔelementStylingMap': ΔelementStylingMap,
28844
- 'ΔelementStyleProp': ΔelementStyleProp,
28845
- 'ΔelementStylingApply': ΔelementStylingApply,
28846
- 'ΔelementClassProp': ΔelementClassProp,
28847
- 'ΔelementHostStyling': ΔelementHostStyling,
28848
- 'ΔelementHostStylingMap': ΔelementHostStylingMap,
28849
- 'ΔelementHostStyleProp': ΔelementHostStyleProp,
28850
- 'ΔelementHostStylingApply': ΔelementHostStylingApply,
28851
- 'ΔelementHostClassProp': ΔelementHostClassProp,
28852
- 'Δselect': Δselect,
28853
- 'Δtemplate': Δtemplate,
28854
- 'Δtext': Δtext,
28855
- 'ΔtextBinding': ΔtextBinding,
28856
- 'ΔembeddedViewStart': ΔembeddedViewStart,
28857
- 'ΔembeddedViewEnd': ΔembeddedViewEnd,
28858
- 'Δi18n': Δi18n,
28859
- 'Δi18nAttributes': Δi18nAttributes,
28860
- 'Δi18nExp': Δi18nExp,
28861
- 'Δi18nStart': Δi18nStart,
28862
- 'Δi18nEnd': Δi18nEnd,
28863
- 'Δi18nApply': Δi18nApply,
28864
- 'Δi18nPostprocess': Δi18nPostprocess,
28865
- 'Δi18nLocalize': Δi18nLocalize,
28866
- 'ΔresolveWindow': ΔresolveWindow,
28867
- 'ΔresolveDocument': ΔresolveDocument,
28868
- 'ΔresolveBody': ΔresolveBody,
28869
- 'ΔsetComponentScope': ΔsetComponentScope,
28870
- 'ΔsetNgModuleScope': ΔsetNgModuleScope,
28871
- 'ΔsanitizeHtml': ΔsanitizeHtml,
28872
- 'ΔsanitizeStyle': ΔsanitizeStyle,
28873
- 'ΔdefaultStyleSanitizer': ΔdefaultStyleSanitizer,
28874
- 'ΔsanitizeResourceUrl': ΔsanitizeResourceUrl,
28875
- 'ΔsanitizeScript': ΔsanitizeScript,
28876
- 'ΔsanitizeUrl': ΔsanitizeUrl,
28877
- 'ΔsanitizeUrlOrResourceUrl': ΔsanitizeUrlOrResourceUrl,
28755
+ 'ɵɵdefineBase': ɵɵdefineBase,
28756
+ 'ɵɵdefineComponent': ɵɵdefineComponent,
28757
+ 'ɵɵdefineDirective': ɵɵdefineDirective,
28758
+ 'ɵɵdefineInjectable': ɵɵdefineInjectable,
28759
+ 'ɵɵdefineInjector': ɵɵdefineInjector,
28760
+ 'ɵɵdefineNgModule': ɵɵdefineNgModule,
28761
+ 'ɵɵdefinePipe': ɵɵdefinePipe,
28762
+ 'ɵɵdirectiveInject': ɵɵdirectiveInject,
28763
+ 'ɵɵgetFactoryOf': ɵɵgetFactoryOf,
28764
+ 'ɵɵgetInheritedFactory': ɵɵgetInheritedFactory,
28765
+ 'ɵɵinject': ɵɵinject,
28766
+ 'ɵɵinjectAttribute': ɵɵinjectAttribute,
28767
+ 'ɵɵtemplateRefExtractor': ɵɵtemplateRefExtractor,
28768
+ 'ɵɵNgOnChangesFeature': ɵɵNgOnChangesFeature,
28769
+ 'ɵɵProvidersFeature': ɵɵProvidersFeature,
28770
+ 'ɵɵInheritDefinitionFeature': ɵɵInheritDefinitionFeature,
28771
+ 'ɵɵelementAttribute': ɵɵelementAttribute,
28772
+ 'ɵɵbind': ɵɵbind,
28773
+ 'ɵɵcontainer': ɵɵcontainer,
28774
+ 'ɵɵnextContext': ɵɵnextContext,
28775
+ 'ɵɵcontainerRefreshStart': ɵɵcontainerRefreshStart,
28776
+ 'ɵɵcontainerRefreshEnd': ɵɵcontainerRefreshEnd,
28777
+ 'ɵɵnamespaceHTML': ɵɵnamespaceHTML,
28778
+ 'ɵɵnamespaceMathML': ɵɵnamespaceMathML,
28779
+ 'ɵɵnamespaceSVG': ɵɵnamespaceSVG,
28780
+ 'ɵɵenableBindings': ɵɵenableBindings,
28781
+ 'ɵɵdisableBindings': ɵɵdisableBindings,
28782
+ 'ɵɵallocHostVars': ɵɵallocHostVars,
28783
+ 'ɵɵelementStart': ɵɵelementStart,
28784
+ 'ɵɵelementEnd': ɵɵelementEnd,
28785
+ 'ɵɵelement': ɵɵelement,
28786
+ 'ɵɵelementContainerStart': ɵɵelementContainerStart,
28787
+ 'ɵɵelementContainerEnd': ɵɵelementContainerEnd,
28788
+ 'ɵɵpureFunction0': ɵɵpureFunction0,
28789
+ 'ɵɵpureFunction1': ɵɵpureFunction1,
28790
+ 'ɵɵpureFunction2': ɵɵpureFunction2,
28791
+ 'ɵɵpureFunction3': ɵɵpureFunction3,
28792
+ 'ɵɵpureFunction4': ɵɵpureFunction4,
28793
+ 'ɵɵpureFunction5': ɵɵpureFunction5,
28794
+ 'ɵɵpureFunction6': ɵɵpureFunction6,
28795
+ 'ɵɵpureFunction7': ɵɵpureFunction7,
28796
+ 'ɵɵpureFunction8': ɵɵpureFunction8,
28797
+ 'ɵɵpureFunctionV': ɵɵpureFunctionV,
28798
+ 'ɵɵgetCurrentView': ɵɵgetCurrentView,
28799
+ 'ɵɵrestoreView': ɵɵrestoreView,
28800
+ 'ɵɵinterpolation1': ɵɵinterpolation1,
28801
+ 'ɵɵinterpolation2': ɵɵinterpolation2,
28802
+ 'ɵɵinterpolation3': ɵɵinterpolation3,
28803
+ 'ɵɵinterpolation4': ɵɵinterpolation4,
28804
+ 'ɵɵinterpolation5': ɵɵinterpolation5,
28805
+ 'ɵɵinterpolation6': ɵɵinterpolation6,
28806
+ 'ɵɵinterpolation7': ɵɵinterpolation7,
28807
+ 'ɵɵinterpolation8': ɵɵinterpolation8,
28808
+ 'ɵɵinterpolationV': ɵɵinterpolationV,
28809
+ 'ɵɵlistener': ɵɵlistener,
28810
+ 'ɵɵload': ɵɵload,
28811
+ 'ɵɵprojection': ɵɵprojection,
28812
+ 'ɵɵelementProperty': ɵɵelementProperty,
28813
+ 'ɵɵcomponentHostSyntheticProperty': ɵɵcomponentHostSyntheticProperty,
28814
+ 'ɵɵcomponentHostSyntheticListener': ɵɵcomponentHostSyntheticListener,
28815
+ 'ɵɵpipeBind1': ɵɵpipeBind1,
28816
+ 'ɵɵpipeBind2': ɵɵpipeBind2,
28817
+ 'ɵɵpipeBind3': ɵɵpipeBind3,
28818
+ 'ɵɵpipeBind4': ɵɵpipeBind4,
28819
+ 'ɵɵpipeBindV': ɵɵpipeBindV,
28820
+ 'ɵɵprojectionDef': ɵɵprojectionDef,
28821
+ 'ɵɵproperty': ɵɵproperty,
28822
+ 'ɵɵpropertyInterpolate': ɵɵpropertyInterpolate,
28823
+ 'ɵɵpropertyInterpolate1': ɵɵpropertyInterpolate1,
28824
+ 'ɵɵpropertyInterpolate2': ɵɵpropertyInterpolate2,
28825
+ 'ɵɵpropertyInterpolate3': ɵɵpropertyInterpolate3,
28826
+ 'ɵɵpropertyInterpolate4': ɵɵpropertyInterpolate4,
28827
+ 'ɵɵpropertyInterpolate5': ɵɵpropertyInterpolate5,
28828
+ 'ɵɵpropertyInterpolate6': ɵɵpropertyInterpolate6,
28829
+ 'ɵɵpropertyInterpolate7': ɵɵpropertyInterpolate7,
28830
+ 'ɵɵpropertyInterpolate8': ɵɵpropertyInterpolate8,
28831
+ 'ɵɵpropertyInterpolateV': ɵɵpropertyInterpolateV,
28832
+ 'ɵɵpipe': ɵɵpipe,
28833
+ 'ɵɵqueryRefresh': ɵɵqueryRefresh,
28834
+ 'ɵɵviewQuery': ɵɵviewQuery,
28835
+ 'ɵɵstaticViewQuery': ɵɵstaticViewQuery,
28836
+ 'ɵɵstaticContentQuery': ɵɵstaticContentQuery,
28837
+ 'ɵɵloadViewQuery': ɵɵloadViewQuery,
28838
+ 'ɵɵcontentQuery': ɵɵcontentQuery,
28839
+ 'ɵɵloadContentQuery': ɵɵloadContentQuery,
28840
+ 'ɵɵreference': ɵɵreference,
28841
+ 'ɵɵelementHostAttrs': ɵɵelementHostAttrs,
28842
+ 'ɵɵelementStyling': ɵɵelementStyling,
28843
+ 'ɵɵelementStylingMap': ɵɵelementStylingMap,
28844
+ 'ɵɵelementStyleProp': ɵɵelementStyleProp,
28845
+ 'ɵɵelementStylingApply': ɵɵelementStylingApply,
28846
+ 'ɵɵelementClassProp': ɵɵelementClassProp,
28847
+ 'ɵɵelementHostStyling': ɵɵelementHostStyling,
28848
+ 'ɵɵelementHostStylingMap': ɵɵelementHostStylingMap,
28849
+ 'ɵɵelementHostStyleProp': ɵɵelementHostStyleProp,
28850
+ 'ɵɵelementHostStylingApply': ɵɵelementHostStylingApply,
28851
+ 'ɵɵelementHostClassProp': ɵɵelementHostClassProp,
28852
+ 'ɵɵselect': ɵɵselect,
28853
+ 'ɵɵtemplate': ɵɵtemplate,
28854
+ 'ɵɵtext': ɵɵtext,
28855
+ 'ɵɵtextBinding': ɵɵtextBinding,
28856
+ 'ɵɵembeddedViewStart': ɵɵembeddedViewStart,
28857
+ 'ɵɵembeddedViewEnd': ɵɵembeddedViewEnd,
28858
+ 'ɵɵi18n': ɵɵi18n,
28859
+ 'ɵɵi18nAttributes': ɵɵi18nAttributes,
28860
+ 'ɵɵi18nExp': ɵɵi18nExp,
28861
+ 'ɵɵi18nStart': ɵɵi18nStart,
28862
+ 'ɵɵi18nEnd': ɵɵi18nEnd,
28863
+ 'ɵɵi18nApply': ɵɵi18nApply,
28864
+ 'ɵɵi18nPostprocess': ɵɵi18nPostprocess,
28865
+ 'ɵɵi18nLocalize': ɵɵi18nLocalize,
28866
+ 'ɵɵresolveWindow': ɵɵresolveWindow,
28867
+ 'ɵɵresolveDocument': ɵɵresolveDocument,
28868
+ 'ɵɵresolveBody': ɵɵresolveBody,
28869
+ 'ɵɵsetComponentScope': ɵɵsetComponentScope,
28870
+ 'ɵɵsetNgModuleScope': ɵɵsetNgModuleScope,
28871
+ 'ɵɵsanitizeHtml': ɵɵsanitizeHtml,
28872
+ 'ɵɵsanitizeStyle': ɵɵsanitizeStyle,
28873
+ 'ɵɵdefaultStyleSanitizer': ɵɵdefaultStyleSanitizer,
28874
+ 'ɵɵsanitizeResourceUrl': ɵɵsanitizeResourceUrl,
28875
+ 'ɵɵsanitizeScript': ɵɵsanitizeScript,
28876
+ 'ɵɵsanitizeUrl': ɵɵsanitizeUrl,
28877
+ 'ɵɵsanitizeUrlOrResourceUrl': ɵɵsanitizeUrlOrResourceUrl,
28878
28878
  'ɵregisterNgModuleType': registerNgModuleType,
28879
28879
  });
28880
28880
  /**
@@ -28980,11 +28980,13 @@ function compileNgModuleDefs(moduleType, ngModule) {
28980
28980
  if (ngModuleDef === null) {
28981
28981
  ngModuleDef = getCompilerFacade().compileNgModule(angularCoreEnv, `ng:///${moduleType.name}/ngModuleDef.js`, {
28982
28982
  type: moduleType,
28983
- bootstrap: flatten(ngModule.bootstrap || EMPTY_ARRAY$4, resolveForwardRef),
28983
+ bootstrap: flatten(ngModule.bootstrap || EMPTY_ARRAY$4).map(resolveForwardRef),
28984
28984
  declarations: declarations.map(resolveForwardRef),
28985
- imports: flatten(ngModule.imports || EMPTY_ARRAY$4, resolveForwardRef)
28985
+ imports: flatten(ngModule.imports || EMPTY_ARRAY$4)
28986
+ .map(resolveForwardRef)
28986
28987
  .map(expandModuleWithProviders),
28987
- exports: flatten(ngModule.exports || EMPTY_ARRAY$4, resolveForwardRef)
28988
+ exports: flatten(ngModule.exports || EMPTY_ARRAY$4)
28989
+ .map(resolveForwardRef)
28988
28990
  .map(expandModuleWithProviders),
28989
28991
  emitInline: true,
28990
28992
  schemas: ngModule.schemas ? flatten(ngModule.schemas) : null,
@@ -29041,14 +29043,14 @@ function verifySemanticsOfNgModuleDef(moduleType) {
29041
29043
  const declarations = maybeUnwrapFn(ngModuleDef.declarations);
29042
29044
  /** @type {?} */
29043
29045
  const imports = maybeUnwrapFn(ngModuleDef.imports);
29044
- flatten(imports, unwrapModuleWithProvidersImports).forEach(verifySemanticsOfNgModuleDef);
29046
+ flatten(imports).map(unwrapModuleWithProvidersImports).forEach(verifySemanticsOfNgModuleDef);
29045
29047
  /** @type {?} */
29046
29048
  const exports = maybeUnwrapFn(ngModuleDef.exports);
29047
29049
  declarations.forEach(verifyDeclarationsHaveDefinitions);
29048
29050
  /** @type {?} */
29049
29051
  const combinedDeclarations = [
29050
29052
  ...declarations.map(resolveForwardRef),
29051
- ...flatten(imports.map(computeCombinedExports), resolveForwardRef),
29053
+ ...flatten(imports.map(computeCombinedExports)).map(resolveForwardRef),
29052
29054
  ];
29053
29055
  exports.forEach(verifyExportsAreDeclaredOrReExported);
29054
29056
  declarations.forEach(verifyDeclarationIsUnique);
@@ -29057,7 +29059,8 @@ function verifySemanticsOfNgModuleDef(moduleType) {
29057
29059
  const ngModule = getAnnotation(moduleType, 'NgModule');
29058
29060
  if (ngModule) {
29059
29061
  ngModule.imports &&
29060
- flatten(ngModule.imports, unwrapModuleWithProvidersImports)
29062
+ flatten(ngModule.imports)
29063
+ .map(unwrapModuleWithProvidersImports)
29061
29064
  .forEach(verifySemanticsOfNgModuleDef);
29062
29065
  ngModule.bootstrap && ngModule.bootstrap.forEach(verifyCorrectBootstrapType);
29063
29066
  ngModule.bootstrap && ngModule.bootstrap.forEach(verifyComponentIsPartOfNgModule);
@@ -30057,7 +30060,7 @@ function preR3NgModuleCompile(moduleType, metadata) {
30057
30060
  if (metadata && metadata.exports) {
30058
30061
  imports = [...imports, metadata.exports];
30059
30062
  }
30060
- /** @nocollapse */ moduleType.ngInjectorDef = ΔdefineInjector({
30063
+ /** @nocollapse */ moduleType.ngInjectorDef = ɵɵdefineInjector({
30061
30064
  factory: convertInjectableProviderToFactory(moduleType, { useClass: moduleType }),
30062
30065
  providers: metadata && metadata.providers,
30063
30066
  imports: imports,
@@ -30518,6 +30521,7 @@ function noopScope(arg0, arg1) {
30518
30521
  * an exception is expected during normal execution while profiling.
30519
30522
  *
30520
30523
  * \@publicApi
30524
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
30521
30525
  * @type {?}
30522
30526
  */
30523
30527
  const wtfCreateScope = wtfEnabled ? createScope : (/**
@@ -30534,6 +30538,7 @@ const wtfCreateScope = wtfEnabled ? createScope : (/**
30534
30538
  *
30535
30539
  * Returns the `returnValue for easy chaining.
30536
30540
  * \@publicApi
30541
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
30537
30542
  * @type {?}
30538
30543
  */
30539
30544
  const wtfLeave = wtfEnabled ? leave : (/**
@@ -30554,6 +30559,7 @@ const wtfLeave = wtfEnabled ? leave : (/**
30554
30559
  * });
30555
30560
  * }
30556
30561
  * \@publicApi
30562
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
30557
30563
  * @type {?}
30558
30564
  */
30559
30565
  const wtfStartTimeRange = wtfEnabled ? startTimeRange : (/**
@@ -30567,6 +30573,7 @@ const wtfStartTimeRange = wtfEnabled ? startTimeRange : (/**
30567
30573
  * [range] is the return value from [wtfStartTimeRange] Async ranges only work if WTF has been
30568
30574
  * enabled.
30569
30575
  * \@publicApi
30576
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
30570
30577
  * @type {?}
30571
30578
  */
30572
30579
  const wtfEndTimeRange = wtfEnabled ? endTimeRange : (/**
@@ -36865,5 +36872,5 @@ class NgModuleFactory_ extends NgModuleFactory {
36865
36872
  * Generated bundle index. Do not edit.
36866
36873
  */
36867
36874
 
36868
- 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, 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 };
36875
+ 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, 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 };
36869
36876
  //# sourceMappingURL=core.js.map