Joaquín Reñé
4 hours ago c5b1e27a77081717f37942de8dacfa5c2e30b09d
securis/src/main/webapp/src/app/listing/organization.list.component.ts
....@@ -11,7 +11,6 @@
1111 import { Component, ViewChild, AfterViewInit } from '@angular/core';
1212 import { TdMediaService } from '@covalent/core';
1313 import { OrganizationsService } from '../resources/organizations';
14
-import { PackFormComponent } from '../forms/pack.form.component';
1514 import { LocaleService } from '../common/i18n';
1615 import { ListingBase } from './base';
1716
....@@ -52,7 +51,6 @@
5251 private media: TdMediaService,
5352 private router: Router,
5453 private $L: LocaleService,
55
- private applicationForm: PackFormComponent,
5654 private organizations: OrganizationsService) {
5755 super(_dataTableService);
5856 this.organizations.get().subscribe(