1
0

recursive merge of config

This commit is contained in:
William Welling
2017-09-26 19:13:32 -05:00
parent 35580b7c48
commit 26e2da93fb
7 changed files with 74 additions and 13 deletions

View File

@@ -41,6 +41,10 @@ export class AppComponent implements OnInit {
translate.setDefaultLang('en');
// the lang to use, if the lang isn't available, it will use the current loader to get them
translate.use('en');
if (config.debug) {
console.info(config);
}
}
ngAfterViewChecked() {