add support for Browser platform

This commit is contained in:
bsorrentino
2018-02-14 12:29:19 +01:00
committed by GitHub
parent 954bd876de
commit ee42cd3471
@@ -28,7 +28,7 @@ import { Observable } from 'rxjs/Observable';
plugin: 'cordova-plugin-broadcaster',
pluginRef: 'broadcaster',
repo: 'https://github.com/bsorrentino/cordova-broadcaster',
platforms: ['Android', 'iOS']
platforms: ['Android', 'iOS', 'Browser']
})
@Injectable()
export class Broadcaster extends IonicNativePlugin {