@angular/common 17.0.0-next.5 → 17.0.0-next.7

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 (56) hide show
  1. package/esm2022/http/src/client.mjs +4 -4
  2. package/esm2022/http/src/fetch.mjs +3 -3
  3. package/esm2022/http/src/interceptor.mjs +14 -5
  4. package/esm2022/http/src/jsonp.mjs +9 -9
  5. package/esm2022/http/src/module.mjs +12 -12
  6. package/esm2022/http/src/provider.mjs +3 -2
  7. package/esm2022/http/src/transfer_cache.mjs +4 -4
  8. package/esm2022/http/src/xhr.mjs +4 -4
  9. package/esm2022/http/src/xsrf.mjs +9 -9
  10. package/esm2022/http/testing/src/backend.mjs +3 -3
  11. package/esm2022/http/testing/src/module.mjs +4 -4
  12. package/esm2022/src/common_module.mjs +4 -4
  13. package/esm2022/src/directives/ng_class.mjs +5 -5
  14. package/esm2022/src/directives/ng_component_outlet.mjs +5 -5
  15. package/esm2022/src/directives/ng_for_of.mjs +5 -5
  16. package/esm2022/src/directives/ng_if.mjs +5 -5
  17. package/esm2022/src/directives/ng_optimized_image/lcp_image_observer.mjs +8 -8
  18. package/esm2022/src/directives/ng_optimized_image/ng_optimized_image.mjs +3 -3
  19. package/esm2022/src/directives/ng_optimized_image/preconnect_link_checker.mjs +4 -4
  20. package/esm2022/src/directives/ng_optimized_image/preload-link-creator.mjs +3 -3
  21. package/esm2022/src/directives/ng_plural.mjs +10 -10
  22. package/esm2022/src/directives/ng_style.mjs +5 -5
  23. package/esm2022/src/directives/ng_switch.mjs +14 -14
  24. package/esm2022/src/directives/ng_template_outlet.mjs +44 -16
  25. package/esm2022/src/i18n/localization.mjs +8 -8
  26. package/esm2022/src/location/hash_location_strategy.mjs +5 -5
  27. package/esm2022/src/location/location.mjs +4 -4
  28. package/esm2022/src/location/location_strategy.mjs +8 -8
  29. package/esm2022/src/location/platform_location.mjs +7 -7
  30. package/esm2022/src/pipes/async_pipe.mjs +4 -4
  31. package/esm2022/src/pipes/case_conversion_pipes.mjs +9 -9
  32. package/esm2022/src/pipes/date_pipe.mjs +5 -5
  33. package/esm2022/src/pipes/i18n_plural_pipe.mjs +4 -4
  34. package/esm2022/src/pipes/i18n_select_pipe.mjs +3 -3
  35. package/esm2022/src/pipes/json_pipe.mjs +3 -3
  36. package/esm2022/src/pipes/keyvalue_pipe.mjs +4 -4
  37. package/esm2022/src/pipes/number_pipe.mjs +15 -15
  38. package/esm2022/src/pipes/slice_pipe.mjs +3 -3
  39. package/esm2022/src/version.mjs +1 -1
  40. package/esm2022/testing/src/location_mock.mjs +3 -3
  41. package/esm2022/testing/src/mock_location_strategy.mjs +4 -4
  42. package/esm2022/testing/src/mock_platform_location.mjs +5 -5
  43. package/esm2022/upgrade/src/location_upgrade_module.mjs +4 -4
  44. package/fesm2022/common.mjs +190 -162
  45. package/fesm2022/common.mjs.map +1 -1
  46. package/fesm2022/http/testing.mjs +8 -8
  47. package/fesm2022/http.mjs +59 -49
  48. package/fesm2022/http.mjs.map +1 -1
  49. package/fesm2022/testing.mjs +13 -13
  50. package/fesm2022/upgrade.mjs +5 -5
  51. package/http/index.d.ts +1 -1
  52. package/http/testing/index.d.ts +1 -1
  53. package/index.d.ts +13 -2
  54. package/package.json +2 -2
  55. package/testing/index.d.ts +1 -1
  56. package/upgrade/index.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.0.0-next.5
2
+ * @license Angular v17.0.0-next.7
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -61,10 +61,10 @@ class PlatformLocation {
61
61
  historyGo(relativePosition) {
62
62
  throw new Error('Not implemented');
63
63
  }
64
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PlatformLocation, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
65
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PlatformLocation, providedIn: 'platform', useFactory: () => inject(BrowserPlatformLocation) }); }
64
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PlatformLocation, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
65
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PlatformLocation, providedIn: 'platform', useFactory: () => inject(BrowserPlatformLocation) }); }
66
66
  }
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PlatformLocation, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PlatformLocation, decorators: [{
68
68
  type: Injectable,
69
69
  args: [{ providedIn: 'platform', useFactory: () => inject(BrowserPlatformLocation) }]
70
70
  }] });
@@ -144,16 +144,16 @@ class BrowserPlatformLocation extends PlatformLocation {
144
144
  getState() {
145
145
  return this._history.state;
146
146
  }
147
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: BrowserPlatformLocation, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
148
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: BrowserPlatformLocation, providedIn: 'platform', useFactory: () => new BrowserPlatformLocation() }); }
147
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: BrowserPlatformLocation, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
148
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: BrowserPlatformLocation, providedIn: 'platform', useFactory: () => new BrowserPlatformLocation() }); }
149
149
  }
150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: BrowserPlatformLocation, decorators: [{
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: BrowserPlatformLocation, decorators: [{
151
151
  type: Injectable,
152
152
  args: [{
153
153
  providedIn: 'platform',
154
154
  useFactory: () => new BrowserPlatformLocation(),
155
155
  }]
156
- }], ctorParameters: function () { return []; } });
156
+ }], ctorParameters: () => [] });
157
157
 
158
158
  /**
159
159
  * Joins two parts of a URL with a slash if needed.
@@ -233,10 +233,10 @@ class LocationStrategy {
233
233
  historyGo(relativePosition) {
234
234
  throw new Error('Not implemented');
235
235
  }
236
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: LocationStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
237
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: LocationStrategy, providedIn: 'root', useFactory: () => inject(PathLocationStrategy) }); }
236
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocationStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
237
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocationStrategy, providedIn: 'root', useFactory: () => inject(PathLocationStrategy) }); }
238
238
  }
239
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: LocationStrategy, decorators: [{
239
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocationStrategy, decorators: [{
240
240
  type: Injectable,
241
241
  args: [{ providedIn: 'root', useFactory: () => inject(PathLocationStrategy) }]
242
242
  }] });
@@ -343,18 +343,18 @@ class PathLocationStrategy extends LocationStrategy {
343
343
  historyGo(relativePosition = 0) {
344
344
  this._platformLocation.historyGo?.(relativePosition);
345
345
  }
346
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PathLocationStrategy, deps: [{ token: PlatformLocation }, { token: APP_BASE_HREF, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
347
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PathLocationStrategy, providedIn: 'root' }); }
346
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PathLocationStrategy, deps: [{ token: PlatformLocation }, { token: APP_BASE_HREF, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
347
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PathLocationStrategy, providedIn: 'root' }); }
348
348
  }
349
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PathLocationStrategy, decorators: [{
349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PathLocationStrategy, decorators: [{
350
350
  type: Injectable,
351
351
  args: [{ providedIn: 'root' }]
352
- }], ctorParameters: function () { return [{ type: PlatformLocation }, { type: undefined, decorators: [{
352
+ }], ctorParameters: () => [{ type: PlatformLocation }, { type: undefined, decorators: [{
353
353
  type: Optional
354
354
  }, {
355
355
  type: Inject,
356
356
  args: [APP_BASE_HREF]
357
- }] }]; } });
357
+ }] }] });
358
358
 
359
359
  /**
360
360
  * @description
@@ -434,17 +434,17 @@ class HashLocationStrategy extends LocationStrategy {
434
434
  historyGo(relativePosition = 0) {
435
435
  this._platformLocation.historyGo?.(relativePosition);
436
436
  }
437
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: HashLocationStrategy, deps: [{ token: PlatformLocation }, { token: APP_BASE_HREF, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
438
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: HashLocationStrategy }); }
437
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: HashLocationStrategy, deps: [{ token: PlatformLocation }, { token: APP_BASE_HREF, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
438
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: HashLocationStrategy }); }
439
439
  }
440
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: HashLocationStrategy, decorators: [{
440
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: HashLocationStrategy, decorators: [{
441
441
  type: Injectable
442
- }], ctorParameters: function () { return [{ type: PlatformLocation }, { type: undefined, decorators: [{
442
+ }], ctorParameters: () => [{ type: PlatformLocation }, { type: undefined, decorators: [{
443
443
  type: Optional
444
444
  }, {
445
445
  type: Inject,
446
446
  args: [APP_BASE_HREF]
447
- }] }]; } });
447
+ }] }] });
448
448
 
449
449
  /**
450
450
  * @description
@@ -686,17 +686,17 @@ class Location {
686
686
  * @returns The URL string, modified if needed.
687
687
  */
688
688
  static { this.stripTrailingSlash = stripTrailingSlash; }
689
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: Location, deps: [{ token: LocationStrategy }], target: i0.ɵɵFactoryTarget.Injectable }); }
690
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: Location, providedIn: 'root', useFactory: createLocation }); }
689
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: Location, deps: [{ token: LocationStrategy }], target: i0.ɵɵFactoryTarget.Injectable }); }
690
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: Location, providedIn: 'root', useFactory: createLocation }); }
691
691
  }
692
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: Location, decorators: [{
692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: Location, decorators: [{
693
693
  type: Injectable,
694
694
  args: [{
695
695
  providedIn: 'root',
696
696
  // See #23917
697
697
  useFactory: createLocation,
698
698
  }]
699
- }], ctorParameters: function () { return [{ type: LocationStrategy }]; } });
699
+ }], ctorParameters: () => [{ type: LocationStrategy }] });
700
700
  function createLocation() {
701
701
  return new Location(ɵɵinject(LocationStrategy));
702
702
  }
@@ -2481,10 +2481,10 @@ function parseIntAutoRadix(text) {
2481
2481
  * @publicApi
2482
2482
  */
2483
2483
  class NgLocalization {
2484
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgLocalization, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2485
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgLocalization, providedIn: 'root', useFactory: (locale) => new NgLocaleLocalization(locale), deps: [{ token: LOCALE_ID }] }); }
2484
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgLocalization, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2485
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgLocalization, providedIn: 'root', useFactory: (locale) => new NgLocaleLocalization(locale), deps: [{ token: LOCALE_ID }] }); }
2486
2486
  }
2487
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgLocalization, decorators: [{
2487
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgLocalization, decorators: [{
2488
2488
  type: Injectable,
2489
2489
  args: [{
2490
2490
  providedIn: 'root',
@@ -2538,15 +2538,15 @@ class NgLocaleLocalization extends NgLocalization {
2538
2538
  return 'other';
2539
2539
  }
2540
2540
  }
2541
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgLocaleLocalization, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable }); }
2542
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgLocaleLocalization }); }
2541
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgLocaleLocalization, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable }); }
2542
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgLocaleLocalization }); }
2543
2543
  }
2544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgLocaleLocalization, decorators: [{
2544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgLocaleLocalization, decorators: [{
2545
2545
  type: Injectable
2546
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
2546
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
2547
2547
  type: Inject,
2548
2548
  args: [LOCALE_ID]
2549
- }] }]; } });
2549
+ }] }] });
2550
2550
 
2551
2551
  /**
2552
2552
  * Register global data to be used internally by Angular. See the
@@ -2714,16 +2714,16 @@ class NgClass {
2714
2714
  });
2715
2715
  }
2716
2716
  }
2717
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgClass, deps: [{ token: i0.IterableDiffers }, { token: i0.KeyValueDiffers }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
2718
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.5", type: NgClass, isStandalone: true, selector: "[ngClass]", inputs: { klass: ["class", "klass"], ngClass: "ngClass" }, ngImport: i0 }); }
2717
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgClass, deps: [{ token: i0.IterableDiffers }, { token: i0.KeyValueDiffers }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
2718
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: NgClass, isStandalone: true, selector: "[ngClass]", inputs: { klass: ["class", "klass"], ngClass: "ngClass" }, ngImport: i0 }); }
2719
2719
  }
2720
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgClass, decorators: [{
2720
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgClass, decorators: [{
2721
2721
  type: Directive,
2722
2722
  args: [{
2723
2723
  selector: '[ngClass]',
2724
2724
  standalone: true,
2725
2725
  }]
2726
- }], ctorParameters: function () { return [{ type: i0.IterableDiffers }, { type: i0.KeyValueDiffers }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { klass: [{
2726
+ }], ctorParameters: () => [{ type: i0.IterableDiffers }, { type: i0.KeyValueDiffers }, { type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { klass: [{
2727
2727
  type: Input,
2728
2728
  args: ['class']
2729
2729
  }], ngClass: [{
@@ -2886,16 +2886,16 @@ class NgComponentOutlet {
2886
2886
  }
2887
2887
  }
2888
2888
  }
2889
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgComponentOutlet, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
2890
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.5", type: NgComponentOutlet, isStandalone: true, selector: "[ngComponentOutlet]", inputs: { ngComponentOutlet: "ngComponentOutlet", ngComponentOutletInputs: "ngComponentOutletInputs", ngComponentOutletInjector: "ngComponentOutletInjector", ngComponentOutletContent: "ngComponentOutletContent", ngComponentOutletNgModule: "ngComponentOutletNgModule", ngComponentOutletNgModuleFactory: "ngComponentOutletNgModuleFactory" }, usesOnChanges: true, ngImport: i0 }); }
2889
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgComponentOutlet, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
2890
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: NgComponentOutlet, isStandalone: true, selector: "[ngComponentOutlet]", inputs: { ngComponentOutlet: "ngComponentOutlet", ngComponentOutletInputs: "ngComponentOutletInputs", ngComponentOutletInjector: "ngComponentOutletInjector", ngComponentOutletContent: "ngComponentOutletContent", ngComponentOutletNgModule: "ngComponentOutletNgModule", ngComponentOutletNgModuleFactory: "ngComponentOutletNgModuleFactory" }, usesOnChanges: true, ngImport: i0 }); }
2891
2891
  }
2892
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgComponentOutlet, decorators: [{
2892
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgComponentOutlet, decorators: [{
2893
2893
  type: Directive,
2894
2894
  args: [{
2895
2895
  selector: '[ngComponentOutlet]',
2896
2896
  standalone: true,
2897
2897
  }]
2898
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { ngComponentOutlet: [{
2898
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { ngComponentOutlet: [{
2899
2899
  type: Input
2900
2900
  }], ngComponentOutletInputs: [{
2901
2901
  type: Input
@@ -3169,16 +3169,16 @@ class NgForOf {
3169
3169
  static ngTemplateContextGuard(dir, ctx) {
3170
3170
  return true;
3171
3171
  }
3172
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgForOf, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive }); }
3173
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.5", type: NgForOf, isStandalone: true, selector: "[ngFor][ngForOf]", inputs: { ngForOf: "ngForOf", ngForTrackBy: "ngForTrackBy", ngForTemplate: "ngForTemplate" }, ngImport: i0 }); }
3172
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgForOf, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive }); }
3173
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: NgForOf, isStandalone: true, selector: "[ngFor][ngForOf]", inputs: { ngForOf: "ngForOf", ngForTrackBy: "ngForTrackBy", ngForTemplate: "ngForTemplate" }, ngImport: i0 }); }
3174
3174
  }
3175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgForOf, decorators: [{
3175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgForOf, decorators: [{
3176
3176
  type: Directive,
3177
3177
  args: [{
3178
3178
  selector: '[ngFor][ngForOf]',
3179
3179
  standalone: true,
3180
3180
  }]
3181
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: i0.IterableDiffers }]; }, propDecorators: { ngForOf: [{
3181
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: i0.IterableDiffers }], propDecorators: { ngForOf: [{
3182
3182
  type: Input
3183
3183
  }], ngForTrackBy: [{
3184
3184
  type: Input
@@ -3397,16 +3397,16 @@ class NgIf {
3397
3397
  static ngTemplateContextGuard(dir, ctx) {
3398
3398
  return true;
3399
3399
  }
3400
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgIf, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3401
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.5", type: NgIf, isStandalone: true, selector: "[ngIf]", inputs: { ngIf: "ngIf", ngIfThen: "ngIfThen", ngIfElse: "ngIfElse" }, ngImport: i0 }); }
3400
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgIf, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3401
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: NgIf, isStandalone: true, selector: "[ngIf]", inputs: { ngIf: "ngIf", ngIfThen: "ngIfThen", ngIfElse: "ngIfElse" }, ngImport: i0 }); }
3402
3402
  }
3403
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgIf, decorators: [{
3403
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgIf, decorators: [{
3404
3404
  type: Directive,
3405
3405
  args: [{
3406
3406
  selector: '[ngIf]',
3407
3407
  standalone: true,
3408
3408
  }]
3409
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }]; }, propDecorators: { ngIf: [{
3409
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }], propDecorators: { ngIf: [{
3410
3410
  type: Input
3411
3411
  }], ngIfThen: [{
3412
3412
  type: Input
@@ -3560,10 +3560,10 @@ class NgSwitch {
3560
3560
  }
3561
3561
  }
3562
3562
  }
3563
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgSwitch, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3564
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.5", type: NgSwitch, isStandalone: true, selector: "[ngSwitch]", inputs: { ngSwitch: "ngSwitch" }, ngImport: i0 }); }
3563
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgSwitch, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3564
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: NgSwitch, isStandalone: true, selector: "[ngSwitch]", inputs: { ngSwitch: "ngSwitch" }, ngImport: i0 }); }
3565
3565
  }
3566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgSwitch, decorators: [{
3566
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgSwitch, decorators: [{
3567
3567
  type: Directive,
3568
3568
  args: [{
3569
3569
  selector: '[ngSwitch]',
@@ -3621,20 +3621,20 @@ class NgSwitchCase {
3621
3621
  ngDoCheck() {
3622
3622
  this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase));
3623
3623
  }
3624
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgSwitchCase, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: NgSwitch, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
3625
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.5", type: NgSwitchCase, isStandalone: true, selector: "[ngSwitchCase]", inputs: { ngSwitchCase: "ngSwitchCase" }, ngImport: i0 }); }
3624
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgSwitchCase, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: NgSwitch, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
3625
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: NgSwitchCase, isStandalone: true, selector: "[ngSwitchCase]", inputs: { ngSwitchCase: "ngSwitchCase" }, ngImport: i0 }); }
3626
3626
  }
3627
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgSwitchCase, decorators: [{
3627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgSwitchCase, decorators: [{
3628
3628
  type: Directive,
3629
3629
  args: [{
3630
3630
  selector: '[ngSwitchCase]',
3631
3631
  standalone: true,
3632
3632
  }]
3633
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: NgSwitch, decorators: [{
3633
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: NgSwitch, decorators: [{
3634
3634
  type: Optional
3635
3635
  }, {
3636
3636
  type: Host
3637
- }] }]; }, propDecorators: { ngSwitchCase: [{
3637
+ }] }], propDecorators: { ngSwitchCase: [{
3638
3638
  type: Input
3639
3639
  }] } });
3640
3640
  /**
@@ -3658,20 +3658,20 @@ class NgSwitchDefault {
3658
3658
  }
3659
3659
  ngSwitch._addDefault(new SwitchView(viewContainer, templateRef));
3660
3660
  }
3661
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgSwitchDefault, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: NgSwitch, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
3662
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.5", type: NgSwitchDefault, isStandalone: true, selector: "[ngSwitchDefault]", ngImport: i0 }); }
3661
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgSwitchDefault, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: NgSwitch, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
3662
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: NgSwitchDefault, isStandalone: true, selector: "[ngSwitchDefault]", ngImport: i0 }); }
3663
3663
  }
3664
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgSwitchDefault, decorators: [{
3664
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgSwitchDefault, decorators: [{
3665
3665
  type: Directive,
3666
3666
  args: [{
3667
3667
  selector: '[ngSwitchDefault]',
3668
3668
  standalone: true,
3669
3669
  }]
3670
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: NgSwitch, decorators: [{
3670
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: NgSwitch, decorators: [{
3671
3671
  type: Optional
3672
3672
  }, {
3673
3673
  type: Host
3674
- }] }]; } });
3674
+ }] }] });
3675
3675
  function throwNgSwitchProviderNotFoundError(attrName, directiveName) {
3676
3676
  throw new ɵRuntimeError(2000 /* RuntimeErrorCode.PARENT_NG_SWITCH_NOT_FOUND */, `An element with the "${attrName}" attribute ` +
3677
3677
  `(matching the "${directiveName}" directive) must be located inside an element with the "ngSwitch" attribute ` +
@@ -3736,16 +3736,16 @@ class NgPlural {
3736
3736
  this._activeView.create();
3737
3737
  }
3738
3738
  }
3739
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgPlural, deps: [{ token: NgLocalization }], target: i0.ɵɵFactoryTarget.Directive }); }
3740
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.5", type: NgPlural, isStandalone: true, selector: "[ngPlural]", inputs: { ngPlural: "ngPlural" }, ngImport: i0 }); }
3739
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgPlural, deps: [{ token: NgLocalization }], target: i0.ɵɵFactoryTarget.Directive }); }
3740
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: NgPlural, isStandalone: true, selector: "[ngPlural]", inputs: { ngPlural: "ngPlural" }, ngImport: i0 }); }
3741
3741
  }
3742
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgPlural, decorators: [{
3742
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgPlural, decorators: [{
3743
3743
  type: Directive,
3744
3744
  args: [{
3745
3745
  selector: '[ngPlural]',
3746
3746
  standalone: true,
3747
3747
  }]
3748
- }], ctorParameters: function () { return [{ type: NgLocalization }]; }, propDecorators: { ngPlural: [{
3748
+ }], ctorParameters: () => [{ type: NgLocalization }], propDecorators: { ngPlural: [{
3749
3749
  type: Input
3750
3750
  }] } });
3751
3751
  /**
@@ -3774,21 +3774,21 @@ class NgPluralCase {
3774
3774
  const isANumber = !isNaN(Number(value));
3775
3775
  ngPlural.addCase(isANumber ? `=${value}` : value, new SwitchView(viewContainer, template));
3776
3776
  }
3777
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgPluralCase, deps: [{ token: 'ngPluralCase', attribute: true }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: NgPlural, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
3778
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.5", type: NgPluralCase, isStandalone: true, selector: "[ngPluralCase]", ngImport: i0 }); }
3777
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgPluralCase, deps: [{ token: 'ngPluralCase', attribute: true }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: NgPlural, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
3778
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: NgPluralCase, isStandalone: true, selector: "[ngPluralCase]", ngImport: i0 }); }
3779
3779
  }
3780
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgPluralCase, decorators: [{
3780
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgPluralCase, decorators: [{
3781
3781
  type: Directive,
3782
3782
  args: [{
3783
3783
  selector: '[ngPluralCase]',
3784
3784
  standalone: true,
3785
3785
  }]
3786
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
3786
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
3787
3787
  type: Attribute,
3788
3788
  args: ['ngPluralCase']
3789
3789
  }] }, { type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: NgPlural, decorators: [{
3790
3790
  type: Host
3791
- }] }]; } });
3791
+ }] }] });
3792
3792
 
3793
3793
  /**
3794
3794
  * @ngModule CommonModule
@@ -3863,16 +3863,16 @@ class NgStyle {
3863
3863
  changes.forEachAddedItem((record) => this._setStyle(record.key, record.currentValue));
3864
3864
  changes.forEachChangedItem((record) => this._setStyle(record.key, record.currentValue));
3865
3865
  }
3866
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgStyle, deps: [{ token: i0.ElementRef }, { token: i0.KeyValueDiffers }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
3867
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.5", type: NgStyle, isStandalone: true, selector: "[ngStyle]", inputs: { ngStyle: "ngStyle" }, ngImport: i0 }); }
3866
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgStyle, deps: [{ token: i0.ElementRef }, { token: i0.KeyValueDiffers }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
3867
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: NgStyle, isStandalone: true, selector: "[ngStyle]", inputs: { ngStyle: "ngStyle" }, ngImport: i0 }); }
3868
3868
  }
3869
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgStyle, decorators: [{
3869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgStyle, decorators: [{
3870
3870
  type: Directive,
3871
3871
  args: [{
3872
3872
  selector: '[ngStyle]',
3873
3873
  standalone: true,
3874
3874
  }]
3875
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.KeyValueDiffers }, { type: i0.Renderer2 }]; }, propDecorators: { ngStyle: [{
3875
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.KeyValueDiffers }, { type: i0.Renderer2 }], propDecorators: { ngStyle: [{
3876
3876
  type: Input,
3877
3877
  args: ['ngStyle']
3878
3878
  }] } });
@@ -3919,36 +3919,64 @@ class NgTemplateOutlet {
3919
3919
  /** Injector to be used within the embedded view. */
3920
3920
  this.ngTemplateOutletInjector = null;
3921
3921
  }
3922
- /** @nodoc */
3923
3922
  ngOnChanges(changes) {
3924
- if (changes['ngTemplateOutlet'] || changes['ngTemplateOutletInjector']) {
3923
+ if (this._shouldRecreateView(changes)) {
3925
3924
  const viewContainerRef = this._viewContainerRef;
3926
3925
  if (this._viewRef) {
3927
3926
  viewContainerRef.remove(viewContainerRef.indexOf(this._viewRef));
3928
3927
  }
3929
- if (this.ngTemplateOutlet) {
3930
- const { ngTemplateOutlet: template, ngTemplateOutletContext: context, ngTemplateOutletInjector: injector, } = this;
3931
- this._viewRef =
3932
- viewContainerRef.createEmbeddedView(template, context, injector ? { injector } : undefined);
3933
- }
3934
- else {
3928
+ // If there is no outlet, clear the destroyed view ref.
3929
+ if (!this.ngTemplateOutlet) {
3935
3930
  this._viewRef = null;
3931
+ return;
3936
3932
  }
3933
+ // Create a context forward `Proxy` that will always bind to the user-specified context,
3934
+ // without having to destroy and re-create views whenever the context changes.
3935
+ const viewContext = this._createContextForwardProxy();
3936
+ this._viewRef = viewContainerRef.createEmbeddedView(this.ngTemplateOutlet, viewContext, {
3937
+ injector: this.ngTemplateOutletInjector ?? undefined,
3938
+ });
3937
3939
  }
3938
- else if (this._viewRef && changes['ngTemplateOutletContext'] && this.ngTemplateOutletContext) {
3939
- this._viewRef.context = this.ngTemplateOutletContext;
3940
- }
3941
3940
  }
3942
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgTemplateOutlet, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3943
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.5", type: NgTemplateOutlet, isStandalone: true, selector: "[ngTemplateOutlet]", inputs: { ngTemplateOutletContext: "ngTemplateOutletContext", ngTemplateOutlet: "ngTemplateOutlet", ngTemplateOutletInjector: "ngTemplateOutletInjector" }, usesOnChanges: true, ngImport: i0 }); }
3941
+ /**
3942
+ * We need to re-create existing embedded view if either is true:
3943
+ * - the outlet changed.
3944
+ * - the injector changed.
3945
+ */
3946
+ _shouldRecreateView(changes) {
3947
+ return !!changes['ngTemplateOutlet'] || !!changes['ngTemplateOutletInjector'];
3948
+ }
3949
+ /**
3950
+ * For a given outlet instance, we create a proxy object that delegates
3951
+ * to the user-specified context. This allows changing, or swapping out
3952
+ * the context object completely without having to destroy/re-create the view.
3953
+ */
3954
+ _createContextForwardProxy() {
3955
+ return new Proxy({}, {
3956
+ set: (_target, prop, newValue) => {
3957
+ if (!this.ngTemplateOutletContext) {
3958
+ return false;
3959
+ }
3960
+ return Reflect.set(this.ngTemplateOutletContext, prop, newValue);
3961
+ },
3962
+ get: (_target, prop, receiver) => {
3963
+ if (!this.ngTemplateOutletContext) {
3964
+ return undefined;
3965
+ }
3966
+ return Reflect.get(this.ngTemplateOutletContext, prop, receiver);
3967
+ },
3968
+ });
3969
+ }
3970
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgTemplateOutlet, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3971
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.0-next.7", type: NgTemplateOutlet, isStandalone: true, selector: "[ngTemplateOutlet]", inputs: { ngTemplateOutletContext: "ngTemplateOutletContext", ngTemplateOutlet: "ngTemplateOutlet", ngTemplateOutletInjector: "ngTemplateOutletInjector" }, usesOnChanges: true, ngImport: i0 }); }
3944
3972
  }
3945
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgTemplateOutlet, decorators: [{
3973
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgTemplateOutlet, decorators: [{
3946
3974
  type: Directive,
3947
3975
  args: [{
3948
3976
  selector: '[ngTemplateOutlet]',
3949
3977
  standalone: true,
3950
3978
  }]
3951
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { ngTemplateOutletContext: [{
3979
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { ngTemplateOutletContext: [{
3952
3980
  type: Input
3953
3981
  }], ngTemplateOutlet: [{
3954
3982
  type: Input
@@ -4100,17 +4128,17 @@ class AsyncPipe {
4100
4128
  this._ref.markForCheck();
4101
4129
  }
4102
4130
  }
4103
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: AsyncPipe, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Pipe }); }
4104
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: AsyncPipe, isStandalone: true, name: "async", pure: false }); }
4131
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: AsyncPipe, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Pipe }); }
4132
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: AsyncPipe, isStandalone: true, name: "async", pure: false }); }
4105
4133
  }
4106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: AsyncPipe, decorators: [{
4134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: AsyncPipe, decorators: [{
4107
4135
  type: Pipe,
4108
4136
  args: [{
4109
4137
  name: 'async',
4110
4138
  pure: false,
4111
4139
  standalone: true,
4112
4140
  }]
4113
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; } });
4141
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }] });
4114
4142
 
4115
4143
  /**
4116
4144
  * Transforms text to all lower case.
@@ -4136,10 +4164,10 @@ class LowerCasePipe {
4136
4164
  }
4137
4165
  return value.toLowerCase();
4138
4166
  }
4139
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: LowerCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4140
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: LowerCasePipe, isStandalone: true, name: "lowercase" }); }
4167
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LowerCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4168
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: LowerCasePipe, isStandalone: true, name: "lowercase" }); }
4141
4169
  }
4142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: LowerCasePipe, decorators: [{
4170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LowerCasePipe, decorators: [{
4143
4171
  type: Pipe,
4144
4172
  args: [{
4145
4173
  name: 'lowercase',
@@ -4181,10 +4209,10 @@ class TitleCasePipe {
4181
4209
  }
4182
4210
  return value.replace(unicodeWordMatch, (txt => txt[0].toUpperCase() + txt.slice(1).toLowerCase()));
4183
4211
  }
4184
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: TitleCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4185
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: TitleCasePipe, isStandalone: true, name: "titlecase" }); }
4212
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: TitleCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4213
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: TitleCasePipe, isStandalone: true, name: "titlecase" }); }
4186
4214
  }
4187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: TitleCasePipe, decorators: [{
4215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: TitleCasePipe, decorators: [{
4188
4216
  type: Pipe,
4189
4217
  args: [{
4190
4218
  name: 'titlecase',
@@ -4208,10 +4236,10 @@ class UpperCasePipe {
4208
4236
  }
4209
4237
  return value.toUpperCase();
4210
4238
  }
4211
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: UpperCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4212
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: UpperCasePipe, isStandalone: true, name: "uppercase" }); }
4239
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: UpperCasePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4240
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: UpperCasePipe, isStandalone: true, name: "uppercase" }); }
4213
4241
  }
4214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: UpperCasePipe, decorators: [{
4242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: UpperCasePipe, decorators: [{
4215
4243
  type: Pipe,
4216
4244
  args: [{
4217
4245
  name: 'uppercase',
@@ -4442,17 +4470,17 @@ class DatePipe {
4442
4470
  throw invalidPipeArgumentError(DatePipe, error.message);
4443
4471
  }
4444
4472
  }
4445
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: DatePipe, deps: [{ token: LOCALE_ID }, { token: DATE_PIPE_DEFAULT_TIMEZONE, optional: true }, { token: DATE_PIPE_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
4446
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: DatePipe, isStandalone: true, name: "date" }); }
4473
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: DatePipe, deps: [{ token: LOCALE_ID }, { token: DATE_PIPE_DEFAULT_TIMEZONE, optional: true }, { token: DATE_PIPE_DEFAULT_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
4474
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: DatePipe, isStandalone: true, name: "date" }); }
4447
4475
  }
4448
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: DatePipe, decorators: [{
4476
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: DatePipe, decorators: [{
4449
4477
  type: Pipe,
4450
4478
  args: [{
4451
4479
  name: 'date',
4452
4480
  pure: true,
4453
4481
  standalone: true,
4454
4482
  }]
4455
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
4483
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
4456
4484
  type: Inject,
4457
4485
  args: [LOCALE_ID]
4458
4486
  }] }, { type: undefined, decorators: [{
@@ -4465,7 +4493,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5",
4465
4493
  args: [DATE_PIPE_DEFAULT_OPTIONS]
4466
4494
  }, {
4467
4495
  type: Optional
4468
- }] }]; } });
4496
+ }] }] });
4469
4497
 
4470
4498
  const _INTERPOLATION_REGEXP = /#/g;
4471
4499
  /**
@@ -4502,17 +4530,17 @@ class I18nPluralPipe {
4502
4530
  const key = getPluralCategory(value, Object.keys(pluralMap), this._localization, locale);
4503
4531
  return pluralMap[key].replace(_INTERPOLATION_REGEXP, value.toString());
4504
4532
  }
4505
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: I18nPluralPipe, deps: [{ token: NgLocalization }], target: i0.ɵɵFactoryTarget.Pipe }); }
4506
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: I18nPluralPipe, isStandalone: true, name: "i18nPlural" }); }
4533
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nPluralPipe, deps: [{ token: NgLocalization }], target: i0.ɵɵFactoryTarget.Pipe }); }
4534
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nPluralPipe, isStandalone: true, name: "i18nPlural" }); }
4507
4535
  }
4508
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: I18nPluralPipe, decorators: [{
4536
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nPluralPipe, decorators: [{
4509
4537
  type: Pipe,
4510
4538
  args: [{
4511
4539
  name: 'i18nPlural',
4512
4540
  pure: true,
4513
4541
  standalone: true,
4514
4542
  }]
4515
- }], ctorParameters: function () { return [{ type: NgLocalization }]; } });
4543
+ }], ctorParameters: () => [{ type: NgLocalization }] });
4516
4544
 
4517
4545
  /**
4518
4546
  * @ngModule CommonModule
@@ -4551,10 +4579,10 @@ class I18nSelectPipe {
4551
4579
  }
4552
4580
  return '';
4553
4581
  }
4554
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: I18nSelectPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4555
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: I18nSelectPipe, isStandalone: true, name: "i18nSelect" }); }
4582
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nSelectPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4583
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nSelectPipe, isStandalone: true, name: "i18nSelect" }); }
4556
4584
  }
4557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: I18nSelectPipe, decorators: [{
4585
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nSelectPipe, decorators: [{
4558
4586
  type: Pipe,
4559
4587
  args: [{
4560
4588
  name: 'i18nSelect',
@@ -4585,10 +4613,10 @@ class JsonPipe {
4585
4613
  transform(value) {
4586
4614
  return JSON.stringify(value, null, 2);
4587
4615
  }
4588
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: JsonPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4589
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: JsonPipe, isStandalone: true, name: "json", pure: false }); }
4616
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: JsonPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4617
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: JsonPipe, isStandalone: true, name: "json", pure: false }); }
4590
4618
  }
4591
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: JsonPipe, decorators: [{
4619
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: JsonPipe, decorators: [{
4592
4620
  type: Pipe,
4593
4621
  args: [{
4594
4622
  name: 'json',
@@ -4648,17 +4676,17 @@ class KeyValuePipe {
4648
4676
  }
4649
4677
  return this.keyValues;
4650
4678
  }
4651
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: KeyValuePipe, deps: [{ token: i0.KeyValueDiffers }], target: i0.ɵɵFactoryTarget.Pipe }); }
4652
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: KeyValuePipe, isStandalone: true, name: "keyvalue", pure: false }); }
4679
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: KeyValuePipe, deps: [{ token: i0.KeyValueDiffers }], target: i0.ɵɵFactoryTarget.Pipe }); }
4680
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: KeyValuePipe, isStandalone: true, name: "keyvalue", pure: false }); }
4653
4681
  }
4654
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: KeyValuePipe, decorators: [{
4682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: KeyValuePipe, decorators: [{
4655
4683
  type: Pipe,
4656
4684
  args: [{
4657
4685
  name: 'keyvalue',
4658
4686
  pure: false,
4659
4687
  standalone: true,
4660
4688
  }]
4661
- }], ctorParameters: function () { return [{ type: i0.KeyValueDiffers }]; } });
4689
+ }], ctorParameters: () => [{ type: i0.KeyValueDiffers }] });
4662
4690
  function defaultComparator(keyValueA, keyValueB) {
4663
4691
  const a = keyValueA.key;
4664
4692
  const b = keyValueB.key;
@@ -4776,19 +4804,19 @@ class DecimalPipe {
4776
4804
  throw invalidPipeArgumentError(DecimalPipe, error.message);
4777
4805
  }
4778
4806
  }
4779
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: DecimalPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
4780
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: DecimalPipe, isStandalone: true, name: "number" }); }
4807
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: DecimalPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
4808
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: DecimalPipe, isStandalone: true, name: "number" }); }
4781
4809
  }
4782
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: DecimalPipe, decorators: [{
4810
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: DecimalPipe, decorators: [{
4783
4811
  type: Pipe,
4784
4812
  args: [{
4785
4813
  name: 'number',
4786
4814
  standalone: true,
4787
4815
  }]
4788
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
4816
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
4789
4817
  type: Inject,
4790
4818
  args: [LOCALE_ID]
4791
- }] }]; } });
4819
+ }] }] });
4792
4820
  /**
4793
4821
  * @ngModule CommonModule
4794
4822
  * @description
@@ -4841,19 +4869,19 @@ class PercentPipe {
4841
4869
  throw invalidPipeArgumentError(PercentPipe, error.message);
4842
4870
  }
4843
4871
  }
4844
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PercentPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
4845
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: PercentPipe, isStandalone: true, name: "percent" }); }
4872
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PercentPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
4873
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: PercentPipe, isStandalone: true, name: "percent" }); }
4846
4874
  }
4847
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PercentPipe, decorators: [{
4875
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PercentPipe, decorators: [{
4848
4876
  type: Pipe,
4849
4877
  args: [{
4850
4878
  name: 'percent',
4851
4879
  standalone: true,
4852
4880
  }]
4853
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
4881
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
4854
4882
  type: Inject,
4855
4883
  args: [LOCALE_ID]
4856
- }] }]; } });
4884
+ }] }] });
4857
4885
  /**
4858
4886
  * @ngModule CommonModule
4859
4887
  * @description
@@ -4940,22 +4968,22 @@ class CurrencyPipe {
4940
4968
  throw invalidPipeArgumentError(CurrencyPipe, error.message);
4941
4969
  }
4942
4970
  }
4943
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: CurrencyPipe, deps: [{ token: LOCALE_ID }, { token: DEFAULT_CURRENCY_CODE }], target: i0.ɵɵFactoryTarget.Pipe }); }
4944
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: CurrencyPipe, isStandalone: true, name: "currency" }); }
4971
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CurrencyPipe, deps: [{ token: LOCALE_ID }, { token: DEFAULT_CURRENCY_CODE }], target: i0.ɵɵFactoryTarget.Pipe }); }
4972
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: CurrencyPipe, isStandalone: true, name: "currency" }); }
4945
4973
  }
4946
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: CurrencyPipe, decorators: [{
4974
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CurrencyPipe, decorators: [{
4947
4975
  type: Pipe,
4948
4976
  args: [{
4949
4977
  name: 'currency',
4950
4978
  standalone: true,
4951
4979
  }]
4952
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
4980
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
4953
4981
  type: Inject,
4954
4982
  args: [LOCALE_ID]
4955
4983
  }] }, { type: undefined, decorators: [{
4956
4984
  type: Inject,
4957
4985
  args: [DEFAULT_CURRENCY_CODE]
4958
- }] }]; } });
4986
+ }] }] });
4959
4987
  function isValue(value) {
4960
4988
  return !(value == null || value === '' || value !== value);
4961
4989
  }
@@ -5020,10 +5048,10 @@ class SlicePipe {
5020
5048
  supports(obj) {
5021
5049
  return typeof obj === 'string' || Array.isArray(obj);
5022
5050
  }
5023
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: SlicePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5024
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: SlicePipe, isStandalone: true, name: "slice", pure: false }); }
5051
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: SlicePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
5052
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: SlicePipe, isStandalone: true, name: "slice", pure: false }); }
5025
5053
  }
5026
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: SlicePipe, decorators: [{
5054
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: SlicePipe, decorators: [{
5027
5055
  type: Pipe,
5028
5056
  args: [{
5029
5057
  name: 'slice',
@@ -5067,11 +5095,11 @@ const COMMON_PIPES = [
5067
5095
  * @publicApi
5068
5096
  */
5069
5097
  class CommonModule {
5070
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: CommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5071
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.5", ngImport: i0, type: CommonModule, imports: [NgClass, NgComponentOutlet, NgForOf, NgIf, NgTemplateOutlet, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgPlural, NgPluralCase, AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePipe, DecimalPipe, PercentPipe, TitleCasePipe, CurrencyPipe, DatePipe, I18nPluralPipe, I18nSelectPipe, KeyValuePipe], exports: [NgClass, NgComponentOutlet, NgForOf, NgIf, NgTemplateOutlet, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgPlural, NgPluralCase, AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePipe, DecimalPipe, PercentPipe, TitleCasePipe, CurrencyPipe, DatePipe, I18nPluralPipe, I18nSelectPipe, KeyValuePipe] }); }
5072
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: CommonModule }); }
5098
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5099
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: CommonModule, imports: [NgClass, NgComponentOutlet, NgForOf, NgIf, NgTemplateOutlet, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgPlural, NgPluralCase, AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePipe, DecimalPipe, PercentPipe, TitleCasePipe, CurrencyPipe, DatePipe, I18nPluralPipe, I18nSelectPipe, KeyValuePipe], exports: [NgClass, NgComponentOutlet, NgForOf, NgIf, NgTemplateOutlet, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgPlural, NgPluralCase, AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePipe, DecimalPipe, PercentPipe, TitleCasePipe, CurrencyPipe, DatePipe, I18nPluralPipe, I18nSelectPipe, KeyValuePipe] }); }
5100
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CommonModule }); }
5073
5101
  }
5074
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: CommonModule, decorators: [{
5102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CommonModule, decorators: [{
5075
5103
  type: NgModule,
5076
5104
  args: [{
5077
5105
  imports: [COMMON_DIRECTIVES, COMMON_PIPES],
@@ -5124,7 +5152,7 @@ function isPlatformWorkerUi(platformId) {
5124
5152
  /**
5125
5153
  * @publicApi
5126
5154
  */
5127
- const VERSION = new Version('17.0.0-next.5');
5155
+ const VERSION = new Version('17.0.0-next.7');
5128
5156
 
5129
5157
  /**
5130
5158
  * Defines a scroll position manager. Implemented by `BrowserViewportScroller`.
@@ -5611,7 +5639,7 @@ class LCPImageObserver {
5611
5639
  return;
5612
5640
  if (!img.priority && !img.alreadyWarnedPriority) {
5613
5641
  img.alreadyWarnedPriority = true;
5614
- logMissingPriorityWarning(imgSrc);
5642
+ logMissingPriorityError(imgSrc);
5615
5643
  }
5616
5644
  if (img.modified && !img.alreadyWarnedModified) {
5617
5645
  img.alreadyWarnedModified = true;
@@ -5652,16 +5680,16 @@ class LCPImageObserver {
5652
5680
  this.observer.disconnect();
5653
5681
  this.images.clear();
5654
5682
  }
5655
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: LCPImageObserver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5656
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: LCPImageObserver, providedIn: 'root' }); }
5683
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LCPImageObserver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5684
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LCPImageObserver, providedIn: 'root' }); }
5657
5685
  }
5658
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: LCPImageObserver, decorators: [{
5686
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LCPImageObserver, decorators: [{
5659
5687
  type: Injectable,
5660
5688
  args: [{ providedIn: 'root' }]
5661
- }], ctorParameters: function () { return []; } });
5662
- function logMissingPriorityWarning(ngSrc) {
5689
+ }], ctorParameters: () => [] });
5690
+ function logMissingPriorityError(ngSrc) {
5663
5691
  const directiveDetails = imgDirectiveDetails(ngSrc);
5664
- console.warn(ɵformatRuntimeError(2955 /* RuntimeErrorCode.LCP_IMG_MISSING_PRIORITY */, `${directiveDetails} this image is the Largest Contentful Paint (LCP) ` +
5692
+ console.error(ɵformatRuntimeError(2955 /* RuntimeErrorCode.LCP_IMG_MISSING_PRIORITY */, `${directiveDetails} this image is the Largest Contentful Paint (LCP) ` +
5665
5693
  `element but was not marked "priority". This image should be marked ` +
5666
5694
  `"priority" in order to prioritize its loading. ` +
5667
5695
  `To fix this, add the "priority" attribute.`));
@@ -5780,13 +5808,13 @@ class PreconnectLinkChecker {
5780
5808
  this.preconnectLinks?.clear();
5781
5809
  this.alreadySeen.clear();
5782
5810
  }
5783
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PreconnectLinkChecker, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5784
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PreconnectLinkChecker, providedIn: 'root' }); }
5811
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PreconnectLinkChecker, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5812
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PreconnectLinkChecker, providedIn: 'root' }); }
5785
5813
  }
5786
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PreconnectLinkChecker, decorators: [{
5814
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PreconnectLinkChecker, decorators: [{
5787
5815
  type: Injectable,
5788
5816
  args: [{ providedIn: 'root' }]
5789
- }], ctorParameters: function () { return []; } });
5817
+ }], ctorParameters: () => [] });
5790
5818
  /**
5791
5819
  * Invokes a callback for each element in the array. Also invokes a callback
5792
5820
  * recursively for each nested array.
@@ -5869,10 +5897,10 @@ class PreloadLinkCreator {
5869
5897
  }
5870
5898
  renderer.appendChild(this.document.head, preload);
5871
5899
  }
5872
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PreloadLinkCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5873
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PreloadLinkCreator, providedIn: 'root' }); }
5900
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PreloadLinkCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5901
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PreloadLinkCreator, providedIn: 'root' }); }
5874
5902
  }
5875
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: PreloadLinkCreator, decorators: [{
5903
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: PreloadLinkCreator, decorators: [{
5876
5904
  type: Injectable,
5877
5905
  args: [{ providedIn: 'root' }]
5878
5906
  }] });
@@ -6273,10 +6301,10 @@ class NgOptimizedImage {
6273
6301
  setHostAttribute(name, value) {
6274
6302
  this.renderer.setAttribute(this.imgElement, name, value);
6275
6303
  }
6276
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgOptimizedImage, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
6277
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.0-next.5", type: NgOptimizedImage, isStandalone: true, selector: "img[ngSrc]", inputs: { ngSrc: ["ngSrc", "ngSrc", unwrapSafeUrl], ngSrcset: "ngSrcset", sizes: "sizes", width: ["width", "width", numberAttribute], height: ["height", "height", numberAttribute], loading: "loading", priority: ["priority", "priority", booleanAttribute], loaderParams: "loaderParams", disableOptimizedSrcset: ["disableOptimizedSrcset", "disableOptimizedSrcset", booleanAttribute], fill: ["fill", "fill", booleanAttribute], src: "src", srcset: "srcset" }, host: { properties: { "style.position": "fill ? \"absolute\" : null", "style.width": "fill ? \"100%\" : null", "style.height": "fill ? \"100%\" : null", "style.inset": "fill ? \"0px\" : null" } }, usesOnChanges: true, ngImport: i0 }); }
6304
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgOptimizedImage, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
6305
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.0.0-next.7", type: NgOptimizedImage, isStandalone: true, selector: "img[ngSrc]", inputs: { ngSrc: ["ngSrc", "ngSrc", unwrapSafeUrl], ngSrcset: "ngSrcset", sizes: "sizes", width: ["width", "width", numberAttribute], height: ["height", "height", numberAttribute], loading: "loading", priority: ["priority", "priority", booleanAttribute], loaderParams: "loaderParams", disableOptimizedSrcset: ["disableOptimizedSrcset", "disableOptimizedSrcset", booleanAttribute], fill: ["fill", "fill", booleanAttribute], src: "src", srcset: "srcset" }, host: { properties: { "style.position": "fill ? \"absolute\" : null", "style.width": "fill ? \"100%\" : null", "style.height": "fill ? \"100%\" : null", "style.inset": "fill ? \"0px\" : null" } }, usesOnChanges: true, ngImport: i0 }); }
6278
6306
  }
6279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.5", ngImport: i0, type: NgOptimizedImage, decorators: [{
6307
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: NgOptimizedImage, decorators: [{
6280
6308
  type: Directive,
6281
6309
  args: [{
6282
6310
  standalone: true,