1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-03 00:20:35 +02:00

make sure routerService is newed

This commit is contained in:
Kyle Spearrin 2018-12-14 11:15:50 -05:00
parent 35d1e51f9b
commit 7a58f6d967

View File

@ -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(() => {