feat(native): starting native plugins

This commit is contained in:
Max Lynch
2015-09-08 10:50:23 -05:00
parent e875fe500f
commit f35646e63e
6 changed files with 146 additions and 0 deletions

2
ionic/native/plugins.ts Normal file
View File

@ -0,0 +1,2 @@
export * from './camera/camera'
export * from './geolocation/geolocation'