dependencies dependencies cluster_UnitListModule cluster_UnitListModule_declarations cluster_UnitListModule_imports ToggleLinkCellComponent ToggleLinkCellComponent UnitListModule UnitListModule ToggleLinkCellComponent->UnitListModule UnitListComponent UnitListComponent UnitListComponent->UnitListModule I18nModule I18nModule I18nModule->UnitListModule IconModule IconModule IconModule->UnitListModule ListModule ListModule ListModule->UnitListModule UrlModule UrlModule UrlModule->UnitListModule

File

feature-libs/organization/administration/components/unit/list/unit-list.module.ts

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';
import { I18nModule, UrlModule } from '@spartacus/core';
import { UnitListComponent } from './unit-list.component';
import { IconModule } from '@spartacus/storefront';
import { ListModule } from '../../shared/list/list.module';
import { ToggleLinkCellComponent } from './toggle-link/toggle-link-cell.component';

@NgModule({
  imports: [
    CommonModule,
    RouterModule,
    UrlModule,
    I18nModule,
    IconModule,
    ListModule,
  ],
  declarations: [UnitListComponent, ToggleLinkCellComponent],
})
export class UnitListModule {}

result-matching ""

    No results matching ""