How to remove installed ionic cordova plugin from ionic 2 / 3 or ionic V2+ project
I installed Cordova and Ionic Native plugins into the ionic3 project. But I need to remove only that specific Cordova and Ionic Native plugins from the project completely. (With its dependencies like npm ). Is there any proper way to do that? Appreciate any kind of your help. Thank you! I just refer their document here . Example: To install a plugin we are using following way. ionic cordova plugin add <plugin-name> ( ionic cordova plugin add cordova-plugin-dialogs ) npm install --save @ionic-native/<npm-name-of-plugin> ( npm install --save @ionic-native/dialogs ) To Uninstall the plugin just