ashish-chopra / angular-gauge

A reusable gauge directive for Angular 1.x apps and dashboards
https://ashish-chopra.github.io/angular-gauge/
MIT License
95 stars 36 forks source link

HELP: Issues Integrating into Ionic 4 #67

Closed tingspain closed 5 years ago

tingspain commented 5 years ago

hello,

I am new with Angular 7 and Ionic 4. I am trying to use the Angular Gauge within Ionic, but I am not able to make it work.

Please, could anyone give me a hint?

Thanks in advance

ashish-chopra commented 5 years ago

Angular 7 is a typescript based version of angular which is different from Angular 1.x which is Angular JS. This library angular-gauge is made for AngularJS apps only. If you want to use a gauge component with Angular 2+ apps, use https://github.com/ashish-chopra/ngx-gauge library.

tingspain commented 5 years ago

@ashish-chopra, yes I found it and I am using it. THANK YOU VERY MUCH 1: your fast reply 2: for the work that you have done! Thanks!!!