chore(platform): move plugins to platform

This commit is contained in:
Max Lynch
2015-09-23 11:57:07 -05:00
parent 1d275497f1
commit cfa906dfde
21 changed files with 1 additions and 1 deletions

14
ionic/platform/plugins.ts Normal file
View File

@ -0,0 +1,14 @@
export * from './plugin'
export * from './applinks/applinks'
export * from './barcode/barcode'
export * from './battery/battery'
export * from './camera/camera'
export * from './contacts/contacts'
export * from './dialogs/dialogs'
export * from './device/device'
export * from './device-motion/device-motion'
export * from './device-orientation/device-orientation'
export * from './geolocation/geolocation'
export * from './keyboard/keyboard'
export * from './statusbar/statusbar'
export * from './vibration/vibration'