karandpr / cordova-plugin-android-rootbeer

A wrapper plugin for rootbeer library. This library is used to detect root on Android Devices.
Apache License 2.0
7 stars 7 forks source link

need help, how to implements this plugin in Ionic project, " no exported member 'cdvRootBeer'." #6

Open gioanrobles24 opened 5 years ago

karandpr commented 5 years ago

Hello @gioanrobles24 .Declare cdvRootBeer (after all imports)

declare var cdvRootBeer:any;
WuglyakBolgoink commented 4 years ago

@gioanrobles24 or in /src/globals.d.ts, then you don't need to declare this variable on each file.