mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
add startup message with version number
This commit is contained in:

committed by
Samuel Cambien

parent
59f9534418
commit
c94e5d0709
@@ -28,6 +28,7 @@ import { StoreAction, StoreActionTypes } from '../../app/store.actions';
|
||||
import { coreSelector } from '../../app/core/core.selectors';
|
||||
import { find, map } from 'rxjs/operators';
|
||||
import { isNotEmpty } from '../../app/shared/empty.util';
|
||||
import { logStartupMessage } from '../../../startup-message';
|
||||
|
||||
/**
|
||||
* Performs client-side initialization.
|
||||
@@ -79,6 +80,7 @@ export class BrowserInitService extends InitService {
|
||||
this.initCorrelationId();
|
||||
|
||||
this.checkEnvironment();
|
||||
logStartupMessage(environment);
|
||||
|
||||
this.initI18n();
|
||||
this.initAngulartics();
|
||||
|
Reference in New Issue
Block a user