diff --git a/packages/angular/ssr/package.json b/packages/angular/ssr/package.json index 77e60bdfda60..608de72116e1 100644 --- a/packages/angular/ssr/package.json +++ b/packages/angular/ssr/package.json @@ -19,6 +19,7 @@ "peerDependencies": { "@angular/common": "^19.0.0-next.0", "@angular/core": "^19.0.0-next.0", + "@angular/platform-server": "^19.0.0-next.0", "@angular/router": "^19.0.0-next.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 1aba8771a747..154cda54a554 100644 --- a/yarn.lock +++ b/yarn.lock @@ -970,6 +970,7 @@ __metadata: peerDependencies: "@angular/common": ^19.0.0-next.0 "@angular/core": ^19.0.0-next.0 + "@angular/platform-server": ^19.0.0-next.0 "@angular/router": ^19.0.0-next.0 languageName: unknown linkType: soft