mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
remove unused imports
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 76ece834d1...51ee0b065a
@@ -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(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user