add startup message with version number

This commit is contained in:
Art Lowel
2022-09-08 13:53:02 +02:00
committed by Samuel Cambien
parent 59f9534418
commit c94e5d0709
5 changed files with 25 additions and 5 deletions

View File

@@ -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();