Search code examples
ionic-frameworkngcordova

It's possible use cordova plugin not listed in ngCordova?


I have an app developed with Ionic framwork + Angular and I need use a cordova plugin (cordova-plugin-iosrtc) and my question is, it possible use this plugin with even not listed on ngCordova?

I'm new on these technologies and I'm a little lost....

thanks.


Solution

  • Absolutely. ngCordova is just an optional thin wrapper around some plugins' JS to (usually) make using the plugin JS easier or more Angular friendly. You don't need to use ngCordova at all.