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