diff --git a/jslib b/jslib index 76ece834d1..51ee0b065a 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 76ece834d1d18e9cca71bb3c182d2284dae80958 +Subproject commit 51ee0b065abb965980e8fe398b568c015e557a2f diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 507c8e98bf..ca39b5a1f0 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -1,7 +1,4 @@ -import { - ToasterConfig, - ToasterContainerComponent, -} from 'angular2-toaster'; +import { ToasterConfig } from 'angular2-toaster'; import { Angulartics2GoogleAnalytics } from 'angulartics2/ga'; import { @@ -83,8 +80,8 @@ export class AppComponent implements OnInit { private lockService: LockService, private storageService: StorageService, private cryptoService: CryptoService, private componentFactoryResolver: ComponentFactoryResolver, private messagingService: MessagingService, private collectionService: CollectionService) { - (window as any).BitwardenToasterService = toasterService; - } + (window as any).BitwardenToasterService = toasterService; + } ngOnInit() { this.ngZone.runOutsideAngular(() => {