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.
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.