add GooglePlus plugin, closes #183

This commit is contained in:
Ibrahim Hadeed
2016-06-09 10:27:07 -04:00
parent fea980f1d9
commit d57a2dc29b
2 changed files with 49 additions and 0 deletions
+3
View File
@@ -38,6 +38,7 @@ import {Transfer} from './plugins/filetransfer';
import {Flashlight} from './plugins/flashlight';
import {Geolocation} from './plugins/geolocation';
import {Globalization} from './plugins/globalization';
import {GooglePlus} from './plugins/google-plus';
import {GoogleMap} from './plugins/googlemaps';
import {GoogleAnalytics} from './plugins/googleanalytics';
import {Hotspot} from './plugins/hotspot';
@@ -97,6 +98,7 @@ export {
Flashlight,
Geolocation,
Globalization,
GooglePlus,
GoogleAnalytics,
Hotspot,
ImagePicker,
@@ -159,6 +161,7 @@ window['IonicNative'] = {
Flashlight: Flashlight,
Geolocation: Geolocation,
Globalization: Globalization,
GooglePlus: GooglePlus,
GoogleMap : GoogleMap,
GoogleAnalytics: GoogleAnalytics,
Hotspot: Hotspot,