MeetmeLeave / ng-canvas-gauges

Angular2 component wrapper for the canvas-gauges library written by @Mikhus(https://github.com/Mikhus/canvas-gauges).
MIT License
38 stars 23 forks source link

Destroy() not exposed #40

Open godind opened 5 months ago

godind commented 5 months ago

I noticed the component does not get destroyed. It leaves a bunch of Detached Elements and events in the DOM. There is a destroy() method in canvas gauge. Any chance it can be exposed?