dependencies dependencies cluster_BudgetDetailsCellModule cluster_BudgetDetailsCellModule_declarations cluster_BudgetDetailsCellModule_exports cluster_BudgetDetailsCellModule_imports BudgetDetailsCellComponent BudgetDetailsCellComponent BudgetDetailsCellModule BudgetDetailsCellModule BudgetDetailsCellComponent->BudgetDetailsCellModule BudgetDetailsCellComponent BudgetDetailsCellComponent BudgetDetailsCellModule->BudgetDetailsCellComponent I18nModule I18nModule I18nModule->BudgetDetailsCellModule PopoverModule PopoverModule PopoverModule->BudgetDetailsCellModule UrlModule UrlModule UrlModule->BudgetDetailsCellModule

File

feature-libs/organization/administration/components/budget/details-cell/budget-details-cell.module.ts

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';
import { I18nModule, UrlModule } from '@spartacus/core';
import { PopoverModule } from '@spartacus/storefront';
import { BudgetDetailsCellComponent } from './budget-details-cell.component';

@NgModule({
  imports: [CommonModule, PopoverModule, RouterModule, I18nModule, UrlModule],
  declarations: [BudgetDetailsCellComponent],
  exports: [BudgetDetailsCellComponent],
})
export class BudgetDetailsCellModule {}

result-matching ""

    No results matching ""