dependencies dependencies cluster_BudgetCostCenterListModule cluster_BudgetCostCenterListModule_declarations cluster_BudgetCostCenterListModule_imports BudgetCostCenterListComponent BudgetCostCenterListComponent BudgetCostCenterListModule BudgetCostCenterListModule BudgetCostCenterListComponent->BudgetCostCenterListModule SubListModule SubListModule SubListModule->BudgetCostCenterListModule

File

feature-libs/organization/administration/components/budget/cost-centers/budget-cost-center-list.module.ts

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { SubListModule } from '../../shared/sub-list/sub-list.module';
import { BudgetCostCenterListComponent } from './budget-cost-center-list.component';

@NgModule({
  imports: [CommonModule, SubListModule],
  declarations: [BudgetCostCenterListComponent],
})
export class BudgetCostCenterListModule {}

result-matching ""

    No results matching ""