|
|
@ -53,11 +53,7 @@ export class AppComponent implements OnInit {
|
|
|
|
public overlayContainer: OverlayContainer,
|
|
|
|
public overlayContainer: OverlayContainer,
|
|
|
|
private storage: StorageService,
|
|
|
|
private storage: StorageService,
|
|
|
|
private signalrNotification: SignalRNotificationService,
|
|
|
|
private signalrNotification: SignalRNotificationService,
|
|
|
|
private readonly snackBar: MatSnackBar) {
|
|
|
|
private readonly snackBar: MatSnackBar) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// __webpack_public_path__ = window['base-href']
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.translate.addLangs(["en", "de", "fr", "da", "es", "it", "nl", "sk", "sv", "no", "pl", "pt"]);
|
|
|
|
this.translate.addLangs(["en", "de", "fr", "da", "es", "it", "nl", "sk", "sv", "no", "pl", "pt"]);
|
|
|
|
|
|
|
|
|
|
|
|