dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_TableColumnMenuModule cluster_TableColumnMenuModule_exports cluster_TableColumnMenuModule_imports TableColumnMenuComponent TableColumnMenuComponent TableColumnMenuModule TableColumnMenuModule TableColumnMenuComponent->TableColumnMenuModule TableColumnOptionComponent TableColumnOptionComponent TableColumnOptionComponent->TableColumnMenuModule TableShowArchivedSlideComponent TableShowArchivedSlideComponent TableShowArchivedSlideComponent->TableColumnMenuModule TableColumnMenuComponent TableColumnMenuComponent TableColumnMenuModule->TableColumnMenuComponent TableColumnOptionComponent TableColumnOptionComponent TableColumnMenuModule->TableColumnOptionComponent TableShowArchivedSlideComponent TableShowArchivedSlideComponent TableColumnMenuModule->TableShowArchivedSlideComponent
import { NgModule } from '@angular/core';
import { TableColumnMenuComponent } from './table-column-menu.component';
import { TableShowArchivedSlideComponent } from './table-show-archived-slide/table-show-archived-slide.component';
import { TableColumnOptionComponent } from './table-column-option/table-column-option.component';

@NgModule({
  imports: [
    TableColumnMenuComponent,
    TableShowArchivedSlideComponent,
    TableColumnOptionComponent,
  ],
  exports: [
    TableColumnMenuComponent,
    TableShowArchivedSlideComponent,
    TableColumnOptionComponent,
  ],
})
export class TableColumnMenuModule {}

results matching ""

    No results matching ""