dependencies dependencies cluster_UnitDetailsCellModule cluster_UnitDetailsCellModule_declarations cluster_UnitDetailsCellModule_exports cluster_UnitDetailsCellModule_imports UnitDetailsCellComponent UnitDetailsCellComponent UnitDetailsCellModule UnitDetailsCellModule UnitDetailsCellComponent->UnitDetailsCellModule UnitDetailsCellComponent UnitDetailsCellComponent UnitDetailsCellModule->UnitDetailsCellComponent I18nModule I18nModule I18nModule->UnitDetailsCellModule PopoverModule PopoverModule PopoverModule->UnitDetailsCellModule UrlModule UrlModule UrlModule->UnitDetailsCellModule

File

feature-libs/organization/administration/components/unit/details-cell/unit-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 { UnitDetailsCellComponent } from './unit-details-cell.component';

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

result-matching ""

    No results matching ""