dependencies dependencies cluster_UnitCostCenterListModule cluster_UnitCostCenterListModule_declarations cluster_UnitCostCenterListModule_imports UnitCostCenterListComponent UnitCostCenterListComponent UnitCostCenterListModule UnitCostCenterListModule UnitCostCenterListComponent->UnitCostCenterListModule DisableInfoModule DisableInfoModule DisableInfoModule->UnitCostCenterListModule I18nModule I18nModule I18nModule->UnitCostCenterListModule SubListModule SubListModule SubListModule->UnitCostCenterListModule

File

feature-libs/organization/administration/components/unit/links/cost-centers/unit-cost-centers.module.ts

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';
import { I18nModule } from '@spartacus/core';
import { DisableInfoModule } from '../../../shared/detail/disable-info/disable-info.module';
import { SubListModule } from '../../../shared/sub-list/sub-list.module';
import { UnitCostCenterListComponent } from './unit-cost-centers.component';

@NgModule({
  imports: [
    I18nModule,
    RouterModule,
    SubListModule,
    CommonModule,
    DisableInfoModule,
  ],
  declarations: [UnitCostCenterListComponent],
})
export class UnitCostCenterListModule {}

result-matching ""

    No results matching ""