mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
feat(DatePicker): Added DatePicker
This commit is contained in:
parent
9e62d791c5
commit
5afa58fee4
@ -19,6 +19,7 @@ import {Push} from './plugins/push';
|
|||||||
import {StatusBar} from './plugins/statusbar';
|
import {StatusBar} from './plugins/statusbar';
|
||||||
import {Toast} from './plugins/toast';
|
import {Toast} from './plugins/toast';
|
||||||
import {TouchID} from './plugins/touchid';
|
import {TouchID} from './plugins/touchid';
|
||||||
|
import {DatePicker} from './plugins/datepicker';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
ActionSheet,
|
ActionSheet,
|
||||||
@ -33,7 +34,8 @@ export {
|
|||||||
Push,
|
Push,
|
||||||
StatusBar,
|
StatusBar,
|
||||||
Toast,
|
Toast,
|
||||||
TouchID
|
TouchID,
|
||||||
|
DatePicker
|
||||||
}
|
}
|
||||||
|
|
||||||
// Window export to use outside of a module loading system
|
// Window export to use outside of a module loading system
|
||||||
@ -50,7 +52,8 @@ window['IonicNative'] = {
|
|||||||
Push: Push,
|
Push: Push,
|
||||||
StatusBar: StatusBar,
|
StatusBar: StatusBar,
|
||||||
Toast: Toast,
|
Toast: Toast,
|
||||||
TouchID: TouchID
|
TouchID: TouchID,
|
||||||
|
DatePicker: DatePicker
|
||||||
}
|
}
|
||||||
|
|
||||||
// To help developers using cordova, we listen for the device ready event and
|
// To help developers using cordova, we listen for the device ready event and
|
||||||
|
Loading…
Reference in New Issue
Block a user