Added GoogleAnalytics

This commit is contained in:
Hackfrag 2016-04-16 17:13:40 +02:00
parent 94de6b43d9
commit ec6d8b14f3

View File

@ -31,6 +31,7 @@ import {File} from './plugins/file';
import {Flashlight} from './plugins/flashlight';
import {Geolocation} from './plugins/geolocation';
import {Globalization} from './plugins/globalization';
import {GoogleAnalytics} from './plugins/googleanalytics';
import {Hotspot} from './plugins/hotspot';
import {ImagePicker} from './plugins/imagepicker';
import {InAppBrowser} from './plugins/inappbrowser';
@ -77,6 +78,7 @@ export {
Flashlight,
Geolocation,
Globalization,
GoogleAnalytics,
Hotspot,
ImagePicker,
InAppBrowser,
@ -127,6 +129,7 @@ window['IonicNative'] = {
Flashlight: Flashlight,
Geolocation: Geolocation,
Globalization: Globalization,
GoogleAnalytics: GoogleAnalytics,
Hotspot: Hotspot,
ImagePicker: ImagePicker,
InAppBrowser: InAppBrowser,