forked from hazza/dspace-angular
recursive merge of config
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user