Merge remote-tracking branch 'origin/demo' into starter

This commit is contained in:
sercan 2021-07-02 23:01:10 +03:00
commit 8c2ff122b2
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ module.exports = function (config)
suppressAll: true // removes the duplicated traces suppressAll: true // removes the duplicated traces
}, },
coverageReporter : { coverageReporter : {
dir : require('path').join(__dirname, './coverage/angular12'), dir : require('path').join(__dirname, './coverage/fuse'),
subdir : '.', subdir : '.',
reporters: [ reporters: [
{type: 'html'}, {type: 'html'},

View File

@ -10,8 +10,7 @@
"start": "ng serve", "start": "ng serve",
"build": "ng build", "build": "ng build",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint"
"e2e": "ng e2e"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "12.1.1", "@angular/animations": "12.1.1",

View File

@ -23,6 +23,7 @@ import { TranslocoHttpLoader } from 'app/core/transloco/transloco.http-loader';
} }
], ],
defaultLang : 'en', defaultLang : 'en',
fallbackLang : 'en',
reRenderOnLangChange: true, reRenderOnLangChange: true,
prodMode : environment.production prodMode : environment.production
}) })