dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_D3Module cluster_D3Module_declarations cluster_D3Module_imports cluster_D3Module_exports AddSampleSetComponent AddSampleSetComponent D3Module D3Module AddSampleSetComponent->D3Module BoxPlottingComponent BoxPlottingComponent BoxPlottingComponent->D3Module Deseq2Component Deseq2Component Deseq2Component->D3Module DownloadButtonComponent DownloadButtonComponent DownloadButtonComponent->D3Module GseaComponent GseaComponent GseaComponent->D3Module HclComponent HclComponent HclComponent->D3Module KmeansComponent KmeansComponent KmeansComponent->D3Module LimmaComponent LimmaComponent LimmaComponent->D3Module RugPlotComponent RugPlotComponent RugPlotComponent->D3Module ScatterPlotComponent ScatterPlotComponent ScatterPlotComponent->D3Module BoxPlottingComponent BoxPlottingComponent D3Module->BoxPlottingComponent Deseq2Component Deseq2Component D3Module->Deseq2Component GseaComponent GseaComponent D3Module->GseaComponent HclComponent HclComponent D3Module->HclComponent KmeansComponent KmeansComponent D3Module->KmeansComponent LimmaComponent LimmaComponent D3Module->LimmaComponent RugPlotComponent RugPlotComponent D3Module->RugPlotComponent ScatterPlotComponent ScatterPlotComponent D3Module->ScatterPlotComponent SharedModule SharedModule SharedModule->D3Module
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { ScatterPlotComponent } from './components/scatter-plot/scatter-plot.component';
import { SharedModule } from '@app/shared/shared.module';
import { AddSampleSetComponent } from './components/dialogs/add-sample-set/add-sample-set.component';
import { Deseq2Component } from './components/deseq2/deseq2.component';
import { LimmaComponent } from './components/limma/limma.component';
import { HclComponent } from './components/hcl/hcl.component';
import { DownloadButtonComponent } from './components/download-button/download-button.component';
import { GseaComponent } from './components/gsea/gsea/gsea.component';
import { RugPlotComponent } from './components/rug-plot/rug-plot/rug-plot.component';
import { KmeansComponent } from './components/kmeans/kmeans/kmeans.component';
import { BoxPlottingComponent } from './components/box-plotting/box-plotting.component';

@NgModule({
  declarations: [
    ScatterPlotComponent,
    AddSampleSetComponent,
    Deseq2Component,
    LimmaComponent,
    HclComponent,
    DownloadButtonComponent,
    GseaComponent,
    RugPlotComponent,
    KmeansComponent,
    BoxPlottingComponent
  ],
  imports: [CommonModule, SharedModule],
  exports: [
    ScatterPlotComponent,
    Deseq2Component,
    LimmaComponent,
    HclComponent,
    GseaComponent,
    RugPlotComponent,
    KmeansComponent,
    BoxPlottingComponent
  ]
})
export class D3Module {}

result-matching ""

    No results matching ""