1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

remove unused imports

This commit is contained in:
Kyle Spearrin 2018-07-18 22:53:01 -04:00
parent fe21c82a80
commit d3350b5c62
2 changed files with 4 additions and 7 deletions

2
jslib

@ -1 +1 @@
Subproject commit 76ece834d1d18e9cca71bb3c182d2284dae80958 Subproject commit 51ee0b065abb965980e8fe398b568c015e557a2f

View File

@ -1,7 +1,4 @@
import { import { ToasterConfig } from 'angular2-toaster';
ToasterConfig,
ToasterContainerComponent,
} from 'angular2-toaster';
import { Angulartics2GoogleAnalytics } from 'angulartics2/ga'; import { Angulartics2GoogleAnalytics } from 'angulartics2/ga';
import { import {
@ -83,8 +80,8 @@ export class AppComponent implements OnInit {
private lockService: LockService, private storageService: StorageService, private lockService: LockService, private storageService: StorageService,
private cryptoService: CryptoService, private componentFactoryResolver: ComponentFactoryResolver, private cryptoService: CryptoService, private componentFactoryResolver: ComponentFactoryResolver,
private messagingService: MessagingService, private collectionService: CollectionService) { private messagingService: MessagingService, private collectionService: CollectionService) {
(window as any).BitwardenToasterService = toasterService; (window as any).BitwardenToasterService = toasterService;
} }
ngOnInit() { ngOnInit() {
this.ngZone.runOutsideAngular(() => { this.ngZone.runOutsideAngular(() => {