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

Ionic 3 Implementation #13

Open 3adeling opened 6 years ago

3adeling commented 6 years ago

I am trying to use this library for Ionic 3 project. I followed the same steps for angular but I ended up with an error.

[Angular] 'linear-gauge' is not a known element:

  1. If 'linear-gauge' is an Angular component, then verify that it is part of this module.
  2. If 'linear-gauge' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.

are there any additional steps for Ionic 3?