refractor Observable imports

This commit is contained in:
Ibrahim Hadeed 2016-05-20 16:58:57 -04:00
parent e391f5fa39
commit bcdec67c2e

View File

@ -35,4 +35,4 @@ export class WebIntent {
@Cordova()
static sendBroadcast(options: {action: string, extras?: {option: boolean}}): Promise<any> {return; }
}
}