@angular/ssr
Advanced tools
Comparing version 19.1.4 to 19.2.0-next.0
@@ -660,6 +660,5 @@ import type { ApplicationRef } from '@angular/core'; | ||
/** | ||
* Creates an empty route tree node with the specified segment. | ||
* Creates an empty route tree node. | ||
* This helper function is used during the tree construction. | ||
* | ||
* @param segment - The route segment that this node represents. | ||
* @returns A new, empty route tree node. | ||
@@ -677,9 +676,2 @@ */ | ||
/** | ||
* The segment value associated with this node. | ||
* A segment is a single part of a route path, typically delimited by slashes (`/`). | ||
* For example, in the route `/users/:id/profile`, the segments are `users`, `:id`, and `profile`. | ||
* Segments can also be wildcards (`*`), which match any segment in that position of the route. | ||
*/ | ||
segment: string; | ||
/** | ||
* The index indicating the order in which the route was inserted into the tree. | ||
@@ -686,0 +678,0 @@ * This index helps determine the priority of routes during matching, with lower indexes |
{ | ||
"name": "@angular/ssr", | ||
"version": "19.1.4", | ||
"version": "19.2.0-next.0", | ||
"description": "Angular server side rendering utilities", | ||
"type": "module", | ||
"license": "MIT", | ||
@@ -19,6 +20,6 @@ "homepage": "https://github.com/angular/angular-cli", | ||
"peerDependencies": { | ||
"@angular/common": "^19.0.0", | ||
"@angular/core": "^19.0.0", | ||
"@angular/platform-server": "^19.0.0", | ||
"@angular/router": "^19.0.0" | ||
"@angular/common": "^19.0.0 || ^19.2.0-next.0", | ||
"@angular/core": "^19.0.0 || ^19.2.0-next.0", | ||
"@angular/platform-server": "^19.0.0 || ^19.2.0-next.0", | ||
"@angular/router": "^19.0.0 || ^19.2.0-next.0" | ||
}, | ||
@@ -31,9 +32,9 @@ "peerDependenciesMeta": { | ||
"devDependencies": { | ||
"@angular/common": "19.1.0-rc.0", | ||
"@angular/compiler": "19.1.0-rc.0", | ||
"@angular/core": "19.1.0-rc.0", | ||
"@angular/platform-browser": "19.1.0-rc.0", | ||
"@angular/platform-server": "19.1.0-rc.0", | ||
"@angular/router": "19.1.0-rc.0", | ||
"@bazel/runfiles": "^5.8.1" | ||
"@angular/common": "19.2.0-next.0", | ||
"@angular/compiler": "19.2.0-next.0", | ||
"@angular/core": "19.2.0-next.0", | ||
"@angular/platform-browser": "19.2.0-next.0", | ||
"@angular/platform-server": "19.2.0-next.0", | ||
"@angular/router": "19.2.0-next.0", | ||
"@bazel/runfiles": "^6.0.0" | ||
}, | ||
@@ -48,3 +49,2 @@ "sideEffects": false, | ||
"typings": "./index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
@@ -51,0 +51,0 @@ "./package.json": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
15322
1688613
1