mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 07:53:02 +00:00
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