@angular/common 14.1.0-next.2 → 14.1.0-rc.0

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 (63) hide show
  1. package/esm2020/http/src/client.mjs +3 -3
  2. package/esm2020/http/src/headers.mjs +2 -2
  3. package/esm2020/http/src/interceptor.mjs +3 -3
  4. package/esm2020/http/src/jsonp.mjs +6 -6
  5. package/esm2020/http/src/module.mjs +15 -15
  6. package/esm2020/http/src/xhr.mjs +5 -5
  7. package/esm2020/http/src/xsrf.mjs +6 -6
  8. package/esm2020/http/testing/src/backend.mjs +3 -3
  9. package/esm2020/http/testing/src/module.mjs +4 -4
  10. package/esm2020/src/common_module.mjs +6 -11
  11. package/esm2020/src/directives/ng_class.mjs +8 -5
  12. package/esm2020/src/directives/ng_component_outlet.mjs +10 -7
  13. package/esm2020/src/directives/ng_for_of.mjs +19 -10
  14. package/esm2020/src/directives/ng_if.mjs +8 -5
  15. package/esm2020/src/directives/ng_plural.mjs +15 -9
  16. package/esm2020/src/directives/ng_style.mjs +12 -9
  17. package/esm2020/src/directives/ng_switch.mjs +22 -13
  18. package/esm2020/src/directives/ng_template_outlet.mjs +8 -5
  19. package/esm2020/src/errors.mjs +1 -1
  20. package/esm2020/src/i18n/format_number.mjs +2 -2
  21. package/esm2020/src/i18n/locale_data_api.mjs +3 -3
  22. package/esm2020/src/i18n/localization.mjs +6 -6
  23. package/esm2020/src/location/hash_location_strategy.mjs +3 -3
  24. package/esm2020/src/location/location.mjs +3 -3
  25. package/esm2020/src/location/location_strategy.mjs +6 -6
  26. package/esm2020/src/location/platform_location.mjs +6 -6
  27. package/esm2020/src/pipes/async_pipe.mjs +9 -5
  28. package/esm2020/src/pipes/case_conversion_pipes.mjs +22 -13
  29. package/esm2020/src/pipes/date_pipe.mjs +9 -5
  30. package/esm2020/src/pipes/i18n_plural_pipe.mjs +9 -5
  31. package/esm2020/src/pipes/i18n_select_pipe.mjs +9 -5
  32. package/esm2020/src/pipes/json_pipe.mjs +9 -5
  33. package/esm2020/src/pipes/keyvalue_pipe.mjs +9 -5
  34. package/esm2020/src/pipes/number_pipe.mjs +22 -13
  35. package/esm2020/src/pipes/slice_pipe.mjs +9 -5
  36. package/esm2020/src/version.mjs +1 -1
  37. package/esm2020/testing/src/location_mock.mjs +3 -3
  38. package/esm2020/testing/src/mock_location_strategy.mjs +3 -3
  39. package/esm2020/testing/src/mock_platform_location.mjs +3 -3
  40. package/esm2020/upgrade/src/location_shim.mjs +9 -9
  41. package/esm2020/upgrade/src/location_upgrade_module.mjs +4 -4
  42. package/fesm2015/common.mjs +224 -144
  43. package/fesm2015/common.mjs.map +1 -1
  44. package/fesm2015/http/testing.mjs +8 -8
  45. package/fesm2015/http.mjs +39 -39
  46. package/fesm2015/http.mjs.map +1 -1
  47. package/fesm2015/testing.mjs +10 -10
  48. package/fesm2015/upgrade.mjs +13 -13
  49. package/fesm2015/upgrade.mjs.map +1 -1
  50. package/fesm2020/common.mjs +224 -144
  51. package/fesm2020/common.mjs.map +1 -1
  52. package/fesm2020/http/testing.mjs +8 -8
  53. package/fesm2020/http.mjs +39 -39
  54. package/fesm2020/http.mjs.map +1 -1
  55. package/fesm2020/testing.mjs +10 -10
  56. package/fesm2020/upgrade.mjs +13 -13
  57. package/fesm2020/upgrade.mjs.map +1 -1
  58. package/http/index.d.ts +2 -2
  59. package/http/testing/index.d.ts +1 -1
  60. package/index.d.ts +29 -34
  61. package/package.json +2 -2
  62. package/testing/index.d.ts +1 -1
  63. package/upgrade/index.d.ts +3 -3
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.1.0-next.2
2
+ * @license Angular v14.1.0-rc.0
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -98,7 +98,7 @@ export declare class AsyncPipe implements OnDestroy, PipeTransform {
98
98
  private _dispose;
99
99
  private _updateLatestValue;
100
100
  static ɵfac: i0.ɵɵFactoryDeclaration<AsyncPipe, never>;
101
- static ɵpipe: i0.ɵɵPipeDeclaration<AsyncPipe, "async", false>;
101
+ static ɵpipe: i0.ɵɵPipeDeclaration<AsyncPipe, "async", true>;
102
102
  }
103
103
 
104
104
  /**
@@ -107,16 +107,11 @@ export declare class AsyncPipe implements OnDestroy, PipeTransform {
107
107
  * Re-exported by `BrowserModule`, which is included automatically in the root
108
108
  * `AppModule` when you create a new app with the CLI `new` command.
109
109
  *
110
- * * The `providers` options configure the NgModule's injector to provide
111
- * localization dependencies to members.
112
- * * The `exports` options make the declared directives and pipes available for import
113
- * by other NgModules.
114
- *
115
110
  * @publicApi
116
111
  */
117
112
  export declare class CommonModule {
118
113
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonModule, never>;
119
- static ɵmod: i0.ɵɵNgModuleDeclaration<CommonModule, [typeof i1.NgClass, typeof i2.NgComponentOutlet, typeof i3.NgForOf, typeof i4.NgIf, typeof i5.NgTemplateOutlet, typeof i6.NgStyle, typeof i7.NgSwitch, typeof i7.NgSwitchCase, typeof i7.NgSwitchDefault, typeof i8.NgPlural, typeof i8.NgPluralCase, typeof i9.AsyncPipe, typeof i10.UpperCasePipe, typeof i10.LowerCasePipe, typeof i11.JsonPipe, typeof i12.SlicePipe, typeof i13.DecimalPipe, typeof i13.PercentPipe, typeof i10.TitleCasePipe, typeof i13.CurrencyPipe, typeof i14.DatePipe, typeof i15.I18nPluralPipe, typeof i16.I18nSelectPipe, typeof i17.KeyValuePipe], never, [typeof i1.NgClass, typeof i2.NgComponentOutlet, typeof i3.NgForOf, typeof i4.NgIf, typeof i5.NgTemplateOutlet, typeof i6.NgStyle, typeof i7.NgSwitch, typeof i7.NgSwitchCase, typeof i7.NgSwitchDefault, typeof i8.NgPlural, typeof i8.NgPluralCase, typeof i9.AsyncPipe, typeof i10.UpperCasePipe, typeof i10.LowerCasePipe, typeof i11.JsonPipe, typeof i12.SlicePipe, typeof i13.DecimalPipe, typeof i13.PercentPipe, typeof i10.TitleCasePipe, typeof i13.CurrencyPipe, typeof i14.DatePipe, typeof i15.I18nPluralPipe, typeof i16.I18nSelectPipe, typeof i17.KeyValuePipe]>;
114
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonModule, never, [typeof i1.NgClass, typeof i2.NgComponentOutlet, typeof i3.NgForOf, typeof i4.NgIf, typeof i5.NgTemplateOutlet, typeof i6.NgStyle, typeof i7.NgSwitch, typeof i7.NgSwitchCase, typeof i7.NgSwitchDefault, typeof i8.NgPlural, typeof i8.NgPluralCase, typeof i9.AsyncPipe, typeof i10.UpperCasePipe, typeof i10.LowerCasePipe, typeof i11.JsonPipe, typeof i12.SlicePipe, typeof i13.DecimalPipe, typeof i13.PercentPipe, typeof i10.TitleCasePipe, typeof i13.CurrencyPipe, typeof i14.DatePipe, typeof i15.I18nPluralPipe, typeof i16.I18nSelectPipe, typeof i17.KeyValuePipe], [typeof i1.NgClass, typeof i2.NgComponentOutlet, typeof i3.NgForOf, typeof i4.NgIf, typeof i5.NgTemplateOutlet, typeof i6.NgStyle, typeof i7.NgSwitch, typeof i7.NgSwitchCase, typeof i7.NgSwitchDefault, typeof i8.NgPlural, typeof i8.NgPluralCase, typeof i9.AsyncPipe, typeof i10.UpperCasePipe, typeof i10.LowerCasePipe, typeof i11.JsonPipe, typeof i12.SlicePipe, typeof i13.DecimalPipe, typeof i13.PercentPipe, typeof i10.TitleCasePipe, typeof i13.CurrencyPipe, typeof i14.DatePipe, typeof i15.I18nPluralPipe, typeof i16.I18nSelectPipe, typeof i17.KeyValuePipe]>;
120
115
  static ɵinj: i0.ɵɵInjectorDeclaration<CommonModule>;
121
116
  }
122
117
 
@@ -168,7 +163,7 @@ export declare class CurrencyPipe implements PipeTransform {
168
163
  transform(value: null | undefined, currencyCode?: string, display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean, digitsInfo?: string, locale?: string): null;
169
164
  transform(value: number | string | null | undefined, currencyCode?: string, display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean, digitsInfo?: string, locale?: string): string | null;
170
165
  static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyPipe, never>;
171
- static ɵpipe: i0.ɵɵPipeDeclaration<CurrencyPipe, "currency", false>;
166
+ static ɵpipe: i0.ɵɵPipeDeclaration<CurrencyPipe, "currency", true>;
172
167
  }
173
168
 
174
169
  /**
@@ -355,7 +350,7 @@ export declare class DatePipe implements PipeTransform {
355
350
  transform(value: null | undefined, format?: string, timezone?: string, locale?: string): null;
356
351
  transform(value: Date | string | number | null | undefined, format?: string, timezone?: string, locale?: string): string | null;
357
352
  static ɵfac: i0.ɵɵFactoryDeclaration<DatePipe, [null, { optional: true; }]>;
358
- static ɵpipe: i0.ɵɵPipeDeclaration<DatePipe, "date", false>;
353
+ static ɵpipe: i0.ɵɵPipeDeclaration<DatePipe, "date", true>;
359
354
  }
360
355
 
361
356
  /**
@@ -428,7 +423,7 @@ export declare class DecimalPipe implements PipeTransform {
428
423
  transform(value: null | undefined, digitsInfo?: string, locale?: string): null;
429
424
  transform(value: number | string | null | undefined, digitsInfo?: string, locale?: string): string | null;
430
425
  static ɵfac: i0.ɵɵFactoryDeclaration<DecimalPipe, never>;
431
- static ɵpipe: i0.ɵɵPipeDeclaration<DecimalPipe, "number", false>;
426
+ static ɵpipe: i0.ɵɵPipeDeclaration<DecimalPipe, "number", true>;
432
427
  }
433
428
 
434
429
  declare function defaultComparator<K, V>(keyValueA: KeyValue<K, V>, keyValueB: KeyValue<K, V>): number;
@@ -636,11 +631,11 @@ export declare function getLocaleCurrencyName(locale: string): string | null;
636
631
  export declare function getLocaleCurrencySymbol(locale: string): string | null;
637
632
 
638
633
  /**
639
- * Retrieves a localized date-value formating string.
634
+ * Retrieves a localized date-value formatting string.
640
635
  *
641
636
  * @param locale A locale code for the locale format rules to use.
642
637
  * @param width The format type.
643
- * @returns The localized formating string.
638
+ * @returns The localized formatting string.
644
639
  * @see `FormatWidth`
645
640
  * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n-overview)
646
641
  *
@@ -1010,7 +1005,7 @@ export declare class I18nPluralPipe implements PipeTransform {
1010
1005
  [count: string]: string;
1011
1006
  }, locale?: string): string;
1012
1007
  static ɵfac: i0.ɵɵFactoryDeclaration<I18nPluralPipe, never>;
1013
- static ɵpipe: i0.ɵɵPipeDeclaration<I18nPluralPipe, "i18nPlural", false>;
1008
+ static ɵpipe: i0.ɵɵPipeDeclaration<I18nPluralPipe, "i18nPlural", true>;
1014
1009
  }
1015
1010
 
1016
1011
  /**
@@ -1040,7 +1035,7 @@ export declare class I18nSelectPipe implements PipeTransform {
1040
1035
  [key: string]: string;
1041
1036
  }): string;
1042
1037
  static ɵfac: i0.ɵɵFactoryDeclaration<I18nSelectPipe, never>;
1043
- static ɵpipe: i0.ɵɵPipeDeclaration<I18nSelectPipe, "i18nSelect", false>;
1038
+ static ɵpipe: i0.ɵɵPipeDeclaration<I18nSelectPipe, "i18nSelect", true>;
1044
1039
  }
1045
1040
 
1046
1041
  declare namespace i2 {
@@ -1142,7 +1137,7 @@ export declare class JsonPipe implements PipeTransform {
1142
1137
  */
1143
1138
  transform(value: any): string;
1144
1139
  static ɵfac: i0.ɵɵFactoryDeclaration<JsonPipe, never>;
1145
- static ɵpipe: i0.ɵɵPipeDeclaration<JsonPipe, "json", false>;
1140
+ static ɵpipe: i0.ɵɵPipeDeclaration<JsonPipe, "json", true>;
1146
1141
  }
1147
1142
 
1148
1143
  /**
@@ -1190,7 +1185,7 @@ export declare class KeyValuePipe implements PipeTransform {
1190
1185
  transform<K extends number, V>(input: Record<K, V> | null | undefined, compareFn?: (a: KeyValue<string, V>, b: KeyValue<string, V>) => number): Array<KeyValue<string, V>> | null;
1191
1186
  transform<K extends string, V>(input: Record<K, V> | ReadonlyMap<K, V> | null | undefined, compareFn?: (a: KeyValue<K, V>, b: KeyValue<K, V>) => number): Array<KeyValue<K, V>> | null;
1192
1187
  static ɵfac: i0.ɵɵFactoryDeclaration<KeyValuePipe, never>;
1193
- static ɵpipe: i0.ɵɵPipeDeclaration<KeyValuePipe, "keyvalue", false>;
1188
+ static ɵpipe: i0.ɵɵPipeDeclaration<KeyValuePipe, "keyvalue", true>;
1194
1189
  }
1195
1190
 
1196
1191
  /**
@@ -1443,7 +1438,7 @@ export declare class LowerCasePipe implements PipeTransform {
1443
1438
  transform(value: null | undefined): null;
1444
1439
  transform(value: string | null | undefined): string | null;
1445
1440
  static ɵfac: i0.ɵɵFactoryDeclaration<LowerCasePipe, never>;
1446
- static ɵpipe: i0.ɵɵPipeDeclaration<LowerCasePipe, "lowercase", false>;
1441
+ static ɵpipe: i0.ɵɵPipeDeclaration<LowerCasePipe, "lowercase", true>;
1447
1442
  }
1448
1443
 
1449
1444
  /**
@@ -1507,7 +1502,7 @@ export declare class NgClass implements DoCheck {
1507
1502
  private _removeClasses;
1508
1503
  private _toggleClass;
1509
1504
  static ɵfac: i0.ɵɵFactoryDeclaration<NgClass, never>;
1510
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgClass, "[ngClass]", never, { "klass": "class"; "ngClass": "ngClass"; }, {}, never, never, false>;
1505
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgClass, "[ngClass]", never, { "klass": "class"; "ngClass": "ngClass"; }, {}, never, never, true>;
1511
1506
  }
1512
1507
 
1513
1508
  /**
@@ -1587,7 +1582,7 @@ export declare class NgComponentOutlet implements OnChanges, OnDestroy {
1587
1582
  /** @nodoc */
1588
1583
  ngOnDestroy(): void;
1589
1584
  static ɵfac: i0.ɵɵFactoryDeclaration<NgComponentOutlet, never>;
1590
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgComponentOutlet, "[ngComponentOutlet]", never, { "ngComponentOutlet": "ngComponentOutlet"; "ngComponentOutletInjector": "ngComponentOutletInjector"; "ngComponentOutletContent": "ngComponentOutletContent"; "ngComponentOutletNgModule": "ngComponentOutletNgModule"; "ngComponentOutletNgModuleFactory": "ngComponentOutletNgModuleFactory"; }, {}, never, never, false>;
1585
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgComponentOutlet, "[ngComponentOutlet]", never, { "ngComponentOutlet": "ngComponentOutlet"; "ngComponentOutletInjector": "ngComponentOutletInjector"; "ngComponentOutletContent": "ngComponentOutletContent"; "ngComponentOutletNgModule": "ngComponentOutletNgModule"; "ngComponentOutletNgModuleFactory": "ngComponentOutletNgModuleFactory"; }, {}, never, never, true>;
1591
1586
  }
1592
1587
 
1593
1588
  /**
@@ -1629,7 +1624,7 @@ export declare class NgComponentOutlet implements OnChanges, OnDestroy {
1629
1624
  * on an element](guide/structural-directives#one-per-element).
1630
1625
  * If you want to iterate conditionally, for example,
1631
1626
  * put the `*ngIf` on a container element that wraps the `*ngFor` element.
1632
- * For futher discussion, see
1627
+ * For further discussion, see
1633
1628
  * [Structural Directives](guide/structural-directives#one-per-element).
1634
1629
  *
1635
1630
  * @usageNotes
@@ -1741,7 +1736,7 @@ export declare class NgForOf<T, U extends NgIterable<T> = NgIterable<T>> impleme
1741
1736
  */
1742
1737
  static ngTemplateContextGuard<T, U extends NgIterable<T>>(dir: NgForOf<T, U>, ctx: any): ctx is NgForOfContext<T, U>;
1743
1738
  static ɵfac: i0.ɵɵFactoryDeclaration<NgForOf<any, any>, never>;
1744
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgForOf<any, any>, "[ngFor][ngForOf]", never, { "ngForOf": "ngForOf"; "ngForTrackBy": "ngForTrackBy"; "ngForTemplate": "ngForTemplate"; }, {}, never, never, false>;
1739
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgForOf<any, any>, "[ngFor][ngForOf]", never, { "ngForOf": "ngForOf"; "ngForTrackBy": "ngForTrackBy"; "ngForTemplate": "ngForTemplate"; }, {}, never, never, true>;
1745
1740
  }
1746
1741
 
1747
1742
  /**
@@ -1936,7 +1931,7 @@ export declare class NgIf<T = unknown> {
1936
1931
  */
1937
1932
  static ngTemplateContextGuard<T>(dir: NgIf<T>, ctx: any): ctx is NgIfContext<Exclude<T, false | 0 | '' | null | undefined>>;
1938
1933
  static ɵfac: i0.ɵɵFactoryDeclaration<NgIf<any>, never>;
1939
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgIf<any>, "[ngIf]", never, { "ngIf": "ngIf"; "ngIfThen": "ngIfThen"; "ngIfElse": "ngIfElse"; }, {}, never, never, false>;
1934
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgIf<any>, "[ngIf]", never, { "ngIf": "ngIf"; "ngIfThen": "ngIfThen"; "ngIfElse": "ngIfElse"; }, {}, never, never, true>;
1940
1935
  }
1941
1936
 
1942
1937
  /**
@@ -2012,7 +2007,7 @@ export declare class NgPlural {
2012
2007
  private _clearViews;
2013
2008
  private _activateView;
2014
2009
  static ɵfac: i0.ɵɵFactoryDeclaration<NgPlural, never>;
2015
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgPlural, "[ngPlural]", never, { "ngPlural": "ngPlural"; }, {}, never, never, false>;
2010
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgPlural, "[ngPlural]", never, { "ngPlural": "ngPlural"; }, {}, never, never, true>;
2016
2011
  }
2017
2012
 
2018
2013
  /**
@@ -2039,7 +2034,7 @@ export declare class NgPluralCase {
2039
2034
  value: string;
2040
2035
  constructor(value: string, template: TemplateRef<Object>, viewContainer: ViewContainerRef, ngPlural: NgPlural);
2041
2036
  static ɵfac: i0.ɵɵFactoryDeclaration<NgPluralCase, [{ attribute: "ngPluralCase"; }, null, null, { host: true; }]>;
2042
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgPluralCase, "[ngPluralCase]", never, {}, {}, never, never, false>;
2037
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgPluralCase, "[ngPluralCase]", never, {}, {}, never, never, true>;
2043
2038
  }
2044
2039
 
2045
2040
  /**
@@ -2092,7 +2087,7 @@ export declare class NgStyle implements DoCheck {
2092
2087
  private _setStyle;
2093
2088
  private _applyChanges;
2094
2089
  static ɵfac: i0.ɵɵFactoryDeclaration<NgStyle, never>;
2095
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgStyle, "[ngStyle]", never, { "ngStyle": "ngStyle"; }, {}, never, never, false>;
2090
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgStyle, "[ngStyle]", never, { "ngStyle": "ngStyle"; }, {}, never, never, true>;
2096
2091
  }
2097
2092
 
2098
2093
  /**
@@ -2171,7 +2166,7 @@ export declare class NgSwitch {
2171
2166
  set ngSwitch(newValue: any);
2172
2167
  private _updateDefaultCases;
2173
2168
  static ɵfac: i0.ɵɵFactoryDeclaration<NgSwitch, never>;
2174
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgSwitch, "[ngSwitch]", never, { "ngSwitch": "ngSwitch"; }, {}, never, never, false>;
2169
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgSwitch, "[ngSwitch]", never, { "ngSwitch": "ngSwitch"; }, {}, never, never, true>;
2175
2170
  }
2176
2171
 
2177
2172
  /**
@@ -2221,7 +2216,7 @@ export declare class NgSwitchCase implements DoCheck {
2221
2216
  */
2222
2217
  ngDoCheck(): void;
2223
2218
  static ɵfac: i0.ɵɵFactoryDeclaration<NgSwitchCase, [null, null, { optional: true; host: true; }]>;
2224
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgSwitchCase, "[ngSwitchCase]", never, { "ngSwitchCase": "ngSwitchCase"; }, {}, never, never, false>;
2219
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgSwitchCase, "[ngSwitchCase]", never, { "ngSwitchCase": "ngSwitchCase"; }, {}, never, never, true>;
2225
2220
  }
2226
2221
 
2227
2222
  /**
@@ -2241,7 +2236,7 @@ export declare class NgSwitchCase implements DoCheck {
2241
2236
  export declare class NgSwitchDefault {
2242
2237
  constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef<Object>, ngSwitch: NgSwitch);
2243
2238
  static ɵfac: i0.ɵɵFactoryDeclaration<NgSwitchDefault, [null, null, { optional: true; host: true; }]>;
2244
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgSwitchDefault, "[ngSwitchDefault]", never, {}, {}, never, never, false>;
2239
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgSwitchDefault, "[ngSwitchDefault]", never, {}, {}, never, never, true>;
2245
2240
  }
2246
2241
 
2247
2242
  /**
@@ -2288,7 +2283,7 @@ export declare class NgTemplateOutlet implements OnChanges {
2288
2283
  /** @nodoc */
2289
2284
  ngOnChanges(changes: SimpleChanges): void;
2290
2285
  static ɵfac: i0.ɵɵFactoryDeclaration<NgTemplateOutlet, never>;
2291
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgTemplateOutlet, "[ngTemplateOutlet]", never, { "ngTemplateOutletContext": "ngTemplateOutletContext"; "ngTemplateOutlet": "ngTemplateOutlet"; "ngTemplateOutletInjector": "ngTemplateOutletInjector"; }, {}, never, never, false>;
2286
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgTemplateOutlet, "[ngTemplateOutlet]", never, { "ngTemplateOutletContext": "ngTemplateOutletContext"; "ngTemplateOutlet": "ngTemplateOutlet"; "ngTemplateOutletInjector": "ngTemplateOutletInjector"; }, {}, never, never, true>;
2292
2287
  }
2293
2288
 
2294
2289
 
@@ -2469,7 +2464,7 @@ export declare class PercentPipe implements PipeTransform {
2469
2464
  transform(value: null | undefined, digitsInfo?: string, locale?: string): null;
2470
2465
  transform(value: number | string | null | undefined, digitsInfo?: string, locale?: string): string | null;
2471
2466
  static ɵfac: i0.ɵɵFactoryDeclaration<PercentPipe, never>;
2472
- static ɵpipe: i0.ɵɵPipeDeclaration<PercentPipe, "percent", false>;
2467
+ static ɵpipe: i0.ɵɵPipeDeclaration<PercentPipe, "percent", true>;
2473
2468
  }
2474
2469
 
2475
2470
  /**
@@ -2618,7 +2613,7 @@ export declare class SlicePipe implements PipeTransform {
2618
2613
  transform(value: string | null | undefined, start: number, end?: number): string | null;
2619
2614
  private supports;
2620
2615
  static ɵfac: i0.ɵɵFactoryDeclaration<SlicePipe, never>;
2621
- static ɵpipe: i0.ɵɵPipeDeclaration<SlicePipe, "slice", false>;
2616
+ static ɵpipe: i0.ɵɵPipeDeclaration<SlicePipe, "slice", true>;
2622
2617
  }
2623
2618
 
2624
2619
  declare class SwitchView {
@@ -2666,7 +2661,7 @@ export declare class TitleCasePipe implements PipeTransform {
2666
2661
  transform(value: null | undefined): null;
2667
2662
  transform(value: string | null | undefined): string | null;
2668
2663
  static ɵfac: i0.ɵɵFactoryDeclaration<TitleCasePipe, never>;
2669
- static ɵpipe: i0.ɵɵPipeDeclaration<TitleCasePipe, "titlecase", false>;
2664
+ static ɵpipe: i0.ɵɵPipeDeclaration<TitleCasePipe, "titlecase", true>;
2670
2665
  }
2671
2666
 
2672
2667
  /**
@@ -2703,7 +2698,7 @@ export declare class UpperCasePipe implements PipeTransform {
2703
2698
  transform(value: null | undefined): null;
2704
2699
  transform(value: string | null | undefined): string | null;
2705
2700
  static ɵfac: i0.ɵɵFactoryDeclaration<UpperCasePipe, never>;
2706
- static ɵpipe: i0.ɵɵPipeDeclaration<UpperCasePipe, "uppercase", false>;
2701
+ static ɵpipe: i0.ɵɵPipeDeclaration<UpperCasePipe, "uppercase", true>;
2707
2702
  }
2708
2703
 
2709
2704
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/common",
3
- "version": "14.1.0-next.2",
3
+ "version": "14.1.0-rc.0",
4
4
  "description": "Angular - commonly needed directives and services",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -63,7 +63,7 @@
63
63
  }
64
64
  },
65
65
  "peerDependencies": {
66
- "@angular/core": "14.1.0-next.2",
66
+ "@angular/core": "14.1.0-rc.0",
67
67
  "rxjs": "^6.5.3 || ^7.4.0"
68
68
  },
69
69
  "repository": {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.1.0-next.2
2
+ * @license Angular v14.1.0-rc.0
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.1.0-next.2
2
+ * @license Angular v14.1.0-rc.0
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -27,7 +27,7 @@ export declare class $locationShim {
27
27
  private platformLocation;
28
28
  private urlCodec;
29
29
  private locationStrategy;
30
- private initalizing;
30
+ private initializing;
31
31
  private updateBrowser;
32
32
  private $$absUrl;
33
33
  private $$url;
@@ -248,7 +248,7 @@ export declare class $locationShim {
248
248
 
249
249
  /**
250
250
  * The factory function used to create an instance of the `$locationShim` in Angular,
251
- * and provides an API-compatiable `$locationProvider` for AngularJS.
251
+ * and provides an API-compatible `$locationProvider` for AngularJS.
252
252
  *
253
253
  * @publicApi
254
254
  */