subarroca / ng-gauge

Gauge generic component made with angular2 and SVG
https://subarroca.github.io/ng-gauge/
13 stars 6 forks source link

Ionic 3 compatible? #10

Closed julioaze closed 5 years ago

julioaze commented 7 years ago

Hi, This gauge project is compatible with Ionic 3 projects?

Regards

eduibrahim commented 7 years ago

Any answer?

vicatcu commented 6 years ago

@eduibrahim I have used this in an Ionic3 project. Not sure if that's what you mean by "compatible" though. I put the code in this folder into a vendor subdirectory under my project's src folder, then in my app.module.ts I did:

 import { GaugeModule } from '../vendor/gauge';
...
@NgModule({
   ...
  imports: [
     ... 
     GaugeModule