@angular/router
Advanced tools
| /** | ||
| * @license Angular v21.2.0-next.0 | ||
| * @license Angular v21.2.0-next.1 | ||
| * (c) 2010-2026 Google LLC. https://angular.dev/ | ||
@@ -48,3 +48,3 @@ * License: MIT | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -57,3 +57,3 @@ type: ReactiveRouterState, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -66,3 +66,3 @@ type: ReactiveRouterState, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -320,3 +320,3 @@ type: ReactiveRouterState, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -342,3 +342,3 @@ type: RouterLink, | ||
| minVersion: "16.1.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| type: RouterLink, | ||
@@ -375,3 +375,3 @@ isStandalone: true, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -554,3 +554,3 @@ type: RouterLink, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -571,3 +571,3 @@ type: RouterLinkActive, | ||
| minVersion: "14.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| type: RouterLinkActive, | ||
@@ -596,3 +596,3 @@ isStandalone: true, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -648,3 +648,3 @@ type: RouterLinkActive, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -657,3 +657,3 @@ type: PreloadAllModules, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -666,3 +666,3 @@ type: PreloadAllModules, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -683,3 +683,3 @@ type: PreloadAllModules, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -692,3 +692,3 @@ type: NoPreloading, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -701,3 +701,3 @@ type: NoPreloading, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -783,3 +783,3 @@ type: NoPreloading, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -800,3 +800,3 @@ type: RouterPreloader, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -809,3 +809,3 @@ type: RouterPreloader, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -912,3 +912,3 @@ type: RouterPreloader, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -921,3 +921,3 @@ type: RouterScroller, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -929,3 +929,3 @@ type: RouterScroller | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -1056,3 +1056,3 @@ type: RouterScroller, | ||
| } = this.currentNavigation; | ||
| if (commitUrl || navigationEvent && (navigationEvent.navigationType === 'traverse' || navigationEvent.navigationType === 'reload') && this.eventAndRouterDestinationsMatch(navigationEvent, transition)) { | ||
| if (commitUrl || navigationEvent && navigationEvent.navigationType === 'traverse' && this.eventAndRouterDestinationsMatch(navigationEvent, transition)) { | ||
| return; | ||
@@ -1136,3 +1136,3 @@ } | ||
| handleNavigate(event) { | ||
| if (!event.canIntercept) { | ||
| if (!event.canIntercept || event.navigationType === 'reload') { | ||
| return; | ||
@@ -1238,3 +1238,3 @@ } | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -1247,3 +1247,3 @@ type: NavigationStateManager, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -1256,3 +1256,3 @@ type: NavigationStateManager, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -1556,3 +1556,3 @@ type: NavigationStateManager, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -1565,3 +1565,3 @@ type: RouterModule, | ||
| minVersion: "14.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -1574,3 +1574,3 @@ type: RouterModule, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -1582,3 +1582,3 @@ type: RouterModule | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -1585,0 +1585,0 @@ type: RouterModule, |
| /** | ||
| * @license Angular v21.2.0-next.0 | ||
| * @license Angular v21.2.0-next.1 | ||
| * (c) 2010-2026 Google LLC. https://angular.dev/ | ||
@@ -31,5 +31,5 @@ * License: MIT | ||
| const VERSION = /* @__PURE__ */new Version('21.2.0-next.0'); | ||
| const VERSION = /* @__PURE__ */new Version('21.2.0-next.1'); | ||
| export { VERSION, mapToCanActivate, mapToCanActivateChild, mapToCanDeactivate, mapToCanMatch, mapToResolve }; | ||
| //# sourceMappingURL=router.mjs.map |
+11
-11
| /** | ||
| * @license Angular v21.2.0-next.0 | ||
| * @license Angular v21.2.0-next.1 | ||
| * (c) 2010-2026 Google LLC. https://angular.dev/ | ||
@@ -36,3 +36,3 @@ * License: MIT | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -45,3 +45,3 @@ type: RouterTestingModule, | ||
| minVersion: "14.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -53,3 +53,3 @@ type: RouterTestingModule, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -67,3 +67,3 @@ type: RouterTestingModule, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -104,3 +104,3 @@ type: RouterTestingModule, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -113,3 +113,3 @@ type: RootFixtureService, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -122,3 +122,3 @@ type: RootFixtureService, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -140,3 +140,3 @@ type: RootFixtureService, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -149,3 +149,3 @@ type: RootCmp, | ||
| minVersion: "14.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| type: RootCmp, | ||
@@ -175,3 +175,3 @@ isStandalone: true, | ||
| minVersion: "12.0.0", | ||
| version: "21.2.0-next.0", | ||
| version: "21.2.0-next.1", | ||
| ngImport: i0, | ||
@@ -178,0 +178,0 @@ type: RootCmp, |
| /** | ||
| * @license Angular v21.2.0-next.0 | ||
| * @license Angular v21.2.0-next.1 | ||
| * (c) 2010-2026 Google LLC. https://angular.dev/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
+4
-4
| { | ||
| "name": "@angular/router", | ||
| "version": "21.2.0-next.0", | ||
| "version": "21.2.0-next.1", | ||
| "description": "Angular - the routing library", | ||
@@ -30,5 +30,5 @@ "keywords": [ | ||
| "peerDependencies": { | ||
| "@angular/core": "21.2.0-next.0", | ||
| "@angular/common": "21.2.0-next.0", | ||
| "@angular/platform-browser": "21.2.0-next.0", | ||
| "@angular/core": "21.2.0-next.1", | ||
| "@angular/common": "21.2.0-next.1", | ||
| "@angular/platform-browser": "21.2.0-next.1", | ||
| "rxjs": "^6.5.3 || ^7.4.0" | ||
@@ -35,0 +35,0 @@ }, |
| /** | ||
| * @license Angular v21.2.0-next.0 | ||
| * @license Angular v21.2.0-next.1 | ||
| * (c) 2010-2026 Google LLC. https://angular.dev/ | ||
@@ -8,3 +8,3 @@ * License: MIT | ||
| import { RouterOutletContract, ActivatedRoute, ActivatedRouteSnapshot, Params, DefaultUrlSerializer, UrlTree, RouterStateSnapshot, Route, LoadedRouterConfig, Router, Routes, InMemoryScrollingOptions, RouterConfigOptions, NavigationError, RedirectCommand, CanMatch, CanMatchFn, CanActivate, CanActivateFn, CanActivateChild, CanActivateChildFn, CanDeactivate, CanDeactivateFn, Resolve, ResolveFn, Event } from './_router_module-chunk.js'; | ||
| export { ActivationEnd, ActivationStart, BaseRouteReuseStrategy, CanLoad, CanLoadFn, ChildActivationEnd, ChildActivationStart, Data, DefaultExport, DeprecatedGuard, DeprecatedResolve, DetachedRouteHandle, EventType, ExtraOptions, GuardResult, GuardsCheckEnd, GuardsCheckStart, InitialNavigation, IsActiveMatchOptions, LoadChildren, LoadChildrenCallback, MaybeAsync, Navigation, NavigationBehaviorOptions, NavigationCancel, NavigationCancellationCode, NavigationEnd, NavigationExtras, NavigationSkipped, NavigationSkippedCode, NavigationStart, OnSameUrlNavigation, PRIMARY_OUTLET, ParamMap, QueryParamsHandling, ROUTER_CONFIGURATION, ROUTER_INITIALIZER, ROUTER_OUTLET_DATA, RedirectFunction, ResolveData, ResolveEnd, ResolveStart, RouteConfigLoadEnd, RouteConfigLoadStart, RouteReuseStrategy, RouterEvent, RouterLink, RouterLinkActive, RouterLink as RouterLinkWithHref, RouterModule, RouterOutlet, RouterState, RoutesRecognized, RunGuardsAndResolvers, Scroll, UrlCreationOptions, UrlMatchResult, UrlMatcher, UrlSegment, UrlSegmentGroup, UrlSerializer, convertToParamMap, defaultUrlMatcher, destroyDetachedRouteHandle, isActive, ɵEmptyOutletComponent, ROUTER_PROVIDERS as ɵROUTER_PROVIDERS, RestoredState as ɵRestoredState } from './_router_module-chunk.js'; | ||
| export { ActivationEnd, ActivationStart, BaseRouteReuseStrategy, CanLoad, CanLoadFn, ChildActivationEnd, ChildActivationStart, Data, DefaultExport, DeprecatedGuard, DeprecatedResolve, DetachedRouteHandle, EventType, ExtraOptions, GuardResult, GuardsCheckEnd, GuardsCheckStart, InitialNavigation, IsActiveMatchOptions, LoadChildren, LoadChildrenCallback, MaybeAsync, Navigation, NavigationBehaviorOptions, NavigationCancel, NavigationCancellationCode, NavigationEnd, NavigationExtras, NavigationSkipped, NavigationSkippedCode, NavigationStart, OnSameUrlNavigation, PRIMARY_OUTLET, ParamMap, PartialMatchRouteSnapshot, QueryParamsHandling, ROUTER_CONFIGURATION, ROUTER_INITIALIZER, ROUTER_OUTLET_DATA, RedirectFunction, ResolveData, ResolveEnd, ResolveStart, RouteConfigLoadEnd, RouteConfigLoadStart, RouteReuseStrategy, RouterEvent, RouterLink, RouterLinkActive, RouterLink as RouterLinkWithHref, RouterModule, RouterOutlet, RouterState, RoutesRecognized, RunGuardsAndResolvers, Scroll, UrlCreationOptions, UrlMatchResult, UrlMatcher, UrlSegment, UrlSegmentGroup, UrlSerializer, convertToParamMap, defaultUrlMatcher, destroyDetachedRouteHandle, isActive, ɵEmptyOutletComponent, ROUTER_PROVIDERS as ɵROUTER_PROVIDERS, RestoredState as ɵRestoredState } from './_router_module-chunk.js'; | ||
| import { Title } from '@angular/platform-browser'; | ||
@@ -11,0 +11,0 @@ import * as i0 from '@angular/core'; |
| /** | ||
| * @license Angular v21.2.0-next.0 | ||
| * @license Angular v21.2.0-next.1 | ||
| * (c) 2010-2026 Google LLC. https://angular.dev/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
| /** | ||
| * @license Angular v21.2.0-next.0 | ||
| * @license Angular v21.2.0-next.1 | ||
| * (c) 2010-2026 Google LLC. https://angular.dev/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1202970
0.24%11866
0.03%29
31.82%