We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b905d commit 1bb5bd0Copy full SHA for 1bb5bd0
frontend/src/angular/angular.json
@@ -35,7 +35,8 @@
35
},
36
"index": "src/index.html",
37
"polyfills": [
38
- "zone.js"
+ "zone.js",
39
+ "@angular/localize/init"
40
],
41
"tsConfig": "tsconfig.app.json",
42
"inlineStyleLanguage": "scss",
frontend/src/angular/package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.0",
4
"scripts": {
5
"ng": "ng",
6
- "start": "ng serve --hmr --proxy-config proxy.conf.js",
+ "start": "ng serve --proxy-config proxy.conf.js",
7
"build": "ng build --localize --configuration production",
8
"test": "ng test --browsers ChromeHeadless --watch=false --code-coverage=true",
9
"test-chromium": "ng test --browsers ChromiumHeadless --watch=false --code-coverage=true",
0 commit comments