Moved to Plugins

This commit is contained in:
Max Lynch
2015-09-15 10:53:14 -05:00
parent c9686eb418
commit a8482a660a
14 changed files with 92 additions and 19 deletions

12
ionic/plugins/plugins.ts Normal file
View File

@ -0,0 +1,12 @@
export * from './plugin'
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'