@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/core.d.ts 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
  */
@@ -1250,13 +1250,13 @@ export declare interface ContentChildDecorator {
1250
1250
  *
1251
1251
  * @Annotation
1252
1252
  */
1253
- (selector: Type<any> | Function | string, opts?: {
1253
+ (selector: Type<any> | Function | string, opts: {
1254
1254
  read?: any;
1255
- static?: boolean;
1255
+ static: boolean;
1256
1256
  }): any;
1257
- new (selector: Type<any> | Function | string, opts?: {
1257
+ new (selector: Type<any> | Function | string, opts: {
1258
1258
  read?: any;
1259
- static?: boolean;
1259
+ static: boolean;
1260
1260
  }): ContentChild;
1261
1261
  }
1262
1262
 
@@ -1588,10 +1588,10 @@ export declare class DefaultIterableDiffer<V> implements IterableDiffer<V>, Iter
1588
1588
 
1589
1589
  /**
1590
1590
  * @deprecated in v8, delete after v10. This API should be used only be generated code, and that
1591
- * code should now use ΔdefineInjectable instead.
1591
+ * code should now use ɵɵdefineInjectable instead.
1592
1592
  * @publicApi
1593
1593
  */
1594
- export declare const defineInjectable: typeof ΔdefineInjectable;
1594
+ export declare const defineInjectable: typeof ɵɵdefineInjectable;
1595
1595
 
1596
1596
  declare interface Definition<DF extends DefinitionFactory<any>> {
1597
1597
  factory: DF | null;
@@ -3114,7 +3114,7 @@ export declare const Inject: InjectDecorator;
3114
3114
  *
3115
3115
  * @publicApi
3116
3116
  */
3117
- export declare const inject: typeof Δinject;
3117
+ export declare const inject: typeof ɵɵinject;
3118
3118
 
3119
3119
  /**
3120
3120
  * Type of the Injectable metadata.
@@ -3155,7 +3155,7 @@ export declare interface InjectableDecorator {
3155
3155
  *
3156
3156
  * The following example shows how service classes are properly marked as
3157
3157
  * injectable.
3158
- *Z
3158
+ *
3159
3159
  * <code-example path="core/di/ts/metadata_spec.ts" region="Injectable"></code-example>
3160
3160
  *
3161
3161
  */
@@ -5156,6 +5156,16 @@ declare interface ProceduralRenderer3 {
5156
5156
  */
5157
5157
  declare type ProcessProvidersFunction = (providers: Provider[]) => Provider[];
5158
5158
 
5159
+ /**
5160
+ * List of slots for a projection. A slot can be either based on a parsed CSS selector
5161
+ * which will be used to determine nodes which are projected into that slot.
5162
+ *
5163
+ * When set to "*", the slot is reserved and can be used for multi-slot projection
5164
+ * using {@link ViewContainerRef#createComponent}. The last slot that specifies the
5165
+ * wildcard selector will retrieve all projectable nodes which do not match any selector.
5166
+ */
5167
+ declare type ProjectionSlots = (ɵCssSelectorList | '*')[];
5168
+
5159
5169
  /**
5160
5170
  * This mapping is necessary so we can set input properties and output listeners
5161
5171
  * properly at runtime when property names are minified or aliased.
@@ -5233,7 +5243,7 @@ export declare interface Query {
5233
5243
  read: any;
5234
5244
  isViewQuery: boolean;
5235
5245
  selector: any;
5236
- static?: boolean;
5246
+ static: boolean;
5237
5247
  }
5238
5248
 
5239
5249
  /**
@@ -8051,13 +8061,13 @@ export declare interface ViewChildDecorator {
8051
8061
  *
8052
8062
  * @Annotation
8053
8063
  */
8054
- (selector: Type<any> | Function | string, opts?: {
8064
+ (selector: Type<any> | Function | string, opts: {
8055
8065
  read?: any;
8056
- static?: boolean;
8066
+ static: boolean;
8057
8067
  }): any;
8058
- new (selector: Type<any> | Function | string, opts?: {
8068
+ new (selector: Type<any> | Function | string, opts: {
8059
8069
  read?: any;
8060
- static?: boolean;
8070
+ static: boolean;
8061
8071
  }): ViewChild;
8062
8072
  }
8063
8073
 
@@ -8627,6 +8637,7 @@ export declare class WrappedValue {
8627
8637
  * an exception is expected during normal execution while profiling.
8628
8638
  *
8629
8639
  * @publicApi
8640
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
8630
8641
  */
8631
8642
  export declare const wtfCreateScope: (signature: string, flags?: any) => WtfScopeFn;
8632
8643
 
@@ -8635,6 +8646,7 @@ export declare const wtfCreateScope: (signature: string, flags?: any) => WtfScop
8635
8646
  * [range] is the return value from [wtfStartTimeRange] Async ranges only work if WTF has been
8636
8647
  * enabled.
8637
8648
  * @publicApi
8649
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
8638
8650
  */
8639
8651
  export declare const wtfEndTimeRange: (range: any) => void;
8640
8652
 
@@ -8646,6 +8658,7 @@ export declare const wtfEndTimeRange: (range: any) => void;
8646
8658
  *
8647
8659
  * Returns the `returnValue for easy chaining.
8648
8660
  * @publicApi
8661
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
8649
8662
  */
8650
8663
  export declare const wtfLeave: <T>(scope: any, returnValue?: T) => T;
8651
8664
 
@@ -8654,6 +8667,7 @@ export declare const wtfLeave: <T>(scope: any, returnValue?: T) => T;
8654
8667
  * A scope function for the Web Tracing Framework (WTF).
8655
8668
  *
8656
8669
  * @publicApi
8670
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
8657
8671
  */
8658
8672
  export declare interface WtfScopeFn {
8659
8673
  (arg0?: any, arg1?: any): any;
@@ -8671,6 +8685,7 @@ export declare interface WtfScopeFn {
8671
8685
  * });
8672
8686
  * }
8673
8687
  * @publicApi
8688
+ * @deprecated the Web Tracing Framework is no longer supported in Angular
8674
8689
  */
8675
8690
  export declare const wtfStartTimeRange: (rangeType: string, action: string) => any;
8676
8691
 
@@ -8804,7 +8819,7 @@ export declare interface ɵangular_packages_core_core_bg extends TNode {
8804
8819
  * `packages/compiler/src/schema/dom_security_schema.ts`.
8805
8820
  * If tag and prop names don't match Resource URL schema, use URL sanitizer.
8806
8821
  */
8807
- export declare function ɵangular_packages_core_core_bh(tag: string, prop: string): typeof ΔsanitizeResourceUrl;
8822
+ export declare function ɵangular_packages_core_core_bh(tag: string, prop: string): typeof ɵɵsanitizeResourceUrl;
8808
8823
 
8809
8824
  /**
8810
8825
  * Defines the shape which produces the Player.
@@ -9675,7 +9690,7 @@ export declare function ɵdid(checkIndex: number, flags: ɵNodeFlags, matchedQue
9675
9690
  *
9676
9691
  * See: {@link defineDirective}
9677
9692
  */
9678
- export declare interface ɵDirectiveDef<T> extends ΔBaseDef<T> {
9693
+ export declare interface ɵDirectiveDef<T> extends ɵɵBaseDef<T> {
9679
9694
  /** Token representing the directive. Used by DI. */
9680
9695
  type: Type<T>;
9681
9696
  /** Function that resolves providers and publishes them into the DI system. */
@@ -9777,7 +9792,7 @@ export declare function ɵgetHostElement<T>(directive: T): Element;
9777
9792
  *
9778
9793
  * @param type type which may have `ngInjectableDef`
9779
9794
  */
9780
- export declare function ɵgetInjectableDef<T>(type: any): ΔInjectableDef<T> | null;
9795
+ export declare function ɵgetInjectableDef<T>(type: any): ɵɵInjectableDef<T> | null;
9781
9796
 
9782
9797
  /** Returns the matching `LContext` data for a given DOM node, directive or component instance.
9783
9798
  *
@@ -9978,7 +9993,7 @@ export declare const ɵNG_PIPE_DEF: string;
9978
9993
  * This is the internal data structure used by the runtime to assemble components, directives,
9979
9994
  * pipes, and injectors.
9980
9995
  *
9981
- * NOTE: Always use defineNgModule` function to create this object,
9996
+ * NOTE: Always use `ɵɵdefineNgModule` function to create this object,
9982
9997
  * never create the object directly since the shape of this object
9983
9998
  * can change between versions.
9984
9999
  */
@@ -10555,19 +10570,6 @@ export declare const enum ɵViewFlags {
10555
10570
  */
10556
10571
  export declare function ɵwhenRendered(component: any): Promise<null>;
10557
10572
 
10558
- /**
10559
- * @deprecated delete before v8. Use `defineInjectable`, which is also deprecated, but will be
10560
- * around until v10.
10561
- * @publicApi
10562
- */
10563
- export declare const ɵɵdefineInjectable: typeof ΔdefineInjectable;
10564
-
10565
- /**
10566
- * @deprecated delete by v8, use `inject`.
10567
- * @codeGenApi
10568
- */
10569
- export declare const ɵɵinject: typeof Δinject;
10570
-
10571
10573
 
10572
10574
  /**
10573
10575
  * Allocates the necessary amount of slots for host vars.
@@ -10576,7 +10578,7 @@ export declare const ɵɵinject: typeof Δinject;
10576
10578
  *
10577
10579
  * @codeGenApi
10578
10580
  */
10579
- export declare function ΔallocHostVars(count: number): void;
10581
+ export declare function ɵɵallocHostVars(count: number): void;
10580
10582
 
10581
10583
  /**
10582
10584
  * Runtime information for classes that are inherited by components or directives
@@ -10589,7 +10591,7 @@ export declare function ΔallocHostVars(count: number): void;
10589
10591
  *
10590
10592
  * @codeGenApi
10591
10593
  */
10592
- export declare interface ΔBaseDef<T> {
10594
+ export declare interface ɵɵBaseDef<T> {
10593
10595
  /**
10594
10596
  * A dictionary mapping the inputs' minified property names to their public API names, which
10595
10597
  * are their aliases if any, or their original unminified property names
@@ -10632,12 +10634,12 @@ export declare interface ΔBaseDef<T> {
10632
10634
  *
10633
10635
  * @codeGenApi
10634
10636
  */
10635
- export declare function Δbind<T>(value: T): T | ɵNO_CHANGE;
10637
+ export declare function ɵɵbind<T>(value: T): T | ɵNO_CHANGE;
10636
10638
 
10637
10639
  /**
10638
10640
  * @codeGenApi
10639
10641
  */
10640
- export declare type ΔComponentDefWithMeta<T, Selector extends String, ExportAs extends string[], InputMap extends {
10642
+ export declare type ɵɵComponentDefWithMeta<T, Selector extends String, ExportAs extends string[], InputMap extends {
10641
10643
  [key: string]: string;
10642
10644
  }, OutputMap extends {
10643
10645
  [key: string]: string;
@@ -10664,7 +10666,7 @@ export declare type ΔComponentDefWithMeta<T, Selector extends String, ExportAs
10664
10666
  *
10665
10667
  * @codeGenApi
10666
10668
  */
10667
- export declare function ΔcomponentHostSyntheticListener<T>(eventName: string, listenerFn: (e?: any) => any, useCapture?: boolean, eventTargetResolver?: GlobalTargetResolver): void;
10669
+ export declare function ɵɵcomponentHostSyntheticListener<T>(eventName: string, listenerFn: (e?: any) => any, useCapture?: boolean, eventTargetResolver?: GlobalTargetResolver): void;
10668
10670
 
10669
10671
  /**
10670
10672
  * Updates a synthetic host binding (e.g. `[@foo]`) on a component.
@@ -10689,7 +10691,7 @@ export declare function ΔcomponentHostSyntheticListener<T>(eventName: string, l
10689
10691
  *
10690
10692
  * @codeGenApi
10691
10693
  */
10692
- export declare function ΔcomponentHostSyntheticProperty<T>(index: number, propName: string, value: T | ɵNO_CHANGE, sanitizer?: SanitizerFn | null, nativeOnly?: boolean): void;
10694
+ export declare function ɵɵcomponentHostSyntheticProperty<T>(index: number, propName: string, value: T | ɵNO_CHANGE, sanitizer?: SanitizerFn | null, nativeOnly?: boolean): void;
10693
10695
 
10694
10696
  /**
10695
10697
  * Creates an LContainer for inline views, e.g.
@@ -10702,7 +10704,7 @@ export declare function ΔcomponentHostSyntheticProperty<T>(index: number, propN
10702
10704
  *
10703
10705
  * @codeGenApi
10704
10706
  */
10705
- export declare function Δcontainer(index: number): void;
10707
+ export declare function ɵɵcontainer(index: number): void;
10706
10708
 
10707
10709
  /**
10708
10710
  * Marks the end of the LContainer.
@@ -10711,7 +10713,7 @@ export declare function Δcontainer(index: number): void;
10711
10713
  *
10712
10714
  * @codeGenApi
10713
10715
  */
10714
- export declare function ΔcontainerRefreshEnd(): void;
10716
+ export declare function ɵɵcontainerRefreshEnd(): void;
10715
10717
 
10716
10718
  /**
10717
10719
  * Sets a container up to receive views.
@@ -10720,7 +10722,7 @@ export declare function ΔcontainerRefreshEnd(): void;
10720
10722
  *
10721
10723
  * @codeGenApi
10722
10724
  */
10723
- export declare function ΔcontainerRefreshStart(index: number): void;
10725
+ export declare function ɵɵcontainerRefreshStart(index: number): void;
10724
10726
 
10725
10727
  /**
10726
10728
  * Registers a QueryList, associated with a content query, for later refresh (part of a view
@@ -10734,7 +10736,7 @@ export declare function ΔcontainerRefreshStart(index: number): void;
10734
10736
  *
10735
10737
  * @codeGenApi
10736
10738
  */
10737
- export declare function ΔcontentQuery<T>(directiveIndex: number, predicate: Type<any> | string[], descend: boolean, read: any): QueryList<T>;
10739
+ export declare function ɵɵcontentQuery<T>(directiveIndex: number, predicate: Type<any> | string[], descend: boolean, read: any): QueryList<T>;
10738
10740
 
10739
10741
  /**
10740
10742
  * The default style sanitizer will handle sanitization for style properties by
@@ -10742,7 +10744,7 @@ export declare function ΔcontentQuery<T>(directiveIndex: number, predicate: Typ
10742
10744
  *
10743
10745
  * @publicApi
10744
10746
  */
10745
- export declare const ΔdefaultStyleSanitizer: StyleSanitizeFn;
10747
+ export declare const ɵɵdefaultStyleSanitizer: StyleSanitizeFn;
10746
10748
 
10747
10749
  /**
10748
10750
  * Create a base definition
@@ -10750,7 +10752,7 @@ export declare const ΔdefaultStyleSanitizer: StyleSanitizeFn;
10750
10752
  * # Example
10751
10753
  * ```ts
10752
10754
  * class ShouldBeInherited {
10753
- * static ngBaseDef = ΔdefineBase({
10755
+ * static ngBaseDef = ɵɵdefineBase({
10754
10756
  * ...
10755
10757
  * })
10756
10758
  * }
@@ -10760,7 +10762,7 @@ export declare const ΔdefaultStyleSanitizer: StyleSanitizeFn;
10760
10762
  *
10761
10763
  * @codeGenApi
10762
10764
  */
10763
- export declare function ΔdefineBase<T>(baseDefinition: {
10765
+ export declare function ɵɵdefineBase<T>(baseDefinition: {
10764
10766
  /**
10765
10767
  * A map of input names.
10766
10768
  *
@@ -10829,7 +10831,7 @@ export declare function ΔdefineBase<T>(baseDefinition: {
10829
10831
  * set of instructions to be inserted into the template function.
10830
10832
  */
10831
10833
  viewQuery?: ViewQueriesFunction<T> | null;
10832
- }): ΔBaseDef<T>;
10834
+ }): ɵɵBaseDef<T>;
10833
10835
 
10834
10836
  /**
10835
10837
  * Create a component definition object.
@@ -10847,7 +10849,7 @@ export declare function ΔdefineBase<T>(baseDefinition: {
10847
10849
  * ```
10848
10850
  * @codeGenApi
10849
10851
  */
10850
- export declare function ΔdefineComponent<T>(componentDefinition: {
10852
+ export declare function ɵɵdefineComponent<T>(componentDefinition: {
10851
10853
  /**
10852
10854
  * Directive type, needed to configure the injector.
10853
10855
  */
@@ -11044,7 +11046,7 @@ export declare function ΔdefineComponent<T>(componentDefinition: {
11044
11046
  * class MyDirective {
11045
11047
  * // Generated by Angular Template Compiler
11046
11048
  * // [Symbol] syntax will not be supported by TypeScript until v2.7
11047
- * static ngDirectiveDef = ΔdefineDirective({
11049
+ * static ngDirectiveDef = ɵɵdefineDirective({
11048
11050
  * ...
11049
11051
  * });
11050
11052
  * }
@@ -11052,7 +11054,7 @@ export declare function ΔdefineComponent<T>(componentDefinition: {
11052
11054
  *
11053
11055
  * @codeGenApi
11054
11056
  */
11055
- export declare const ΔdefineDirective: <T>(directiveDefinition: {
11057
+ export declare const ɵɵdefineDirective: <T>(directiveDefinition: {
11056
11058
  /**
11057
11059
  * Directive type, needed to configure the injector.
11058
11060
  */
@@ -11161,7 +11163,7 @@ export declare const ΔdefineDirective: <T>(directiveDefinition: {
11161
11163
  *
11162
11164
  * @codeGenApi
11163
11165
  */
11164
- export declare function ΔdefineInjectable<T>(opts: {
11166
+ export declare function ɵɵdefineInjectable<T>(opts: {
11165
11167
  providedIn?: Type<any> | 'root' | 'any' | null;
11166
11168
  factory: () => T;
11167
11169
  }): never;
@@ -11186,7 +11188,7 @@ export declare function ΔdefineInjectable<T>(opts: {
11186
11188
  *
11187
11189
  * @publicApi
11188
11190
  */
11189
- export declare function ΔdefineInjector(options: {
11191
+ export declare function ɵɵdefineInjector(options: {
11190
11192
  factory: () => any;
11191
11193
  providers?: any[];
11192
11194
  imports?: any[];
@@ -11195,7 +11197,7 @@ export declare function ΔdefineInjector(options: {
11195
11197
  /**
11196
11198
  * @codeGenApi
11197
11199
  */
11198
- export declare function ΔdefineNgModule<T>(def: {
11200
+ export declare function ɵɵdefineNgModule<T>(def: {
11199
11201
  /** Token representing the module. Used by DI. */
11200
11202
  type: T;
11201
11203
  /** List of components to bootstrap. */
@@ -11229,7 +11231,7 @@ export declare function ΔdefineNgModule<T>(def: {
11229
11231
  *
11230
11232
  * @codeGenApi
11231
11233
  */
11232
- export declare function ΔdefinePipe<T>(pipeDef: {
11234
+ export declare function ɵɵdefinePipe<T>(pipeDef: {
11233
11235
  /** Name of the pipe. Used for matching pipes in template to pipe defs. */
11234
11236
  name: string;
11235
11237
  /** Pipe class reference. Needed to extract pipe lifecycle hooks. */
@@ -11243,7 +11245,7 @@ export declare function ΔdefinePipe<T>(pipeDef: {
11243
11245
  /**
11244
11246
  * @codeGenApi
11245
11247
  */
11246
- export declare type ΔDirectiveDefWithMeta<T, Selector extends string, ExportAs extends string[], InputMap extends {
11248
+ export declare type ɵɵDirectiveDefWithMeta<T, Selector extends string, ExportAs extends string[], InputMap extends {
11247
11249
  [key: string]: string;
11248
11250
  }, OutputMap extends {
11249
11251
  [key: string]: string;
@@ -11261,9 +11263,9 @@ export declare type ΔDirectiveDefWithMeta<T, Selector extends string, ExportAs
11261
11263
  * class SomeDirective {
11262
11264
  * constructor(directive: DirectiveA) {}
11263
11265
  *
11264
- * static ngDirectiveDef = ΔdefineDirective({
11266
+ * static ngDirectiveDef = ɵɵdefineDirective({
11265
11267
  * type: SomeDirective,
11266
- * factory: () => new SomeDirective(ΔdirectiveInject(DirectiveA))
11268
+ * factory: () => new SomeDirective(ɵɵdirectiveInject(DirectiveA))
11267
11269
  * });
11268
11270
  * }
11269
11271
  * ```
@@ -11273,9 +11275,9 @@ export declare type ΔDirectiveDefWithMeta<T, Selector extends string, ExportAs
11273
11275
  *
11274
11276
  * @codeGenApi
11275
11277
  */
11276
- export declare function ΔdirectiveInject<T>(token: Type<T> | InjectionToken<T>): T;
11278
+ export declare function ɵɵdirectiveInject<T>(token: Type<T> | InjectionToken<T>): T;
11277
11279
 
11278
- export declare function ΔdirectiveInject<T>(token: Type<T> | InjectionToken<T>, flags: InjectFlags): T;
11280
+ export declare function ɵɵdirectiveInject<T>(token: Type<T> | InjectionToken<T>, flags: InjectFlags): T;
11279
11281
 
11280
11282
  /**
11281
11283
  * Disables directive matching on element.
@@ -11286,17 +11288,17 @@ export declare function ΔdirectiveInject<T>(token: Type<T> | InjectionToken<T>,
11286
11288
  * Should match component / directive.
11287
11289
  * </my-comp>
11288
11290
  * <div ngNonBindable>
11289
- * <!-- ΔdisableBindings() -->
11291
+ * <!-- ɵɵdisableBindings() -->
11290
11292
  * <my-comp my-directive>
11291
11293
  * Should not match component / directive because we are in ngNonBindable.
11292
11294
  * </my-comp>
11293
- * <!-- ΔenableBindings() -->
11295
+ * <!-- ɵɵenableBindings() -->
11294
11296
  * </div>
11295
11297
  * ```
11296
11298
  *
11297
11299
  * @codeGenApi
11298
11300
  */
11299
- export declare function ΔdisableBindings(): void;
11301
+ export declare function ɵɵdisableBindings(): void;
11300
11302
 
11301
11303
  /**
11302
11304
  * Creates an empty element using {@link elementStart} and {@link elementEnd}
@@ -11309,7 +11311,7 @@ export declare function ΔdisableBindings(): void;
11309
11311
  *
11310
11312
  * @codeGenApi
11311
11313
  */
11312
- export declare function Δelement(index: number, name: string, attrs?: TAttributes | null, localRefs?: string[] | null): void;
11314
+ export declare function ɵɵelement(index: number, name: string, attrs?: TAttributes | null, localRefs?: string[] | null): void;
11313
11315
 
11314
11316
  /**
11315
11317
  * Updates the value of removes an attribute on an Element.
@@ -11323,7 +11325,7 @@ export declare function Δelement(index: number, name: string, attrs?: TAttribut
11323
11325
  *
11324
11326
  * @codeGenApi
11325
11327
  */
11326
- export declare function ΔelementAttribute(index: number, name: string, value: any, sanitizer?: SanitizerFn | null, namespace?: string): void;
11328
+ export declare function ɵɵelementAttribute(index: number, name: string, value: any, sanitizer?: SanitizerFn | null, namespace?: string): void;
11327
11329
 
11328
11330
  /**
11329
11331
  * Update a class binding on an element with the provided value.
@@ -11343,14 +11345,14 @@ export declare function ΔelementAttribute(index: number, name: string, value: a
11343
11345
  *
11344
11346
  * @codeGenApi
11345
11347
  */
11346
- export declare function ΔelementClassProp(index: number, classIndex: number, value: boolean | ɵPlayerFactory, forceOverride?: boolean): void;
11348
+ export declare function ɵɵelementClassProp(index: number, classIndex: number, value: boolean | ɵPlayerFactory, forceOverride?: boolean): void;
11347
11349
 
11348
11350
  /**
11349
11351
  * Mark the end of the <ng-container>.
11350
11352
  *
11351
11353
  * @codeGenApi
11352
11354
  */
11353
- export declare function ΔelementContainerEnd(): void;
11355
+ export declare function ɵɵelementContainerEnd(): void;
11354
11356
 
11355
11357
  /**
11356
11358
  * Creates a logical container for other nodes (<ng-container>) backed by a comment node in the DOM.
@@ -11366,14 +11368,14 @@ export declare function ΔelementContainerEnd(): void;
11366
11368
  *
11367
11369
  * @codeGenApi
11368
11370
  */
11369
- export declare function ΔelementContainerStart(index: number, attrs?: TAttributes | null, localRefs?: string[] | null): void;
11371
+ export declare function ɵɵelementContainerStart(index: number, attrs?: TAttributes | null, localRefs?: string[] | null): void;
11370
11372
 
11371
11373
  /**
11372
11374
  * Mark the end of the element.
11373
11375
  *
11374
11376
  * @codeGenApi
11375
11377
  */
11376
- export declare function ΔelementEnd(): void;
11378
+ export declare function ɵɵelementEnd(): void;
11377
11379
 
11378
11380
  /**
11379
11381
  * Assign static attribute values to a host element.
@@ -11414,7 +11416,7 @@ export declare function ΔelementEnd(): void;
11414
11416
  *
11415
11417
  * @codeGenApi
11416
11418
  */
11417
- export declare function ΔelementHostAttrs(attrs: TAttributes): void;
11419
+ export declare function ɵɵelementHostAttrs(attrs: TAttributes): void;
11418
11420
 
11419
11421
  /**
11420
11422
  * Update a class host binding for a directive's/component's host element within
@@ -11434,7 +11436,7 @@ export declare function ΔelementHostAttrs(attrs: TAttributes): void;
11434
11436
  *
11435
11437
  * @codeGenApi
11436
11438
  */
11437
- export declare function ΔelementHostClassProp(classIndex: number, value: boolean | ɵPlayerFactory, forceOverride?: boolean): void;
11439
+ export declare function ɵɵelementHostClassProp(classIndex: number, value: boolean | ɵPlayerFactory, forceOverride?: boolean): void;
11438
11440
 
11439
11441
  /**
11440
11442
  * Update a host style binding value on the host element within a component/directive.
@@ -11461,7 +11463,7 @@ export declare function ΔelementHostClassProp(classIndex: number, value: boolea
11461
11463
  *
11462
11464
  * @codeGenApi
11463
11465
  */
11464
- export declare function ΔelementHostStyleProp(styleIndex: number, value: string | number | String | ɵPlayerFactory | null, suffix?: string | null, forceOverride?: boolean): void;
11466
+ export declare function ɵɵelementHostStyleProp(styleIndex: number, value: string | number | String | ɵPlayerFactory | null, suffix?: string | null, forceOverride?: boolean): void;
11465
11467
 
11466
11468
  /**
11467
11469
  * Allocates style and class binding properties on the host element during creation mode
@@ -11486,7 +11488,7 @@ export declare function ΔelementHostStyleProp(styleIndex: number, value: string
11486
11488
  *
11487
11489
  * @codeGenApi
11488
11490
  */
11489
- export declare function ΔelementHostStyling(classBindingNames?: string[] | null, styleBindingNames?: string[] | null, styleSanitizer?: StyleSanitizeFn | null): void;
11491
+ export declare function ɵɵelementHostStyling(classBindingNames?: string[] | null, styleBindingNames?: string[] | null, styleSanitizer?: StyleSanitizeFn | null): void;
11490
11492
 
11491
11493
  /**
11492
11494
  * Apply all style and class host binding values to the element.
@@ -11498,7 +11500,7 @@ export declare function ΔelementHostStyling(classBindingNames?: string[] | null
11498
11500
  *
11499
11501
  * @codeGenApi
11500
11502
  */
11501
- export declare function ΔelementHostStylingApply(): void;
11503
+ export declare function ɵɵelementHostStylingApply(): void;
11502
11504
 
11503
11505
  /**
11504
11506
  * Update style and/or class host bindings using object literals on an element within the host
@@ -11523,7 +11525,7 @@ export declare function ΔelementHostStylingApply(): void;
11523
11525
  *
11524
11526
  * @codeGenApi
11525
11527
  */
11526
- export declare function ΔelementHostStylingMap(classes: {
11528
+ export declare function ɵɵelementHostStylingMap(classes: {
11527
11529
  [key: string]: any;
11528
11530
  } | string | ɵNO_CHANGE | null, styles?: {
11529
11531
  [styleName: string]: any;
@@ -11547,7 +11549,7 @@ export declare function ΔelementHostStylingMap(classes: {
11547
11549
  *
11548
11550
  * @codeGenApi
11549
11551
  */
11550
- export declare function ΔelementProperty<T>(index: number, propName: string, value: T | ɵNO_CHANGE, sanitizer?: SanitizerFn | null, nativeOnly?: boolean): void;
11552
+ export declare function ɵɵelementProperty<T>(index: number, propName: string, value: T | ɵNO_CHANGE, sanitizer?: SanitizerFn | null, nativeOnly?: boolean): void;
11551
11553
 
11552
11554
  /**
11553
11555
  * Create DOM element. The instruction must later be followed by `elementEnd()` call.
@@ -11564,7 +11566,7 @@ export declare function ΔelementProperty<T>(index: number, propName: string, va
11564
11566
  *
11565
11567
  * @codeGenApi
11566
11568
  */
11567
- export declare function ΔelementStart(index: number, name: string, attrs?: TAttributes | null, localRefs?: string[] | null): void;
11569
+ export declare function ɵɵelementStart(index: number, name: string, attrs?: TAttributes | null, localRefs?: string[] | null): void;
11568
11570
 
11569
11571
  /**
11570
11572
  * Update a style binding on an element with the provided value.
@@ -11592,7 +11594,7 @@ export declare function ΔelementStart(index: number, name: string, attrs?: TAtt
11592
11594
  *
11593
11595
  * @codeGenApi
11594
11596
  */
11595
- export declare function ΔelementStyleProp(index: number, styleIndex: number, value: string | number | String | ɵPlayerFactory | null, suffix?: string | null, forceOverride?: boolean): void;
11597
+ export declare function ɵɵelementStyleProp(index: number, styleIndex: number, value: string | number | String | ɵPlayerFactory | null, suffix?: string | null, forceOverride?: boolean): void;
11596
11598
 
11597
11599
  /**
11598
11600
  * Allocates style and class binding properties on the element during creation mode.
@@ -11613,7 +11615,7 @@ export declare function ΔelementStyleProp(index: number, styleIndex: number, va
11613
11615
  *
11614
11616
  * @codeGenApi
11615
11617
  */
11616
- export declare function ΔelementStyling(classBindingNames?: string[] | null, styleBindingNames?: string[] | null, styleSanitizer?: StyleSanitizeFn | null): void;
11618
+ export declare function ɵɵelementStyling(classBindingNames?: string[] | null, styleBindingNames?: string[] | null, styleSanitizer?: StyleSanitizeFn | null): void;
11617
11619
 
11618
11620
  /**
11619
11621
  * Apply all style and class binding values to the element.
@@ -11626,7 +11628,7 @@ export declare function ΔelementStyling(classBindingNames?: string[] | null, st
11626
11628
  *
11627
11629
  * @codeGenApi
11628
11630
  */
11629
- export declare function ΔelementStylingApply(index: number): void;
11631
+ export declare function ɵɵelementStylingApply(index: number): void;
11630
11632
 
11631
11633
  /**
11632
11634
  * Update style and/or class bindings using object literals on an element.
@@ -11648,7 +11650,7 @@ export declare function ΔelementStylingApply(index: number): void;
11648
11650
  *
11649
11651
  * @codeGenApi
11650
11652
  */
11651
- export declare function ΔelementStylingMap(index: number, classes: {
11653
+ export declare function ɵɵelementStylingMap(index: number, classes: {
11652
11654
  [key: string]: any;
11653
11655
  } | string | ɵNO_CHANGE | null, styles?: {
11654
11656
  [styleName: string]: any;
@@ -11659,7 +11661,7 @@ export declare function ΔelementStylingMap(index: number, classes: {
11659
11661
  *
11660
11662
  * @codeGenApi
11661
11663
  */
11662
- export declare function ΔembeddedViewEnd(): void;
11664
+ export declare function ɵɵembeddedViewEnd(): void;
11663
11665
 
11664
11666
  /**
11665
11667
  * Marks the start of an embedded view.
@@ -11669,7 +11671,7 @@ export declare function ΔembeddedViewEnd(): void;
11669
11671
  *
11670
11672
  * @codeGenApi
11671
11673
  */
11672
- export declare function ΔembeddedViewStart(viewBlockId: number, consts: number, vars: number): ɵRenderFlags;
11674
+ export declare function ɵɵembeddedViewStart(viewBlockId: number, consts: number, vars: number): ɵRenderFlags;
11673
11675
 
11674
11676
  /**
11675
11677
  * Enables directive matching on elements.
@@ -11680,17 +11682,17 @@ export declare function ΔembeddedViewStart(viewBlockId: number, consts: number,
11680
11682
  * Should match component / directive.
11681
11683
  * </my-comp>
11682
11684
  * <div ngNonBindable>
11683
- * <!-- ΔdisableBindings() -->
11685
+ * <!-- ɵɵdisableBindings() -->
11684
11686
  * <my-comp my-directive>
11685
11687
  * Should not match component / directive because we are in ngNonBindable.
11686
11688
  * </my-comp>
11687
- * <!-- ΔenableBindings() -->
11689
+ * <!-- ɵɵenableBindings() -->
11688
11690
  * </div>
11689
11691
  * ```
11690
11692
  *
11691
11693
  * @codeGenApi
11692
11694
  */
11693
- export declare function ΔenableBindings(): void;
11695
+ export declare function ɵɵenableBindings(): void;
11694
11696
 
11695
11697
  /**
11696
11698
  * Returns the current OpaqueViewState instance.
@@ -11701,17 +11703,17 @@ export declare function ΔenableBindings(): void;
11701
11703
  *
11702
11704
  * @codeGenApi
11703
11705
  */
11704
- export declare function ΔgetCurrentView(): OpaqueViewState;
11706
+ export declare function ɵɵgetCurrentView(): OpaqueViewState;
11705
11707
 
11706
11708
  /**
11707
11709
  * @codeGenApi
11708
11710
  */
11709
- export declare function ΔgetFactoryOf<T>(type: Type<any>): ((type: Type<T> | null) => T) | null;
11711
+ export declare function ɵɵgetFactoryOf<T>(type: Type<any>): ((type: Type<T> | null) => T) | null;
11710
11712
 
11711
11713
  /**
11712
11714
  * @codeGenApi
11713
11715
  */
11714
- export declare function ΔgetInheritedFactory<T>(type: Type<any>): (type: Type<T>) => T;
11716
+ export declare function ɵɵgetInheritedFactory<T>(type: Type<any>): (type: Type<T>) => T;
11715
11717
 
11716
11718
  /**
11717
11719
  *
@@ -11739,7 +11741,7 @@ export declare function ΔgetInheritedFactory<T>(type: Type<any>): (type: Type<T
11739
11741
  *
11740
11742
  * @codeGenApi
11741
11743
  */
11742
- export declare function Δi18n(index: number, message: string, subTemplateIndex?: number): void;
11744
+ export declare function ɵɵi18n(index: number, message: string, subTemplateIndex?: number): void;
11743
11745
 
11744
11746
  /**
11745
11747
  * Updates a translation block or an i18n attribute when the bindings have changed.
@@ -11749,7 +11751,7 @@ export declare function Δi18n(index: number, message: string, subTemplateIndex?
11749
11751
  *
11750
11752
  * @codeGenApi
11751
11753
  */
11752
- export declare function Δi18nApply(index: number): void;
11754
+ export declare function ɵɵi18nApply(index: number): void;
11753
11755
 
11754
11756
  /**
11755
11757
  * Marks a list of attributes as translatable.
@@ -11759,7 +11761,7 @@ export declare function Δi18nApply(index: number): void;
11759
11761
  *
11760
11762
  * @codeGenApi
11761
11763
  */
11762
- export declare function Δi18nAttributes(index: number, values: string[]): void;
11764
+ export declare function ɵɵi18nAttributes(index: number, values: string[]): void;
11763
11765
 
11764
11766
  /**
11765
11767
  * Translates a translation block marked by `i18nStart` and `i18nEnd`. It inserts the text/ICU nodes
@@ -11767,7 +11769,7 @@ export declare function Δi18nAttributes(index: number, values: string[]): void;
11767
11769
  *
11768
11770
  * @codeGenApi
11769
11771
  */
11770
- export declare function Δi18nEnd(): void;
11772
+ export declare function ɵɵi18nEnd(): void;
11771
11773
 
11772
11774
  /**
11773
11775
  * Stores the values of the bindings during each update cycle in order to determine if we need to
@@ -11777,7 +11779,7 @@ export declare function Δi18nEnd(): void;
11777
11779
  *
11778
11780
  * @codeGenApi
11779
11781
  */
11780
- export declare function Δi18nExp<T>(expression: T | ɵNO_CHANGE): void;
11782
+ export declare function ɵɵi18nExp<T>(expression: T | ɵNO_CHANGE): void;
11781
11783
 
11782
11784
  /**
11783
11785
  * A goog.getMsg-like function for users that do not use Closure.
@@ -11789,7 +11791,7 @@ export declare function Δi18nExp<T>(expression: T | ɵNO_CHANGE): void;
11789
11791
  * @publicApi
11790
11792
  * @deprecated this method is temporary & should not be used as it will be removed soon
11791
11793
  */
11792
- export declare function Δi18nLocalize(input: string, placeholders?: {
11794
+ export declare function ɵɵi18nLocalize(input: string, placeholders?: {
11793
11795
  [key: string]: string;
11794
11796
  }): string;
11795
11797
 
@@ -11812,7 +11814,7 @@ export declare function Δi18nLocalize(input: string, placeholders?: {
11812
11814
  *
11813
11815
  * @codeGenApi
11814
11816
  */
11815
- export declare function Δi18nPostprocess(message: string, replacements?: {
11817
+ export declare function ɵɵi18nPostprocess(message: string, replacements?: {
11816
11818
  [key: string]: (string | string[]);
11817
11819
  }): string;
11818
11820
 
@@ -11841,7 +11843,7 @@ export declare function Δi18nPostprocess(message: string, replacements?: {
11841
11843
  *
11842
11844
  * @codeGenApi
11843
11845
  */
11844
- export declare function Δi18nStart(index: number, message: string, subTemplateIndex?: number): void;
11846
+ export declare function ɵɵi18nStart(index: number, message: string, subTemplateIndex?: number): void;
11845
11847
 
11846
11848
  /**
11847
11849
  * Merges the definition from a super class to a sub class.
@@ -11849,7 +11851,7 @@ export declare function Δi18nStart(index: number, message: string, subTemplateI
11849
11851
  *
11850
11852
  * @codeGenApi
11851
11853
  */
11852
- export declare function ΔInheritDefinitionFeature(definition: ɵDirectiveDef<any> | ɵComponentDef<any>): void;
11854
+ export declare function ɵɵInheritDefinitionFeature(definition: ɵDirectiveDef<any> | ɵComponentDef<any>): void;
11853
11855
 
11854
11856
  /**
11855
11857
  * Generated instruction: Injects a token from the currently active injector.
@@ -11862,9 +11864,9 @@ export declare function ΔInheritDefinitionFeature(definition: ɵDirectiveDef<an
11862
11864
  * @see inject
11863
11865
  * @codeGenApi
11864
11866
  */
11865
- export declare function Δinject<T>(token: Type<T> | InjectionToken<T>): T;
11867
+ export declare function ɵɵinject<T>(token: Type<T> | InjectionToken<T>): T;
11866
11868
 
11867
- export declare function Δinject<T>(token: Type<T> | InjectionToken<T>, flags?: InjectFlags): T | null;
11869
+ export declare function ɵɵinject<T>(token: Type<T> | InjectionToken<T>, flags?: InjectFlags): T | null;
11868
11870
 
11869
11871
  /**
11870
11872
  * Information about how a type or `InjectionToken` interfaces with the DI system.
@@ -11880,7 +11882,7 @@ export declare function Δinject<T>(token: Type<T> | InjectionToken<T>, flags?:
11880
11882
  *
11881
11883
  * @publicApi
11882
11884
  */
11883
- export declare interface ΔInjectableDef<T> {
11885
+ export declare interface ɵɵInjectableDef<T> {
11884
11886
  /**
11885
11887
  * Specifies that the given type belongs to a particular injector:
11886
11888
  * - `InjectorType` such as `NgModule`,
@@ -11905,7 +11907,7 @@ export declare interface ΔInjectableDef<T> {
11905
11907
  *
11906
11908
  * @codeGenApi
11907
11909
  */
11908
- export declare function ΔinjectAttribute(attrNameToInject: string): string | null;
11910
+ export declare function ɵɵinjectAttribute(attrNameToInject: string): string | null;
11909
11911
 
11910
11912
  /**
11911
11913
  * Information about the providers to be included in an `Injector` as well as how the given type
@@ -11919,7 +11921,7 @@ export declare function ΔinjectAttribute(attrNameToInject: string): string | nu
11919
11921
  *
11920
11922
  * @publicApi
11921
11923
  */
11922
- export declare interface ΔInjectorDef<T> {
11924
+ export declare interface ɵɵInjectorDef<T> {
11923
11925
  factory: () => T;
11924
11926
  providers: (Type<any> | ValueProvider | ExistingProvider | FactoryProvider | ConstructorProvider | StaticClassProvider | ClassProvider | any[])[];
11925
11927
  imports: (InjectorType<any> | InjectorTypeWithProviders<any>)[];
@@ -11934,56 +11936,56 @@ export declare interface ΔInjectorDef<T> {
11934
11936
  *
11935
11937
  * @codeGenApi
11936
11938
  */
11937
- export declare function Δinterpolation1(prefix: string, v0: any, suffix: string): string | ɵNO_CHANGE;
11939
+ export declare function ɵɵinterpolation1(prefix: string, v0: any, suffix: string): string | ɵNO_CHANGE;
11938
11940
 
11939
11941
  /**
11940
11942
  * Creates an interpolation binding with 2 expressions.
11941
11943
  *
11942
11944
  * @codeGenApi
11943
11945
  */
11944
- export declare function Δinterpolation2(prefix: string, v0: any, i0: string, v1: any, suffix: string): string | ɵNO_CHANGE;
11946
+ export declare function ɵɵinterpolation2(prefix: string, v0: any, i0: string, v1: any, suffix: string): string | ɵNO_CHANGE;
11945
11947
 
11946
11948
  /**
11947
11949
  * Creates an interpolation binding with 3 expressions.
11948
11950
  *
11949
11951
  * @codeGenApi
11950
11952
  */
11951
- export declare function Δinterpolation3(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, suffix: string): string | ɵNO_CHANGE;
11953
+ export declare function ɵɵinterpolation3(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, suffix: string): string | ɵNO_CHANGE;
11952
11954
 
11953
11955
  /**
11954
11956
  * Create an interpolation binding with 4 expressions.
11955
11957
  *
11956
11958
  * @codeGenApi
11957
11959
  */
11958
- export declare function Δinterpolation4(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, suffix: string): string | ɵNO_CHANGE;
11960
+ export declare function ɵɵinterpolation4(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, suffix: string): string | ɵNO_CHANGE;
11959
11961
 
11960
11962
  /**
11961
11963
  * Creates an interpolation binding with 5 expressions.
11962
11964
  *
11963
11965
  * @codeGenApi
11964
11966
  */
11965
- export declare function Δinterpolation5(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, suffix: string): string | ɵNO_CHANGE;
11967
+ export declare function ɵɵinterpolation5(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, suffix: string): string | ɵNO_CHANGE;
11966
11968
 
11967
11969
  /**
11968
11970
  * Creates an interpolation binding with 6 expressions.
11969
11971
  *
11970
11972
  * @codeGenApi
11971
11973
  */
11972
- export declare function Δinterpolation6(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, suffix: string): string | ɵNO_CHANGE;
11974
+ export declare function ɵɵinterpolation6(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, suffix: string): string | ɵNO_CHANGE;
11973
11975
 
11974
11976
  /**
11975
11977
  * Creates an interpolation binding with 7 expressions.
11976
11978
  *
11977
11979
  * @codeGenApi
11978
11980
  */
11979
- export declare function Δinterpolation7(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, i5: string, v6: any, suffix: string): string | ɵNO_CHANGE;
11981
+ export declare function ɵɵinterpolation7(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, i5: string, v6: any, suffix: string): string | ɵNO_CHANGE;
11980
11982
 
11981
11983
  /**
11982
11984
  * Creates an interpolation binding with 8 expressions.
11983
11985
  *
11984
11986
  * @codeGenApi
11985
11987
  */
11986
- export declare function Δinterpolation8(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, i5: string, v6: any, i6: string, v7: any, suffix: string): string | ɵNO_CHANGE;
11988
+ export declare function ɵɵinterpolation8(prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, i5: string, v6: any, i6: string, v7: any, suffix: string): string | ɵNO_CHANGE;
11987
11989
 
11988
11990
  /**
11989
11991
  * Create interpolation bindings with a variable number of expressions.
@@ -11999,7 +12001,7 @@ export declare function Δinterpolation8(prefix: string, v0: any, i0: string, v1
11999
12001
  *
12000
12002
  * @codeGenApi
12001
12003
  */
12002
- export declare function ΔinterpolationV(values: any[]): string | ɵNO_CHANGE;
12004
+ export declare function ɵɵinterpolationV(values: any[]): string | ɵNO_CHANGE;
12003
12005
 
12004
12006
  /**
12005
12007
  * Adds an event listener to the current node.
@@ -12015,27 +12017,27 @@ export declare function ΔinterpolationV(values: any[]): string | ɵNO_CHANGE;
12015
12017
  *
12016
12018
  * @codeGenApi
12017
12019
  */
12018
- export declare function Δlistener(eventName: string, listenerFn: (e?: any) => any, useCapture?: boolean, eventTargetResolver?: GlobalTargetResolver): void;
12020
+ export declare function ɵɵlistener(eventName: string, listenerFn: (e?: any) => any, useCapture?: boolean, eventTargetResolver?: GlobalTargetResolver): void;
12019
12021
 
12020
12022
  /**
12021
12023
  * Retrieves a value from current `viewData`.
12022
12024
  *
12023
12025
  * @codeGenApi
12024
12026
  */
12025
- export declare function Δload<T>(index: number): T;
12027
+ export declare function ɵɵload<T>(index: number): T;
12026
12028
 
12027
12029
  /**
12028
12030
  *
12029
12031
  * @codeGenApi
12030
12032
  */
12031
- export declare function ΔloadContentQuery<T>(): QueryList<T>;
12033
+ export declare function ɵɵloadContentQuery<T>(): QueryList<T>;
12032
12034
 
12033
12035
  /**
12034
12036
  * Loads current View Query and moves the pointer/index to the next View Query in LView.
12035
12037
  *
12036
12038
  * @codeGenApi
12037
12039
  */
12038
- export declare function ΔloadViewQuery<T>(): T;
12040
+ export declare function ɵɵloadViewQuery<T>(): T;
12039
12041
 
12040
12042
  /**
12041
12043
  * Sets the namespace used to create elements no `null`, which forces element creation to use
@@ -12043,21 +12045,21 @@ export declare function ΔloadViewQuery<T>(): T;
12043
12045
  *
12044
12046
  * @codeGenApi
12045
12047
  */
12046
- export declare function ΔnamespaceHTML(): void;
12048
+ export declare function ɵɵnamespaceHTML(): void;
12047
12049
 
12048
12050
  /**
12049
12051
  * Sets the namespace used to create elements to `'http://www.w3.org/1998/MathML/'` in global state.
12050
12052
  *
12051
12053
  * @codeGenApi
12052
12054
  */
12053
- export declare function ΔnamespaceMathML(): void;
12055
+ export declare function ɵɵnamespaceMathML(): void;
12054
12056
 
12055
12057
  /**
12056
12058
  * Sets the namespace used to create elements to `'http://www.w3.org/2000/svg'` in global state.
12057
12059
  *
12058
12060
  * @codeGenApi
12059
12061
  */
12060
- export declare function ΔnamespaceSVG(): void;
12062
+ export declare function ɵɵnamespaceSVG(): void;
12061
12063
 
12062
12064
  /**
12063
12065
  * Retrieves a context at the level specified and saves it as the global, contextViewData.
@@ -12071,12 +12073,12 @@ export declare function ΔnamespaceSVG(): void;
12071
12073
  *
12072
12074
  * @codeGenApi
12073
12075
  */
12074
- export declare function ΔnextContext<T = any>(level?: number): T;
12076
+ export declare function ɵɵnextContext<T = any>(level?: number): T;
12075
12077
 
12076
12078
  /**
12077
12079
  * @publicApi
12078
12080
  */
12079
- export declare type ΔNgModuleDefWithMeta<T, Declarations, Imports, Exports> = ɵNgModuleDef<T>;
12081
+ export declare type ɵɵNgModuleDefWithMeta<T, Declarations, Imports, Exports> = ɵNgModuleDef<T>;
12080
12082
 
12081
12083
  /**
12082
12084
  * The NgOnChangesFeature decorates a component with support for the ngOnChanges
@@ -12100,7 +12102,7 @@ export declare type ΔNgModuleDefWithMeta<T, Declarations, Imports, Exports> =
12100
12102
  *
12101
12103
  * @codeGenApi
12102
12104
  */
12103
- export declare function ΔNgOnChangesFeature<T>(): DirectiveDefFeature;
12105
+ export declare function ɵɵNgOnChangesFeature<T>(): DirectiveDefFeature;
12104
12106
 
12105
12107
 
12106
12108
  /**
@@ -12112,7 +12114,7 @@ export declare function ΔNgOnChangesFeature<T>(): DirectiveDefFeature;
12112
12114
  *
12113
12115
  * @codeGenApi
12114
12116
  */
12115
- export declare function Δpipe(index: number, pipeName: string): any;
12117
+ export declare function ɵɵpipe(index: number, pipeName: string): any;
12116
12118
 
12117
12119
  /**
12118
12120
  * Invokes a pipe with 1 arguments.
@@ -12126,7 +12128,7 @@ export declare function Δpipe(index: number, pipeName: string): any;
12126
12128
  *
12127
12129
  * @codeGenApi
12128
12130
  */
12129
- export declare function ΔpipeBind1(index: number, slotOffset: number, v1: any): any;
12131
+ export declare function ɵɵpipeBind1(index: number, slotOffset: number, v1: any): any;
12130
12132
 
12131
12133
  /**
12132
12134
  * Invokes a pipe with 2 arguments.
@@ -12141,7 +12143,7 @@ export declare function ΔpipeBind1(index: number, slotOffset: number, v1: any):
12141
12143
  *
12142
12144
  * @codeGenApi
12143
12145
  */
12144
- export declare function ΔpipeBind2(index: number, slotOffset: number, v1: any, v2: any): any;
12146
+ export declare function ɵɵpipeBind2(index: number, slotOffset: number, v1: any, v2: any): any;
12145
12147
 
12146
12148
  /**
12147
12149
  * Invokes a pipe with 3 arguments.
@@ -12157,7 +12159,7 @@ export declare function ΔpipeBind2(index: number, slotOffset: number, v1: any,
12157
12159
  *
12158
12160
  * @codeGenApi
12159
12161
  */
12160
- export declare function ΔpipeBind3(index: number, slotOffset: number, v1: any, v2: any, v3: any): any;
12162
+ export declare function ɵɵpipeBind3(index: number, slotOffset: number, v1: any, v2: any, v3: any): any;
12161
12163
 
12162
12164
  /**
12163
12165
  * Invokes a pipe with 4 arguments.
@@ -12174,7 +12176,7 @@ export declare function ΔpipeBind3(index: number, slotOffset: number, v1: any,
12174
12176
  *
12175
12177
  * @codeGenApi
12176
12178
  */
12177
- export declare function ΔpipeBind4(index: number, slotOffset: number, v1: any, v2: any, v3: any, v4: any): any;
12179
+ export declare function ɵɵpipeBind4(index: number, slotOffset: number, v1: any, v2: any, v3: any, v4: any): any;
12178
12180
 
12179
12181
  /**
12180
12182
  * Invokes a pipe with variable number of arguments.
@@ -12188,12 +12190,12 @@ export declare function ΔpipeBind4(index: number, slotOffset: number, v1: any,
12188
12190
  *
12189
12191
  * @codeGenApi
12190
12192
  */
12191
- export declare function ΔpipeBindV(index: number, slotOffset: number, values: any[]): any;
12193
+ export declare function ɵɵpipeBindV(index: number, slotOffset: number, values: any[]): any;
12192
12194
 
12193
12195
  /**
12194
12196
  * @codeGenApi
12195
12197
  */
12196
- export declare type ΔPipeDefWithMeta<T, Name extends string> = ɵPipeDef<T>;
12198
+ export declare type ɵɵPipeDefWithMeta<T, Name extends string> = ɵPipeDef<T>;
12197
12199
 
12198
12200
  /**
12199
12201
  * Inserts previously re-distributed projected nodes. This instruction must be preceded by a call
@@ -12206,7 +12208,7 @@ export declare type ΔPipeDefWithMeta<T, Name extends string> = ɵPipeDef<T>;
12206
12208
  *
12207
12209
  * @codeGenApi
12208
12210
  */
12209
- export declare function Δprojection(nodeIndex: number, selectorIndex?: number, attrs?: TAttributes): void;
12211
+ export declare function ɵɵprojection(nodeIndex: number, selectorIndex?: number, attrs?: TAttributes): void;
12210
12212
 
12211
12213
  /**
12212
12214
  * Instruction to distribute projectable nodes among <ng-content> occurrences in a given template.
@@ -12226,12 +12228,14 @@ export declare function Δprojection(nodeIndex: number, selectorIndex?: number,
12226
12228
  * - we can't have only a parsed as we can't re-construct textual form from it (as entered by a
12227
12229
  * template author).
12228
12230
  *
12229
- * @param selectors A collection of parsed CSS selectors
12230
- * @param rawSelectors A collection of CSS selectors in the raw, un-parsed form
12231
+ * @param projectionSlots? A collection of projection slots. A projection slot can be based
12232
+ * on a parsed CSS selectors or set to the wildcard selector ("*") in order to match
12233
+ * all nodes which do not match any selector. If not specified, a single wildcard
12234
+ * selector projection slot will be defined.
12231
12235
  *
12232
12236
  * @codeGenApi
12233
12237
  */
12234
- export declare function ΔprojectionDef(selectors?: ɵCssSelectorList[]): void;
12238
+ export declare function ɵɵprojectionDef(projectionSlots?: ProjectionSlots): void;
12235
12239
 
12236
12240
  /**
12237
12241
  * Update a property on a selected element.
@@ -12253,7 +12257,7 @@ export declare function ΔprojectionDef(selectors?: ɵCssSelectorList[]): void;
12253
12257
  *
12254
12258
  * @codeGenApi
12255
12259
  */
12256
- export declare function Δproperty<T>(propName: string, value: T, sanitizer?: SanitizerFn | null, nativeOnly?: boolean): TsickleIssue1009;
12260
+ export declare function ɵɵproperty<T>(propName: string, value: T, sanitizer?: SanitizerFn | null, nativeOnly?: boolean): TsickleIssue1009;
12257
12261
 
12258
12262
  /**
12259
12263
  *
@@ -12269,7 +12273,7 @@ export declare function Δproperty<T>(propName: string, value: T, sanitizer?: Sa
12269
12273
  * Its compiled representation is::
12270
12274
  *
12271
12275
  * ```ts
12272
- * ΔpropertyInterpolate('title', v0);
12276
+ * ɵɵpropertyInterpolate('title', v0);
12273
12277
  * ```
12274
12278
  *
12275
12279
  * If the property name also exists as an input property on one of the element's directives,
@@ -12284,7 +12288,7 @@ export declare function Δproperty<T>(propName: string, value: T, sanitizer?: Sa
12284
12288
  * @returns itself, so that it may be chained.
12285
12289
  * @codeGenApi
12286
12290
  */
12287
- export declare function ΔpropertyInterpolate(propName: string, v0: any, sanitizer?: SanitizerFn): TsickleIssue1009;
12291
+ export declare function ɵɵpropertyInterpolate(propName: string, v0: any, sanitizer?: SanitizerFn): TsickleIssue1009;
12288
12292
 
12289
12293
  /**
12290
12294
  *
@@ -12299,7 +12303,7 @@ export declare function ΔpropertyInterpolate(propName: string, v0: any, sanitiz
12299
12303
  * Its compiled representation is::
12300
12304
  *
12301
12305
  * ```ts
12302
- * ΔpropertyInterpolate1('title', 'prefix', v0, 'suffix');
12306
+ * ɵɵpropertyInterpolate1('title', 'prefix', v0, 'suffix');
12303
12307
  * ```
12304
12308
  *
12305
12309
  * If the property name also exists as an input property on one of the element's directives,
@@ -12314,7 +12318,7 @@ export declare function ΔpropertyInterpolate(propName: string, v0: any, sanitiz
12314
12318
  * @returns itself, so that it may be chained.
12315
12319
  * @codeGenApi
12316
12320
  */
12317
- export declare function ΔpropertyInterpolate1(propName: string, prefix: string, v0: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12321
+ export declare function ɵɵpropertyInterpolate1(propName: string, prefix: string, v0: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12318
12322
 
12319
12323
  /**
12320
12324
  *
@@ -12329,7 +12333,7 @@ export declare function ΔpropertyInterpolate1(propName: string, prefix: string,
12329
12333
  * Its compiled representation is::
12330
12334
  *
12331
12335
  * ```ts
12332
- * ΔpropertyInterpolate2('title', 'prefix', v0, '-', v1, 'suffix');
12336
+ * ɵɵpropertyInterpolate2('title', 'prefix', v0, '-', v1, 'suffix');
12333
12337
  * ```
12334
12338
  *
12335
12339
  * If the property name also exists as an input property on one of the element's directives,
@@ -12346,7 +12350,7 @@ export declare function ΔpropertyInterpolate1(propName: string, prefix: string,
12346
12350
  * @returns itself, so that it may be chained.
12347
12351
  * @codeGenApi
12348
12352
  */
12349
- export declare function ΔpropertyInterpolate2(propName: string, prefix: string, v0: any, i0: string, v1: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12353
+ export declare function ɵɵpropertyInterpolate2(propName: string, prefix: string, v0: any, i0: string, v1: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12350
12354
 
12351
12355
  /**
12352
12356
  *
@@ -12361,7 +12365,7 @@ export declare function ΔpropertyInterpolate2(propName: string, prefix: string,
12361
12365
  * Its compiled representation is::
12362
12366
  *
12363
12367
  * ```ts
12364
- * ΔpropertyInterpolate3(
12368
+ * ɵɵpropertyInterpolate3(
12365
12369
  * 'title', 'prefix', v0, '-', v1, '-', v2, 'suffix');
12366
12370
  * ```
12367
12371
  *
@@ -12381,7 +12385,7 @@ export declare function ΔpropertyInterpolate2(propName: string, prefix: string,
12381
12385
  * @returns itself, so that it may be chained.
12382
12386
  * @codeGenApi
12383
12387
  */
12384
- export declare function ΔpropertyInterpolate3(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12388
+ export declare function ɵɵpropertyInterpolate3(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12385
12389
 
12386
12390
  /**
12387
12391
  *
@@ -12396,7 +12400,7 @@ export declare function ΔpropertyInterpolate3(propName: string, prefix: string,
12396
12400
  * Its compiled representation is::
12397
12401
  *
12398
12402
  * ```ts
12399
- * ΔpropertyInterpolate4(
12403
+ * ɵɵpropertyInterpolate4(
12400
12404
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, 'suffix');
12401
12405
  * ```
12402
12406
  *
@@ -12418,7 +12422,7 @@ export declare function ΔpropertyInterpolate3(propName: string, prefix: string,
12418
12422
  * @returns itself, so that it may be chained.
12419
12423
  * @codeGenApi
12420
12424
  */
12421
- export declare function ΔpropertyInterpolate4(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12425
+ export declare function ɵɵpropertyInterpolate4(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12422
12426
 
12423
12427
  /**
12424
12428
  *
@@ -12433,7 +12437,7 @@ export declare function ΔpropertyInterpolate4(propName: string, prefix: string,
12433
12437
  * Its compiled representation is::
12434
12438
  *
12435
12439
  * ```ts
12436
- * ΔpropertyInterpolate5(
12440
+ * ɵɵpropertyInterpolate5(
12437
12441
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, 'suffix');
12438
12442
  * ```
12439
12443
  *
@@ -12457,7 +12461,7 @@ export declare function ΔpropertyInterpolate4(propName: string, prefix: string,
12457
12461
  * @returns itself, so that it may be chained.
12458
12462
  * @codeGenApi
12459
12463
  */
12460
- export declare function ΔpropertyInterpolate5(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12464
+ export declare function ɵɵpropertyInterpolate5(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12461
12465
 
12462
12466
  /**
12463
12467
  *
@@ -12472,7 +12476,7 @@ export declare function ΔpropertyInterpolate5(propName: string, prefix: string,
12472
12476
  * Its compiled representation is::
12473
12477
  *
12474
12478
  * ```ts
12475
- * ΔpropertyInterpolate6(
12479
+ * ɵɵpropertyInterpolate6(
12476
12480
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, 'suffix');
12477
12481
  * ```
12478
12482
  *
@@ -12498,7 +12502,7 @@ export declare function ΔpropertyInterpolate5(propName: string, prefix: string,
12498
12502
  * @returns itself, so that it may be chained.
12499
12503
  * @codeGenApi
12500
12504
  */
12501
- export declare function ΔpropertyInterpolate6(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12505
+ export declare function ɵɵpropertyInterpolate6(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12502
12506
 
12503
12507
  /**
12504
12508
  *
@@ -12513,7 +12517,7 @@ export declare function ΔpropertyInterpolate6(propName: string, prefix: string,
12513
12517
  * Its compiled representation is::
12514
12518
  *
12515
12519
  * ```ts
12516
- * ΔpropertyInterpolate7(
12520
+ * ɵɵpropertyInterpolate7(
12517
12521
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, 'suffix');
12518
12522
  * ```
12519
12523
  *
@@ -12541,7 +12545,7 @@ export declare function ΔpropertyInterpolate6(propName: string, prefix: string,
12541
12545
  * @returns itself, so that it may be chained.
12542
12546
  * @codeGenApi
12543
12547
  */
12544
- export declare function ΔpropertyInterpolate7(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, i5: string, v6: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12548
+ export declare function ɵɵpropertyInterpolate7(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, i5: string, v6: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12545
12549
 
12546
12550
  /**
12547
12551
  *
@@ -12556,7 +12560,7 @@ export declare function ΔpropertyInterpolate7(propName: string, prefix: string,
12556
12560
  * Its compiled representation is::
12557
12561
  *
12558
12562
  * ```ts
12559
- * ΔpropertyInterpolate8(
12563
+ * ɵɵpropertyInterpolate8(
12560
12564
  * 'title', 'prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, '-', v7, 'suffix');
12561
12565
  * ```
12562
12566
  *
@@ -12586,7 +12590,7 @@ export declare function ΔpropertyInterpolate7(propName: string, prefix: string,
12586
12590
  * @returns itself, so that it may be chained.
12587
12591
  * @codeGenApi
12588
12592
  */
12589
- export declare function ΔpropertyInterpolate8(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, i5: string, v6: any, i6: string, v7: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12593
+ export declare function ɵɵpropertyInterpolate8(propName: string, prefix: string, v0: any, i0: string, v1: any, i1: string, v2: any, i2: string, v3: any, i3: string, v4: any, i4: string, v5: any, i5: string, v6: any, i6: string, v7: any, suffix: string, sanitizer?: SanitizerFn): TsickleIssue1009;
12590
12594
 
12591
12595
  /**
12592
12596
  * Update an interpolated property on an element with 8 or more bound values surrounded by text.
@@ -12601,7 +12605,7 @@ export declare function ΔpropertyInterpolate8(propName: string, prefix: string,
12601
12605
  * Its compiled representation is::
12602
12606
  *
12603
12607
  * ```ts
12604
- * ΔpropertyInterpolateV(
12608
+ * ɵɵpropertyInterpolateV(
12605
12609
  * 'title', ['prefix', v0, '-', v1, '-', v2, '-', v3, '-', v4, '-', v5, '-', v6, '-', v7, '-', v9,
12606
12610
  * 'suffix']);
12607
12611
  * ```
@@ -12618,7 +12622,7 @@ export declare function ΔpropertyInterpolate8(propName: string, prefix: string,
12618
12622
  * @returns itself, so that it may be chained.
12619
12623
  * @codeGenApi
12620
12624
  */
12621
- export declare function ΔpropertyInterpolateV(propName: string, values: any[], sanitizer?: SanitizerFn): TsickleIssue1009;
12625
+ export declare function ɵɵpropertyInterpolateV(propName: string, values: any[], sanitizer?: SanitizerFn): TsickleIssue1009;
12622
12626
 
12623
12627
  /**
12624
12628
  * This feature resolves the providers of a directive (or component),
@@ -12650,7 +12654,7 @@ export declare function ΔpropertyInterpolateV(propName: string, values: any[],
12650
12654
  *
12651
12655
  * @codeGenApi
12652
12656
  */
12653
- export declare function ΔProvidersFeature<T>(providers: Provider[], viewProviders?: Provider[]): (definition: ɵDirectiveDef<T>) => void;
12657
+ export declare function ɵɵProvidersFeature<T>(providers: Provider[], viewProviders?: Provider[]): (definition: ɵDirectiveDef<T>) => void;
12654
12658
 
12655
12659
 
12656
12660
  /**
@@ -12681,7 +12685,7 @@ export declare function ΔProvidersFeature<T>(providers: Provider[], viewProvide
12681
12685
  *
12682
12686
  * @codeGenApi
12683
12687
  */
12684
- export declare function ΔpureFunction0<T>(slotOffset: number, pureFn: () => T, thisArg?: any): T;
12688
+ export declare function ɵɵpureFunction0<T>(slotOffset: number, pureFn: () => T, thisArg?: any): T;
12685
12689
 
12686
12690
  /**
12687
12691
  * If the value of the provided exp has changed, calls the pure function to return
@@ -12695,7 +12699,7 @@ export declare function ΔpureFunction0<T>(slotOffset: number, pureFn: () => T,
12695
12699
  *
12696
12700
  * @codeGenApi
12697
12701
  */
12698
- export declare function ΔpureFunction1(slotOffset: number, pureFn: (v: any) => any, exp: any, thisArg?: any): any;
12702
+ export declare function ɵɵpureFunction1(slotOffset: number, pureFn: (v: any) => any, exp: any, thisArg?: any): any;
12699
12703
 
12700
12704
  /**
12701
12705
  * If the value of any provided exp has changed, calls the pure function to return
@@ -12710,7 +12714,7 @@ export declare function ΔpureFunction1(slotOffset: number, pureFn: (v: any) =>
12710
12714
  *
12711
12715
  * @codeGenApi
12712
12716
  */
12713
- export declare function ΔpureFunction2(slotOffset: number, pureFn: (v1: any, v2: any) => any, exp1: any, exp2: any, thisArg?: any): any;
12717
+ export declare function ɵɵpureFunction2(slotOffset: number, pureFn: (v1: any, v2: any) => any, exp1: any, exp2: any, thisArg?: any): any;
12714
12718
 
12715
12719
  /**
12716
12720
  * If the value of any provided exp has changed, calls the pure function to return
@@ -12726,7 +12730,7 @@ export declare function ΔpureFunction2(slotOffset: number, pureFn: (v1: any, v2
12726
12730
  *
12727
12731
  * @codeGenApi
12728
12732
  */
12729
- export declare function ΔpureFunction3(slotOffset: number, pureFn: (v1: any, v2: any, v3: any) => any, exp1: any, exp2: any, exp3: any, thisArg?: any): any;
12733
+ export declare function ɵɵpureFunction3(slotOffset: number, pureFn: (v1: any, v2: any, v3: any) => any, exp1: any, exp2: any, exp3: any, thisArg?: any): any;
12730
12734
 
12731
12735
  /**
12732
12736
  * If the value of any provided exp has changed, calls the pure function to return
@@ -12743,7 +12747,7 @@ export declare function ΔpureFunction3(slotOffset: number, pureFn: (v1: any, v2
12743
12747
  *
12744
12748
  * @codeGenApi
12745
12749
  */
12746
- export declare function ΔpureFunction4(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, thisArg?: any): any;
12750
+ export declare function ɵɵpureFunction4(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, thisArg?: any): any;
12747
12751
 
12748
12752
  /**
12749
12753
  * If the value of any provided exp has changed, calls the pure function to return
@@ -12761,7 +12765,7 @@ export declare function ΔpureFunction4(slotOffset: number, pureFn: (v1: any, v2
12761
12765
  *
12762
12766
  * @codeGenApi
12763
12767
  */
12764
- export declare function ΔpureFunction5(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, thisArg?: any): any;
12768
+ export declare function ɵɵpureFunction5(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, thisArg?: any): any;
12765
12769
 
12766
12770
  /**
12767
12771
  * If the value of any provided exp has changed, calls the pure function to return
@@ -12780,7 +12784,7 @@ export declare function ΔpureFunction5(slotOffset: number, pureFn: (v1: any, v2
12780
12784
  *
12781
12785
  * @codeGenApi
12782
12786
  */
12783
- export declare function ΔpureFunction6(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, thisArg?: any): any;
12787
+ export declare function ɵɵpureFunction6(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, thisArg?: any): any;
12784
12788
 
12785
12789
  /**
12786
12790
  * If the value of any provided exp has changed, calls the pure function to return
@@ -12800,7 +12804,7 @@ export declare function ΔpureFunction6(slotOffset: number, pureFn: (v1: any, v2
12800
12804
  *
12801
12805
  * @codeGenApi
12802
12806
  */
12803
- export declare function ΔpureFunction7(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any, v7: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, exp7: any, thisArg?: any): any;
12807
+ export declare function ɵɵpureFunction7(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any, v7: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, exp7: any, thisArg?: any): any;
12804
12808
 
12805
12809
  /**
12806
12810
  * If the value of any provided exp has changed, calls the pure function to return
@@ -12821,7 +12825,7 @@ export declare function ΔpureFunction7(slotOffset: number, pureFn: (v1: any, v2
12821
12825
  *
12822
12826
  * @codeGenApi
12823
12827
  */
12824
- export declare function ΔpureFunction8(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any, v7: any, v8: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, exp7: any, exp8: any, thisArg?: any): any;
12828
+ export declare function ɵɵpureFunction8(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any, v7: any, v8: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, exp7: any, exp8: any, thisArg?: any): any;
12825
12829
 
12826
12830
  /**
12827
12831
  * pureFunction instruction that can support any number of bindings.
@@ -12838,7 +12842,7 @@ export declare function ΔpureFunction8(slotOffset: number, pureFn: (v1: any, v2
12838
12842
  *
12839
12843
  * @codeGenApi
12840
12844
  */
12841
- export declare function ΔpureFunctionV(slotOffset: number, pureFn: (...v: any[]) => any, exps: any[], thisArg?: any): any;
12845
+ export declare function ɵɵpureFunctionV(slotOffset: number, pureFn: (...v: any[]) => any, exps: any[], thisArg?: any): any;
12842
12846
 
12843
12847
  /**
12844
12848
  * Refreshes a query by combining matches from all active views and removing matches from deleted
@@ -12849,7 +12853,7 @@ export declare function ΔpureFunctionV(slotOffset: number, pureFn: (...v: any[]
12849
12853
  *
12850
12854
  * @codeGenApi
12851
12855
  */
12852
- export declare function ΔqueryRefresh(queryList: QueryList<any>): boolean;
12856
+ export declare function ɵɵqueryRefresh(queryList: QueryList<any>): boolean;
12853
12857
 
12854
12858
  /**
12855
12859
  * Retrieves a local reference from the current contextViewData.
@@ -12861,13 +12865,13 @@ export declare function ΔqueryRefresh(queryList: QueryList<any>): boolean;
12861
12865
  *
12862
12866
  * @codeGenApi
12863
12867
  */
12864
- export declare function Δreference<T>(index: number): T;
12868
+ export declare function ɵɵreference<T>(index: number): T;
12865
12869
 
12866
12870
  /**
12867
12871
  *
12868
12872
  * @codeGenApi
12869
12873
  */
12870
- export declare function ΔresolveBody(element: RElement & {
12874
+ export declare function ɵɵresolveBody(element: RElement & {
12871
12875
  ownerDocument: Document;
12872
12876
  }): {
12873
12877
  name: string;
@@ -12878,7 +12882,7 @@ export declare function ΔresolveBody(element: RElement & {
12878
12882
  *
12879
12883
  * @codeGenApi
12880
12884
  */
12881
- export declare function ΔresolveDocument(element: RElement & {
12885
+ export declare function ɵɵresolveDocument(element: RElement & {
12882
12886
  ownerDocument: Document;
12883
12887
  }): {
12884
12888
  name: string;
@@ -12889,7 +12893,7 @@ export declare function ΔresolveDocument(element: RElement & {
12889
12893
  *
12890
12894
  * @codeGenApi
12891
12895
  */
12892
- export declare function ΔresolveWindow(element: RElement & {
12896
+ export declare function ɵɵresolveWindow(element: RElement & {
12893
12897
  ownerDocument: Document;
12894
12898
  }): {
12895
12899
  name: string;
@@ -12907,7 +12911,7 @@ export declare function ΔresolveWindow(element: RElement & {
12907
12911
  *
12908
12912
  * @codeGenApi
12909
12913
  */
12910
- export declare function ΔrestoreView(viewToRestore: OpaqueViewState): void;
12914
+ export declare function ɵɵrestoreView(viewToRestore: OpaqueViewState): void;
12911
12915
 
12912
12916
  /**
12913
12917
  * An `html` sanitizer which converts untrusted `html` **string** into trusted string by removing
@@ -12924,7 +12928,7 @@ export declare function ΔrestoreView(viewToRestore: OpaqueViewState): void;
12924
12928
  *
12925
12929
  * @publicApi
12926
12930
  */
12927
- export declare function ΔsanitizeHtml(unsafeHtml: any): string;
12931
+ export declare function ɵɵsanitizeHtml(unsafeHtml: any): string;
12928
12932
 
12929
12933
  /**
12930
12934
  * A `url` sanitizer which only lets trusted `url`s through.
@@ -12937,7 +12941,7 @@ export declare function ΔsanitizeHtml(unsafeHtml: any): string;
12937
12941
  *
12938
12942
  * @publicApi
12939
12943
  */
12940
- export declare function ΔsanitizeResourceUrl(unsafeResourceUrl: any): string;
12944
+ export declare function ɵɵsanitizeResourceUrl(unsafeResourceUrl: any): string;
12941
12945
 
12942
12946
  /**
12943
12947
  * A `script` sanitizer which only lets trusted javascript through.
@@ -12951,7 +12955,7 @@ export declare function ΔsanitizeResourceUrl(unsafeResourceUrl: any): string;
12951
12955
  *
12952
12956
  * @publicApi
12953
12957
  */
12954
- export declare function ΔsanitizeScript(unsafeScript: any): string;
12958
+ export declare function ɵɵsanitizeScript(unsafeScript: any): string;
12955
12959
 
12956
12960
  /**
12957
12961
  * A `style` sanitizer which converts untrusted `style` **string** into trusted string by removing
@@ -12968,7 +12972,7 @@ export declare function ΔsanitizeScript(unsafeScript: any): string;
12968
12972
  *
12969
12973
  * @publicApi
12970
12974
  */
12971
- export declare function ΔsanitizeStyle(unsafeStyle: any): string;
12975
+ export declare function ɵɵsanitizeStyle(unsafeStyle: any): string;
12972
12976
 
12973
12977
  /**
12974
12978
  * A `url` sanitizer which converts untrusted `url` **string** into trusted string by removing
@@ -12986,7 +12990,7 @@ export declare function ΔsanitizeStyle(unsafeStyle: any): string;
12986
12990
  *
12987
12991
  * @publicApi
12988
12992
  */
12989
- export declare function ΔsanitizeUrl(unsafeUrl: any): string;
12993
+ export declare function ɵɵsanitizeUrl(unsafeUrl: any): string;
12990
12994
 
12991
12995
  /**
12992
12996
  * Sanitizes URL, selecting sanitizer function based on tag and property names.
@@ -13003,7 +13007,7 @@ export declare function ΔsanitizeUrl(unsafeUrl: any): string;
13003
13007
  *
13004
13008
  * @publicApi
13005
13009
  */
13006
- export declare function ΔsanitizeUrlOrResourceUrl(unsafeUrl: any, tag: string, prop: string): any;
13010
+ export declare function ɵɵsanitizeUrlOrResourceUrl(unsafeUrl: any, tag: string, prop: string): any;
13007
13011
 
13008
13012
  /**
13009
13013
  * Selects an element for later binding instructions.
@@ -13026,12 +13030,12 @@ export declare function ΔsanitizeUrlOrResourceUrl(unsafeUrl: any, tag: string,
13026
13030
  *
13027
13031
  * @codeGenApi
13028
13032
  */
13029
- export declare function Δselect(index: number): void;
13033
+ export declare function ɵɵselect(index: number): void;
13030
13034
 
13031
13035
  /**
13032
13036
  * @codeGenApi
13033
13037
  */
13034
- export declare function ΔsetComponentScope(type: ɵComponentType<any>, directives: Type<any>[], pipes: Type<any>[]): void;
13038
+ export declare function ɵɵsetComponentScope(type: ɵComponentType<any>, directives: Type<any>[], pipes: Type<any>[]): void;
13035
13039
 
13036
13040
  /**
13037
13041
  * Adds the module metadata that is necessary to compute the module's transitive scope to an
@@ -13043,7 +13047,7 @@ export declare function ΔsetComponentScope(type: ɵComponentType<any>, directiv
13043
13047
  *
13044
13048
  * @codeGenApi
13045
13049
  */
13046
- export declare function ΔsetNgModuleScope(type: any, scope: {
13050
+ export declare function ɵɵsetNgModuleScope(type: any, scope: {
13047
13051
  /** List of components, directives, and pipes declared by this module. */
13048
13052
  declarations?: Type<any>[] | (() => Type<any>[]);
13049
13053
  /** List of modules or `ModuleWithProviders` imported by this module. */
@@ -13067,7 +13071,7 @@ export declare function ΔsetNgModuleScope(type: any, scope: {
13067
13071
  *
13068
13072
  * @codeGenApi
13069
13073
  */
13070
- export declare function ΔstaticContentQuery<T>(directiveIndex: number, predicate: Type<any> | string[], descend: boolean, read: any): void;
13074
+ export declare function ɵɵstaticContentQuery<T>(directiveIndex: number, predicate: Type<any> | string[], descend: boolean, read: any): void;
13071
13075
 
13072
13076
  /**
13073
13077
  * Creates new QueryList for a static view query.
@@ -13078,7 +13082,7 @@ export declare function ΔstaticContentQuery<T>(directiveIndex: number, predicat
13078
13082
  *
13079
13083
  * @codeGenApi
13080
13084
  */
13081
- export declare function ΔstaticViewQuery<T>(predicate: Type<any> | string[], descend: boolean, read: any): void;
13085
+ export declare function ɵɵstaticViewQuery<T>(predicate: Type<any> | string[], descend: boolean, read: any): void;
13082
13086
 
13083
13087
  /**
13084
13088
  * Creates an LContainer for an ng-template (dynamically-inserted view), e.g.
@@ -13099,7 +13103,7 @@ export declare function ΔstaticViewQuery<T>(predicate: Type<any> | string[], de
13099
13103
  *
13100
13104
  * @codeGenApi
13101
13105
  */
13102
- export declare function Δtemplate(index: number, templateFn: ComponentTemplate<any> | null, consts: number, vars: number, tagName?: string | null, attrs?: TAttributes | null, localRefs?: string[] | null, localRefExtractor?: LocalRefExtractor): void;
13106
+ export declare function ɵɵtemplate(index: number, templateFn: ComponentTemplate<any> | null, consts: number, vars: number, tagName?: string | null, attrs?: TAttributes | null, localRefs?: string[] | null, localRefExtractor?: LocalRefExtractor): void;
13103
13107
 
13104
13108
  /**
13105
13109
  * Retrieves `TemplateRef` instance from `Injector` when a local reference is placed on the
@@ -13107,7 +13111,7 @@ export declare function Δtemplate(index: number, templateFn: ComponentTemplate<
13107
13111
  *
13108
13112
  * @codeGenApi
13109
13113
  */
13110
- export declare function ΔtemplateRefExtractor(tNode: TNode, currentView: ɵangular_packages_core_core_bm): TemplateRef<{}> | null;
13114
+ export declare function ɵɵtemplateRefExtractor(tNode: TNode, currentView: ɵangular_packages_core_core_bm): TemplateRef<{}> | null;
13111
13115
 
13112
13116
  /**
13113
13117
  * Create static text node
@@ -13117,7 +13121,7 @@ export declare function ΔtemplateRefExtractor(tNode: TNode, currentView: ɵangu
13117
13121
  *
13118
13122
  * @codeGenApi
13119
13123
  */
13120
- export declare function Δtext(index: number, value?: any): void;
13124
+ export declare function ɵɵtext(index: number, value?: any): void;
13121
13125
 
13122
13126
  /**
13123
13127
  * Create text node with binding
@@ -13128,7 +13132,7 @@ export declare function Δtext(index: number, value?: any): void;
13128
13132
  *
13129
13133
  * @codeGenApi
13130
13134
  */
13131
- export declare function ΔtextBinding<T>(index: number, value: T | ɵNO_CHANGE): void;
13135
+ export declare function ɵɵtextBinding<T>(index: number, value: T | ɵNO_CHANGE): void;
13132
13136
 
13133
13137
  /**
13134
13138
  * Creates new QueryList, stores the reference in LView and returns QueryList.
@@ -13140,6 +13144,6 @@ export declare function ΔtextBinding<T>(index: number, value: T | ɵNO_CHANGE):
13140
13144
  *
13141
13145
  * @codeGenApi
13142
13146
  */
13143
- export declare function ΔviewQuery<T>(predicate: Type<any> | string[], descend: boolean, read: any): QueryList<T>;
13147
+ export declare function ɵɵviewQuery<T>(predicate: Type<any> | string[], descend: boolean, read: any): QueryList<T>;
13144
13148
 
13145
13149
  export { }