@angular/router 21.1.0-next.1 → 21.1.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.1
2
+ * @license Angular v21.1.0-next.2
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -308,7 +308,7 @@ function mapChildrenIntoArray(segment, fn) {
308
308
  class UrlSerializer {
309
309
  static ɵfac = i0.ɵɵngDeclareFactory({
310
310
  minVersion: "12.0.0",
311
- version: "21.1.0-next.1",
311
+ version: "21.1.0-next.2",
312
312
  ngImport: i0,
313
313
  type: UrlSerializer,
314
314
  deps: [],
@@ -316,7 +316,7 @@ class UrlSerializer {
316
316
  });
317
317
  static ɵprov = i0.ɵɵngDeclareInjectable({
318
318
  minVersion: "12.0.0",
319
- version: "21.1.0-next.1",
319
+ version: "21.1.0-next.2",
320
320
  ngImport: i0,
321
321
  type: UrlSerializer,
322
322
  providedIn: 'root',
@@ -325,7 +325,7 @@ class UrlSerializer {
325
325
  }
326
326
  i0.ɵɵngDeclareClassMetadata({
327
327
  minVersion: "12.0.0",
328
- version: "21.1.0-next.1",
328
+ version: "21.1.0-next.2",
329
329
  ngImport: i0,
330
330
  type: UrlSerializer,
331
331
  decorators: [{
@@ -1278,7 +1278,7 @@ class ChildrenOutletContexts {
1278
1278
  }
1279
1279
  static ɵfac = i0.ɵɵngDeclareFactory({
1280
1280
  minVersion: "12.0.0",
1281
- version: "21.1.0-next.1",
1281
+ version: "21.1.0-next.2",
1282
1282
  ngImport: i0,
1283
1283
  type: ChildrenOutletContexts,
1284
1284
  deps: [{
@@ -1288,7 +1288,7 @@ class ChildrenOutletContexts {
1288
1288
  });
1289
1289
  static ɵprov = i0.ɵɵngDeclareInjectable({
1290
1290
  minVersion: "12.0.0",
1291
- version: "21.1.0-next.1",
1291
+ version: "21.1.0-next.2",
1292
1292
  ngImport: i0,
1293
1293
  type: ChildrenOutletContexts,
1294
1294
  providedIn: 'root'
@@ -1296,7 +1296,7 @@ class ChildrenOutletContexts {
1296
1296
  }
1297
1297
  i0.ɵɵngDeclareClassMetadata({
1298
1298
  minVersion: "12.0.0",
1299
- version: "21.1.0-next.1",
1299
+ version: "21.1.0-next.2",
1300
1300
  ngImport: i0,
1301
1301
  type: ChildrenOutletContexts,
1302
1302
  decorators: [{
@@ -1626,7 +1626,7 @@ function hasStaticTitle(config) {
1626
1626
  return typeof config.title === 'string' || config.title === null;
1627
1627
  }
1628
1628
 
1629
- const ROUTER_OUTLET_DATA = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'RouterOutlet data' : '');
1629
+ const ROUTER_OUTLET_DATA = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'RouterOutlet data' : '');
1630
1630
  class RouterOutlet {
1631
1631
  activated = null;
1632
1632
  get activatedComponentRef() {
@@ -1753,7 +1753,7 @@ class RouterOutlet {
1753
1753
  }
1754
1754
  static ɵfac = i0.ɵɵngDeclareFactory({
1755
1755
  minVersion: "12.0.0",
1756
- version: "21.1.0-next.1",
1756
+ version: "21.1.0-next.2",
1757
1757
  ngImport: i0,
1758
1758
  type: RouterOutlet,
1759
1759
  deps: [],
@@ -1761,7 +1761,7 @@ class RouterOutlet {
1761
1761
  });
1762
1762
  static ɵdir = i0.ɵɵngDeclareDirective({
1763
1763
  minVersion: "17.1.0",
1764
- version: "21.1.0-next.1",
1764
+ version: "21.1.0-next.2",
1765
1765
  type: RouterOutlet,
1766
1766
  isStandalone: true,
1767
1767
  selector: "router-outlet",
@@ -1794,7 +1794,7 @@ class RouterOutlet {
1794
1794
  }
1795
1795
  i0.ɵɵngDeclareClassMetadata({
1796
1796
  minVersion: "12.0.0",
1797
- version: "21.1.0-next.1",
1797
+ version: "21.1.0-next.2",
1798
1798
  ngImport: i0,
1799
1799
  type: RouterOutlet,
1800
1800
  decorators: [{
@@ -1903,7 +1903,7 @@ class RoutedComponentInputBinder {
1903
1903
  }
1904
1904
  static ɵfac = i0.ɵɵngDeclareFactory({
1905
1905
  minVersion: "12.0.0",
1906
- version: "21.1.0-next.1",
1906
+ version: "21.1.0-next.2",
1907
1907
  ngImport: i0,
1908
1908
  type: RoutedComponentInputBinder,
1909
1909
  deps: [],
@@ -1911,14 +1911,14 @@ class RoutedComponentInputBinder {
1911
1911
  });
1912
1912
  static ɵprov = i0.ɵɵngDeclareInjectable({
1913
1913
  minVersion: "12.0.0",
1914
- version: "21.1.0-next.1",
1914
+ version: "21.1.0-next.2",
1915
1915
  ngImport: i0,
1916
1916
  type: RoutedComponentInputBinder
1917
1917
  });
1918
1918
  }
1919
1919
  i0.ɵɵngDeclareClassMetadata({
1920
1920
  minVersion: "12.0.0",
1921
- version: "21.1.0-next.1",
1921
+ version: "21.1.0-next.2",
1922
1922
  ngImport: i0,
1923
1923
  type: RoutedComponentInputBinder,
1924
1924
  decorators: [{
@@ -1929,7 +1929,7 @@ i0.ɵɵngDeclareClassMetadata({
1929
1929
  class ɵEmptyOutletComponent {
1930
1930
  static ɵfac = i0.ɵɵngDeclareFactory({
1931
1931
  minVersion: "12.0.0",
1932
- version: "21.1.0-next.1",
1932
+ version: "21.1.0-next.2",
1933
1933
  ngImport: i0,
1934
1934
  type: ɵEmptyOutletComponent,
1935
1935
  deps: [],
@@ -1937,7 +1937,7 @@ class ɵEmptyOutletComponent {
1937
1937
  });
1938
1938
  static ɵcmp = i0.ɵɵngDeclareComponent({
1939
1939
  minVersion: "14.0.0",
1940
- version: "21.1.0-next.1",
1940
+ version: "21.1.0-next.2",
1941
1941
  type: ɵEmptyOutletComponent,
1942
1942
  isStandalone: true,
1943
1943
  selector: "ng-component",
@@ -1957,7 +1957,7 @@ class ɵEmptyOutletComponent {
1957
1957
  }
1958
1958
  i0.ɵɵngDeclareClassMetadata({
1959
1959
  minVersion: "12.0.0",
1960
- version: "21.1.0-next.1",
1960
+ version: "21.1.0-next.2",
1961
1961
  ngImport: i0,
1962
1962
  type: ɵEmptyOutletComponent,
1963
1963
  decorators: [{
@@ -3681,7 +3681,7 @@ class TitleStrategy {
3681
3681
  }
3682
3682
  static ɵfac = i0.ɵɵngDeclareFactory({
3683
3683
  minVersion: "12.0.0",
3684
- version: "21.1.0-next.1",
3684
+ version: "21.1.0-next.2",
3685
3685
  ngImport: i0,
3686
3686
  type: TitleStrategy,
3687
3687
  deps: [],
@@ -3689,7 +3689,7 @@ class TitleStrategy {
3689
3689
  });
3690
3690
  static ɵprov = i0.ɵɵngDeclareInjectable({
3691
3691
  minVersion: "12.0.0",
3692
- version: "21.1.0-next.1",
3692
+ version: "21.1.0-next.2",
3693
3693
  ngImport: i0,
3694
3694
  type: TitleStrategy,
3695
3695
  providedIn: 'root',
@@ -3698,7 +3698,7 @@ class TitleStrategy {
3698
3698
  }
3699
3699
  i0.ɵɵngDeclareClassMetadata({
3700
3700
  minVersion: "12.0.0",
3701
- version: "21.1.0-next.1",
3701
+ version: "21.1.0-next.2",
3702
3702
  ngImport: i0,
3703
3703
  type: TitleStrategy,
3704
3704
  decorators: [{
@@ -3723,7 +3723,7 @@ class DefaultTitleStrategy extends TitleStrategy {
3723
3723
  }
3724
3724
  static ɵfac = i0.ɵɵngDeclareFactory({
3725
3725
  minVersion: "12.0.0",
3726
- version: "21.1.0-next.1",
3726
+ version: "21.1.0-next.2",
3727
3727
  ngImport: i0,
3728
3728
  type: DefaultTitleStrategy,
3729
3729
  deps: [{
@@ -3733,7 +3733,7 @@ class DefaultTitleStrategy extends TitleStrategy {
3733
3733
  });
3734
3734
  static ɵprov = i0.ɵɵngDeclareInjectable({
3735
3735
  minVersion: "12.0.0",
3736
- version: "21.1.0-next.1",
3736
+ version: "21.1.0-next.2",
3737
3737
  ngImport: i0,
3738
3738
  type: DefaultTitleStrategy,
3739
3739
  providedIn: 'root'
@@ -3741,7 +3741,7 @@ class DefaultTitleStrategy extends TitleStrategy {
3741
3741
  }
3742
3742
  i0.ɵɵngDeclareClassMetadata({
3743
3743
  minVersion: "12.0.0",
3744
- version: "21.1.0-next.1",
3744
+ version: "21.1.0-next.2",
3745
3745
  ngImport: i0,
3746
3746
  type: DefaultTitleStrategy,
3747
3747
  decorators: [{
@@ -3759,7 +3759,7 @@ const ROUTER_CONFIGURATION = new InjectionToken(typeof ngDevMode === 'undefined'
3759
3759
  factory: () => ({})
3760
3760
  });
3761
3761
 
3762
- const ROUTES = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'ROUTES' : '');
3762
+ const ROUTES = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'ROUTES' : '');
3763
3763
  class RouterConfigLoader {
3764
3764
  componentLoaders = new WeakMap();
3765
3765
  childrenLoaders = new WeakMap();
@@ -3819,7 +3819,7 @@ class RouterConfigLoader {
3819
3819
  }
3820
3820
  static ɵfac = i0.ɵɵngDeclareFactory({
3821
3821
  minVersion: "12.0.0",
3822
- version: "21.1.0-next.1",
3822
+ version: "21.1.0-next.2",
3823
3823
  ngImport: i0,
3824
3824
  type: RouterConfigLoader,
3825
3825
  deps: [],
@@ -3827,7 +3827,7 @@ class RouterConfigLoader {
3827
3827
  });
3828
3828
  static ɵprov = i0.ɵɵngDeclareInjectable({
3829
3829
  minVersion: "12.0.0",
3830
- version: "21.1.0-next.1",
3830
+ version: "21.1.0-next.2",
3831
3831
  ngImport: i0,
3832
3832
  type: RouterConfigLoader,
3833
3833
  providedIn: 'root'
@@ -3835,7 +3835,7 @@ class RouterConfigLoader {
3835
3835
  }
3836
3836
  i0.ɵɵngDeclareClassMetadata({
3837
3837
  minVersion: "12.0.0",
3838
- version: "21.1.0-next.1",
3838
+ version: "21.1.0-next.2",
3839
3839
  ngImport: i0,
3840
3840
  type: RouterConfigLoader,
3841
3841
  decorators: [{
@@ -3897,7 +3897,7 @@ async function maybeResolveResources(value) {
3897
3897
  class UrlHandlingStrategy {
3898
3898
  static ɵfac = i0.ɵɵngDeclareFactory({
3899
3899
  minVersion: "12.0.0",
3900
- version: "21.1.0-next.1",
3900
+ version: "21.1.0-next.2",
3901
3901
  ngImport: i0,
3902
3902
  type: UrlHandlingStrategy,
3903
3903
  deps: [],
@@ -3905,7 +3905,7 @@ class UrlHandlingStrategy {
3905
3905
  });
3906
3906
  static ɵprov = i0.ɵɵngDeclareInjectable({
3907
3907
  minVersion: "12.0.0",
3908
- version: "21.1.0-next.1",
3908
+ version: "21.1.0-next.2",
3909
3909
  ngImport: i0,
3910
3910
  type: UrlHandlingStrategy,
3911
3911
  providedIn: 'root',
@@ -3914,7 +3914,7 @@ class UrlHandlingStrategy {
3914
3914
  }
3915
3915
  i0.ɵɵngDeclareClassMetadata({
3916
3916
  minVersion: "12.0.0",
3917
- version: "21.1.0-next.1",
3917
+ version: "21.1.0-next.2",
3918
3918
  ngImport: i0,
3919
3919
  type: UrlHandlingStrategy,
3920
3920
  decorators: [{
@@ -3937,7 +3937,7 @@ class DefaultUrlHandlingStrategy {
3937
3937
  }
3938
3938
  static ɵfac = i0.ɵɵngDeclareFactory({
3939
3939
  minVersion: "12.0.0",
3940
- version: "21.1.0-next.1",
3940
+ version: "21.1.0-next.2",
3941
3941
  ngImport: i0,
3942
3942
  type: DefaultUrlHandlingStrategy,
3943
3943
  deps: [],
@@ -3945,7 +3945,7 @@ class DefaultUrlHandlingStrategy {
3945
3945
  });
3946
3946
  static ɵprov = i0.ɵɵngDeclareInjectable({
3947
3947
  minVersion: "12.0.0",
3948
- version: "21.1.0-next.1",
3948
+ version: "21.1.0-next.2",
3949
3949
  ngImport: i0,
3950
3950
  type: DefaultUrlHandlingStrategy,
3951
3951
  providedIn: 'root'
@@ -3953,7 +3953,7 @@ class DefaultUrlHandlingStrategy {
3953
3953
  }
3954
3954
  i0.ɵɵngDeclareClassMetadata({
3955
3955
  minVersion: "12.0.0",
3956
- version: "21.1.0-next.1",
3956
+ version: "21.1.0-next.2",
3957
3957
  ngImport: i0,
3958
3958
  type: DefaultUrlHandlingStrategy,
3959
3959
  decorators: [{
@@ -3964,8 +3964,8 @@ i0.ɵɵngDeclareClassMetadata({
3964
3964
  }]
3965
3965
  });
3966
3966
 
3967
- const CREATE_VIEW_TRANSITION = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'view transition helper' : '');
3968
- const VIEW_TRANSITION_OPTIONS = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'view transition options' : '');
3967
+ const CREATE_VIEW_TRANSITION = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'view transition helper' : '');
3968
+ const VIEW_TRANSITION_OPTIONS = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'view transition options' : '');
3969
3969
  function createViewTransition(injector, from, to) {
3970
3970
  const transitionOptions = injector.get(VIEW_TRANSITION_OPTIONS);
3971
3971
  const document = injector.get(DOCUMENT);
@@ -4341,7 +4341,7 @@ class NavigationTransitions {
4341
4341
  }
4342
4342
  static ɵfac = i0.ɵɵngDeclareFactory({
4343
4343
  minVersion: "12.0.0",
4344
- version: "21.1.0-next.1",
4344
+ version: "21.1.0-next.2",
4345
4345
  ngImport: i0,
4346
4346
  type: NavigationTransitions,
4347
4347
  deps: [],
@@ -4349,7 +4349,7 @@ class NavigationTransitions {
4349
4349
  });
4350
4350
  static ɵprov = i0.ɵɵngDeclareInjectable({
4351
4351
  minVersion: "12.0.0",
4352
- version: "21.1.0-next.1",
4352
+ version: "21.1.0-next.2",
4353
4353
  ngImport: i0,
4354
4354
  type: NavigationTransitions,
4355
4355
  providedIn: 'root'
@@ -4357,7 +4357,7 @@ class NavigationTransitions {
4357
4357
  }
4358
4358
  i0.ɵɵngDeclareClassMetadata({
4359
4359
  minVersion: "12.0.0",
4360
- version: "21.1.0-next.1",
4360
+ version: "21.1.0-next.2",
4361
4361
  ngImport: i0,
4362
4362
  type: NavigationTransitions,
4363
4363
  decorators: [{
@@ -4375,7 +4375,7 @@ function isBrowserTriggeredNavigation(source) {
4375
4375
  class RouteReuseStrategy {
4376
4376
  static ɵfac = i0.ɵɵngDeclareFactory({
4377
4377
  minVersion: "12.0.0",
4378
- version: "21.1.0-next.1",
4378
+ version: "21.1.0-next.2",
4379
4379
  ngImport: i0,
4380
4380
  type: RouteReuseStrategy,
4381
4381
  deps: [],
@@ -4383,7 +4383,7 @@ class RouteReuseStrategy {
4383
4383
  });
4384
4384
  static ɵprov = i0.ɵɵngDeclareInjectable({
4385
4385
  minVersion: "12.0.0",
4386
- version: "21.1.0-next.1",
4386
+ version: "21.1.0-next.2",
4387
4387
  ngImport: i0,
4388
4388
  type: RouteReuseStrategy,
4389
4389
  providedIn: 'root',
@@ -4392,7 +4392,7 @@ class RouteReuseStrategy {
4392
4392
  }
4393
4393
  i0.ɵɵngDeclareClassMetadata({
4394
4394
  minVersion: "12.0.0",
4395
- version: "21.1.0-next.1",
4395
+ version: "21.1.0-next.2",
4396
4396
  ngImport: i0,
4397
4397
  type: RouteReuseStrategy,
4398
4398
  decorators: [{
@@ -4421,7 +4421,7 @@ class BaseRouteReuseStrategy {
4421
4421
  class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
4422
4422
  static ɵfac = i0.ɵɵngDeclareFactory({
4423
4423
  minVersion: "12.0.0",
4424
- version: "21.1.0-next.1",
4424
+ version: "21.1.0-next.2",
4425
4425
  ngImport: i0,
4426
4426
  type: DefaultRouteReuseStrategy,
4427
4427
  deps: null,
@@ -4429,7 +4429,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
4429
4429
  });
4430
4430
  static ɵprov = i0.ɵɵngDeclareInjectable({
4431
4431
  minVersion: "12.0.0",
4432
- version: "21.1.0-next.1",
4432
+ version: "21.1.0-next.2",
4433
4433
  ngImport: i0,
4434
4434
  type: DefaultRouteReuseStrategy,
4435
4435
  providedIn: 'root'
@@ -4437,7 +4437,7 @@ class DefaultRouteReuseStrategy extends BaseRouteReuseStrategy {
4437
4437
  }
4438
4438
  i0.ɵɵngDeclareClassMetadata({
4439
4439
  minVersion: "12.0.0",
4440
- version: "21.1.0-next.1",
4440
+ version: "21.1.0-next.2",
4441
4441
  ngImport: i0,
4442
4442
  type: DefaultRouteReuseStrategy,
4443
4443
  decorators: [{
@@ -4511,7 +4511,7 @@ class StateManager {
4511
4511
  }
4512
4512
  static ɵfac = i0.ɵɵngDeclareFactory({
4513
4513
  minVersion: "12.0.0",
4514
- version: "21.1.0-next.1",
4514
+ version: "21.1.0-next.2",
4515
4515
  ngImport: i0,
4516
4516
  type: StateManager,
4517
4517
  deps: [],
@@ -4519,7 +4519,7 @@ class StateManager {
4519
4519
  });
4520
4520
  static ɵprov = i0.ɵɵngDeclareInjectable({
4521
4521
  minVersion: "12.0.0",
4522
- version: "21.1.0-next.1",
4522
+ version: "21.1.0-next.2",
4523
4523
  ngImport: i0,
4524
4524
  type: StateManager,
4525
4525
  providedIn: 'root',
@@ -4528,7 +4528,7 @@ class StateManager {
4528
4528
  }
4529
4529
  i0.ɵɵngDeclareClassMetadata({
4530
4530
  minVersion: "12.0.0",
4531
- version: "21.1.0-next.1",
4531
+ version: "21.1.0-next.2",
4532
4532
  ngImport: i0,
4533
4533
  type: StateManager,
4534
4534
  decorators: [{
@@ -4645,7 +4645,7 @@ class HistoryStateManager extends StateManager {
4645
4645
  }
4646
4646
  static ɵfac = i0.ɵɵngDeclareFactory({
4647
4647
  minVersion: "12.0.0",
4648
- version: "21.1.0-next.1",
4648
+ version: "21.1.0-next.2",
4649
4649
  ngImport: i0,
4650
4650
  type: HistoryStateManager,
4651
4651
  deps: null,
@@ -4653,7 +4653,7 @@ class HistoryStateManager extends StateManager {
4653
4653
  });
4654
4654
  static ɵprov = i0.ɵɵngDeclareInjectable({
4655
4655
  minVersion: "12.0.0",
4656
- version: "21.1.0-next.1",
4656
+ version: "21.1.0-next.2",
4657
4657
  ngImport: i0,
4658
4658
  type: HistoryStateManager,
4659
4659
  providedIn: 'root'
@@ -4661,7 +4661,7 @@ class HistoryStateManager extends StateManager {
4661
4661
  }
4662
4662
  i0.ɵɵngDeclareClassMetadata({
4663
4663
  minVersion: "12.0.0",
4664
- version: "21.1.0-next.1",
4664
+ version: "21.1.0-next.2",
4665
4665
  ngImport: i0,
4666
4666
  type: HistoryStateManager,
4667
4667
  decorators: [{
@@ -4976,7 +4976,7 @@ class Router {
4976
4976
  }
4977
4977
  static ɵfac = i0.ɵɵngDeclareFactory({
4978
4978
  minVersion: "12.0.0",
4979
- version: "21.1.0-next.1",
4979
+ version: "21.1.0-next.2",
4980
4980
  ngImport: i0,
4981
4981
  type: Router,
4982
4982
  deps: [],
@@ -4984,7 +4984,7 @@ class Router {
4984
4984
  });
4985
4985
  static ɵprov = i0.ɵɵngDeclareInjectable({
4986
4986
  minVersion: "12.0.0",
4987
- version: "21.1.0-next.1",
4987
+ version: "21.1.0-next.2",
4988
4988
  ngImport: i0,
4989
4989
  type: Router,
4990
4990
  providedIn: 'root'
@@ -4992,7 +4992,7 @@ class Router {
4992
4992
  }
4993
4993
  i0.ɵɵngDeclareClassMetadata({
4994
4994
  minVersion: "12.0.0",
4995
- version: "21.1.0-next.1",
4995
+ version: "21.1.0-next.2",
4996
4996
  ngImport: i0,
4997
4997
  type: Router,
4998
4998
  decorators: [{