Skip to content

Commit 568865e

Browse files
authored
Migrate to signals
1 parent a56e591 commit 568865e

12 files changed

+7822
-10810
lines changed

angular.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@
102102
"builder": "@angular-devkit/build-angular:dev-server",
103103
"configurations": {
104104
"production": {
105-
"browserTarget": "demo-app:build:production"
105+
"buildTarget": "demo-app:build:production"
106106
},
107107
"development": {
108-
"browserTarget": "demo-app:build:development"
108+
"buildTarget": "demo-app:build:development"
109109
}
110110
},
111111
"defaultConfiguration": "development"

0 commit comments

Comments
 (0)