UNPKG

angular-google-charts

Version:

A wrapper for the Google Charts library written with Angular

28 lines (27 loc) 1.83 kB
import { GoogleChartComponent } from './components/google-chart/google-chart.component'; import { ChartWrapperComponent } from './components/chart-wrapper/chart-wrapper.component'; import { DashboardComponent } from './components/dashboard/dashboard.component'; import { ControlWrapperComponent } from './components/control-wrapper/control-wrapper.component'; import { ChartEditorComponent } from './components/chart-editor/chart-editor.component'; import * as i0 from "@angular/core"; export declare class GoogleChart extends GoogleChartComponent { static ɵfac: i0.ɵɵFactoryDeclaration<GoogleChart, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoogleChart, "google-chart", ["googleChart"], {}, {}, never, never, true, never>; } export declare class ChartWrapper extends ChartWrapperComponent { static ɵfac: i0.ɵɵFactoryDeclaration<ChartWrapper, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ChartWrapper, "chart-wrapper", ["chartWrapper"], {}, {}, never, never, true, never>; } export declare class Dashboard extends DashboardComponent { static ɵfac: i0.ɵɵFactoryDeclaration<Dashboard, never>; static ɵcmp: i0.ɵɵComponentDeclaration<Dashboard, "dashboard", ["dashboard"], {}, {}, never, ["*"], true, never>; } export declare class ControlWrapper extends ControlWrapperComponent { static ɵfac: i0.ɵɵFactoryDeclaration<ControlWrapper, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ControlWrapper, "control-wrapper", ["controlWrapper"], {}, {}, never, never, true, never>; } export declare class ChartEditor extends ChartEditorComponent { static ɵfac: i0.ɵɵFactoryDeclaration<ChartEditor, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ChartEditor, "chart-editor", never, {}, {}, never, ["*"], true, never>; } export { provideGoogleCharts } from './providers';