1.0.3 • Published 7 years ago

prueba_component v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

ng4Gauge Component

Alt text

Install

npm i prueba_component -s

Configurations

In .angular-cli.json in scripts section add "../node_modules/prueba_component/steelseries-min.js" and "../node_modules/prueba_component/tween.js"

"scripts": "../node_modules/prueba_component/steelseries-min.js", "../node_modules/prueba_component/tween.js"

Using:

in your app module add GaugeModule in import section:

import { GaugeModule } from 'prueba_component/gauge/gauge.module';

...

imports: BrowserModule, GaugeModule ,

in template

<app-gauge title="Ventas" unit="$us" uid="'uid'" value="55">

License

MIT