dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_ProjectsGridModalModule cluster_ProjectsGridModalModule_declarations cluster_ProjectsGridModalModule_imports cluster_ProjectsGridModalModule_exports ProjectsGridModalComponent ProjectsGridModalComponent ProjectsGridModalModule ProjectsGridModalModule ProjectsGridModalComponent->ProjectsGridModalModule ProjectsGridModalComponent ProjectsGridModalComponent ProjectsGridModalModule->ProjectsGridModalComponent ProjectsGridModule ProjectsGridModule ProjectsGridModalModule->ProjectsGridModule ProjectsGridModule ProjectsGridModule ProjectsGridModule->ProjectsGridModalModule

File

libs/rucken/todo-web/src/lib/entities/projects/projects-grid-modal/projects-grid-modal.module.ts

import { CommonModule } from '@angular/common';
import { ModuleWithProviders, NgModule } from '@angular/core';
import { EntityGridModalModule } from '@rucken/web';
import { NgxBindIOModule } from 'ngx-bind-io';
import { ProjectsGridModule } from '../projects-grid/projects-grid.module';
import { ProjectsGridModalComponent } from './projects-grid-modal.component';

@NgModule({
  imports: [CommonModule, EntityGridModalModule, ProjectsGridModule, NgxBindIOModule],
  declarations: [ProjectsGridModalComponent],
  entryComponents: [ProjectsGridModalComponent],
  exports: [ProjectsGridModalComponent, EntityGridModalModule, ProjectsGridModule]
})
export class ProjectsGridModalModule {}

result-matching ""

    No results matching ""