From 4e97ffe2b6f6b53416d5e3749e6d6147ee37046c Mon Sep 17 00:00:00 2001 From: erdemcaygor Date: Tue, 2 Sep 2025 11:35:10 +0300 Subject: [PATCH] ssr removed from app template --- templates/app/angular/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/app/angular/package.json b/templates/app/angular/package.json index f3d2dc28b1..ed84c37f86 100644 --- a/templates/app/angular/package.json +++ b/templates/app/angular/package.json @@ -46,6 +46,7 @@ "@angular/cli": "~20.0.0", "@angular/compiler-cli": "~20.0.0", "@angular/language-service": "~20.0.0", + "@angular/build": "~20.0.0", "@types/jasmine": "~3.6.0", "@types/node": "~20.11.0", "@typescript-eslint/eslint-plugin": "7.16.0",