feat(zBar): add zBar barcode scanner plugin (#634)

This commit is contained in:
AndreasGassmann
2016-10-04 21:12:39 +02:00
committed by Ibrahim Hadeed
parent 0bc73e525d
commit bbbbb3e8d0
2 changed files with 94 additions and 0 deletions
+3
View File
@@ -107,6 +107,7 @@ import { VideoEditor } from './plugins/video-editor';
import { VideoPlayer } from './plugins/video-player';
import { WebIntent } from './plugins/webintent';
import { YoutubeVideoPlayer } from './plugins/youtube-video-player';
import { ZBar } from './plugins/z-bar';
import { Zip } from './plugins/zip';
export * from './plugins/3dtouch';
export * from './plugins/background-geolocation';
@@ -217,6 +218,7 @@ Vibration,
VideoPlayer,
WebIntent,
YoutubeVideoPlayer,
ZBar,
Zip
}
@@ -326,6 +328,7 @@ window['IonicNative'] = {
Vibration,
WebIntent,
YoutubeVideoPlayer,
ZBar,
Zip
};