Closed julioaze closed 5 years ago
Any answer?
@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
Hi, This gauge project is compatible with Ionic 3 projects?
Regards