| .. | .. |
|---|
| 11 | 11 | import { Component, ViewChild, AfterViewInit } from '@angular/core'; |
|---|
| 12 | 12 | import { TdMediaService } from '@covalent/core'; |
|---|
| 13 | 13 | import { UsersService } from '../resources/users'; |
|---|
| 14 | | -import { PackFormComponent } from '../forms/pack.form.component'; |
|---|
| 15 | 14 | import { LocaleService } from '../common/i18n'; |
|---|
| 16 | 15 | import { ListingBase } from './base'; |
|---|
| 17 | 16 | |
|---|
| .. | .. |
|---|
| 53 | 52 | private media: TdMediaService, |
|---|
| 54 | 53 | private router: Router, |
|---|
| 55 | 54 | private $L: LocaleService, |
|---|
| 56 | | - private applicationForm: PackFormComponent, |
|---|
| 57 | 55 | private users: UsersService) { |
|---|
| 58 | 56 | super(_dataTableService); |
|---|
| 59 | 57 | this.users.get().subscribe( |
|---|