@angular/ssr 20.0.0-next.4 → 20.0.0-next.5

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/node/index.d.ts CHANGED
@@ -16,6 +16,7 @@ import { Type } from '@angular/core';
16
16
  */
17
17
  export declare class AngularNodeAppEngine {
18
18
  private readonly angularAppEngine;
19
+ constructor();
19
20
  /**
20
21
  * Handles an incoming HTTP request by serving prerendered content, performing server-side rendering,
21
22
  * or delivering a static file for client-side rendered routes based on the `RenderMode` setting.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/ssr",
3
- "version": "20.0.0-next.4",
3
+ "version": "20.0.0-next.5",
4
4
  "description": "Angular server side rendering utilities",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@angular-devkit/schematics": "workspace:*",
32
- "@angular/common": "20.0.0-next.4",
33
- "@angular/compiler": "20.0.0-next.4",
34
- "@angular/core": "20.0.0-next.4",
35
- "@angular/platform-browser": "20.0.0-next.4",
36
- "@angular/platform-server": "20.0.0-next.4",
37
- "@angular/router": "20.0.0-next.4",
32
+ "@angular/common": "20.0.0-next.5",
33
+ "@angular/compiler": "20.0.0-next.5",
34
+ "@angular/core": "20.0.0-next.5",
35
+ "@angular/platform-browser": "20.0.0-next.5",
36
+ "@angular/platform-server": "20.0.0-next.5",
37
+ "@angular/router": "20.0.0-next.5",
38
38
  "@schematics/angular": "workspace:*"
39
39
  },
40
40
  "sideEffects": false,