diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 9a5c050012..8b980dc1cb 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -81,7 +81,7 @@ export class AppComponent implements OnDestroy, OnInit { private lockService: LockService, private storageService: StorageService, private cryptoService: CryptoService, private collectionService: CollectionService, private sanitizer: DomSanitizer, private searchService: SearchService, - private notificationsService: NotificationsService) { } + private notificationsService: NotificationsService, private routerService: RouterService) { } ngOnInit() { this.ngZone.runOutsideAngular(() => {