UNPKG

ng2-aton-gauge

Version:

An amazing module for Angular.

10 lines (9 loc) 263 B
import { GaugeConf, TextValue } from 'gauge'; export declare class AppComponent { gaugeConf: GaugeConf; valueTopLeft: TextValue; valueTopRight: TextValue; valueBottomLeft: TextValue; valueBottomMiddle: TextValue; constructor(); }