Skip to content

Commit 1bb5bd0

Browse files
committed
fix: npm run start
1 parent 12b905d commit 1bb5bd0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

frontend/src/angular/angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
},
3636
"index": "src/index.html",
3737
"polyfills": [
38-
"zone.js"
38+
"zone.js",
39+
"@angular/localize/init"
3940
],
4041
"tsConfig": "tsconfig.app.json",
4142
"inlineStyleLanguage": "scss",

frontend/src/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",
6-
"start": "ng serve --hmr --proxy-config proxy.conf.js",
6+
"start": "ng serve --proxy-config proxy.conf.js",
77
"build": "ng build --localize --configuration production",
88
"test": "ng test --browsers ChromeHeadless --watch=false --code-coverage=true",
99
"test-chromium": "ng test --browsers ChromiumHeadless --watch=false --code-coverage=true",

0 commit comments

Comments
 (0)