mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 20:15:07 +00:00
Merge remote-tracking branch 'origin/demo' into starter
This commit is contained in:
commit
8c2ff122b2
|
@ -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'},
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user