feat(build): Support ES2015 modules

This commit is contained in:
Max Lynch
2016-09-21 15:04:46 -05:00
parent 3903fee2bf
commit 4014972feb
30 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Cordova, Plugin } from './plugin';
import { Observable } from '@reactivex/rxjs';
import { Observable } from 'rxjs/Observable';
/**
* @name Geofence
* @description Monitors circular geofences around latitude/longitude coordinates, and sends a notification to the user when the boundary of a geofence is crossed. Notifications can be sent when the user enters and/or exits a geofence.