@angular/ssr 19.1.0-next.1 → 19.1.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -522,7 +522,6 @@ export declare enum PrerenderFallback {
522
522
  }
523
523
 
524
524
  /**
525
- /**
526
525
  * Sets up the necessary providers for configuring server routes.
527
526
  * This function accepts an array of server routes and optional configuration
528
527
  * options, returning an `EnvironmentProviders` object that encapsulates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/ssr",
3
- "version": "19.1.0-next.1",
3
+ "version": "19.1.0-rc.0",
4
4
  "description": "Angular server side rendering utilities",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/angular/angular-cli",
@@ -27,12 +27,12 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@angular/common": "19.1.0-next.2",
31
- "@angular/compiler": "19.1.0-next.2",
32
- "@angular/core": "19.1.0-next.2",
33
- "@angular/platform-browser": "19.1.0-next.2",
34
- "@angular/platform-server": "19.1.0-next.2",
35
- "@angular/router": "19.1.0-next.2",
30
+ "@angular/common": "19.1.0-rc.0",
31
+ "@angular/compiler": "19.1.0-rc.0",
32
+ "@angular/core": "19.1.0-rc.0",
33
+ "@angular/platform-browser": "19.1.0-rc.0",
34
+ "@angular/platform-server": "19.1.0-rc.0",
35
+ "@angular/router": "19.1.0-rc.0",
36
36
  "@bazel/runfiles": "^5.8.1"
37
37
  },
38
38
  "sideEffects": false,