Joaquín Reñé
4 hours ago c5b1e27a77081717f37942de8dacfa5c2e30b09d
securis/src/main/webapp/src/app/listing/application.list.component.ts
....@@ -11,7 +11,6 @@
1111 import { Component, ViewChild, AfterViewInit } from '@angular/core';
1212 import { TdMediaService } from '@covalent/core';
1313 import { ApplicationsService } from '../resources/applications';
14
-import { PackFormComponent } from '../forms/pack.form.component';
1514 import { LocaleService } from '../common/i18n';
1615 import { ListingBase } from './base';
1716
....@@ -56,7 +55,6 @@
5655 private media: TdMediaService,
5756 private router: Router,
5857 private $L: LocaleService,
59
- private applicationForm: PackFormComponent,
6058 private applications: ApplicationsService) {
6159 super(_dataTableService);
6260 this.applications.get().subscribe(