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