@grptx/ng-canvas-gauges
Version:
Angular 14+ component wrapper for the canvas-gauges lib written by @Mikhus
9 lines (8 loc) • 440 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./linear-gauge";
import * as i2 from "./radial-gauge";
export declare class GaugesModule {
static ɵfac: i0.ɵɵFactoryDeclaration<GaugesModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<GaugesModule, [typeof i1.LinearGauge, typeof i2.RadialGauge], never, [typeof i1.LinearGauge, typeof i2.RadialGauge]>;
static ɵinj: i0.ɵɵInjectorDeclaration<GaugesModule>;
}