1 | import { ModuleWithProviders } from '@angular/core';
|
2 | import { ChartComponent } from './ChartComponent';
|
3 | import { ChartSeriesComponent } from './ChartSeriesComponent';
|
4 | import { ChartPointComponent } from './ChartPointComponent';
|
5 | import { ChartXAxisComponent } from './ChartXAxisComponent';
|
6 | import { ChartYAxisComponent } from './ChartYAxisComponent';
|
7 | import { HighchartsStatic } from './HighchartsService';
|
8 | export declare class ChartModule {
|
9 | static forRoot(highchartsStatic: HighchartsStatic, ...highchartsModules: Array<Function>): ModuleWithProviders;
|
10 | }
|
11 | export { ChartComponent, ChartSeriesComponent, ChartPointComponent, ChartXAxisComponent, ChartYAxisComponent };
|