remove unused imports
This commit is contained in:
parent
fe21c82a80
commit
d3350b5c62
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 76ece834d1d18e9cca71bb3c182d2284dae80958
|
||||
Subproject commit 51ee0b065abb965980e8fe398b568c015e557a2f
|
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue