mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-31 17:57:43 +01:00
make sure routerService is newed
This commit is contained in:
parent
35d1e51f9b
commit
7a58f6d967
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user