dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_NgxGraphsModule cluster_NgxGraphsModule_declarations cluster_NgxGraphsModule_exports ChartGridlinesComponent ChartGridlinesComponent NgxGraphsModule NgxGraphsModule ChartGridlinesComponent->NgxGraphsModule ChartLegendComponent ChartLegendComponent ChartLegendComponent->NgxGraphsModule StepAreaChartComponent StepAreaChartComponent StepAreaChartComponent->NgxGraphsModule StackedBarChartComponent StackedBarChartComponent StackedBarChartComponent->NgxGraphsModule GraphAxisComponent GraphAxisComponent GraphAxisComponent->NgxGraphsModule ChartGridlinesComponent ChartGridlinesComponent NgxGraphsModule->ChartGridlinesComponent ChartLegendComponent ChartLegendComponent NgxGraphsModule->ChartLegendComponent StepAreaChartComponent StepAreaChartComponent NgxGraphsModule->StepAreaChartComponent StackedBarChartComponent StackedBarChartComponent NgxGraphsModule->StackedBarChartComponent GraphAxisComponent GraphAxisComponent NgxGraphsModule->GraphAxisComponent
import { CommonModule } from '@angular/common';
import { NgModule, ModuleWithProviders } from '@angular/core';
import { ChartGridlinesComponent } from './chart-gridlines/chart-gridlines.component';
import { ChartLegendComponent } from './chart-legend/chart-legend.component';
import { StepAreaChartComponent } from './step-area-chart/step-area-chart.component';
import { StackedBarChartComponent } from './stacked-bar-chart/stacked-bar-chart.component';
import { GraphAxisComponent } from './graph-axis/graph-axis.component';

@NgModule({
  imports: [
    CommonModule
  ],
  exports: [ChartGridlinesComponent, ChartLegendComponent, StepAreaChartComponent, StackedBarChartComponent, GraphAxisComponent],
  declarations: [ChartGridlinesComponent, ChartLegendComponent, StepAreaChartComponent, StackedBarChartComponent, GraphAxisComponent]
})
export class NgxGraphsModule {
  static forRoot(): ModuleWithProviders {
    return {
      ngModule: NgxGraphsModule
    };
  }
}

results matching ""

    No results matching ""