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