highcharts-angular
Version:
Highcharts component for Angular.
14 lines (13 loc) • 636 B
TypeScript
import { PartialHighchartsConfig } from './types';
import type Highcharts from 'highcharts/esm/highcharts';
import * as i0 from "@angular/core";
export declare class HighchartsChartService {
readonly highcharts: import("@angular/core").WritableSignal<typeof Highcharts | null>;
private readonly loader;
private readonly globalOptions;
private readonly globalModules;
private loadHighchartsWithModules;
load(partialConfig: PartialHighchartsConfig | null): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HighchartsChartService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<HighchartsChartService>;
}