subarroca / ng-gauge

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

is Angular 5 Compatible? #12

Open cancanf3 opened 6 years ago

cancanf3 commented 6 years ago

I would like to know if this library is compatible with Angular 5. If not, is it planned to be updated?

ja5onkendall commented 6 years ago

Any word on this yet?

cancanf3 commented 6 years ago

I was able to build it and use it with webpack. However I had to specifically included on the tsconfig.json as

  "include": [
    "../node_modules/ng-gauge/**/*.ts",
]
SamuelMarks commented 5 years ago

See my PRs