mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-20 17:02:19 +08:00
docs(datepicker): update docs
This commit is contained in:
parent
b7a562053a
commit
8d6c2dfb9a
@ -107,10 +107,6 @@ export interface DatePickerOptions {
|
|||||||
* @description
|
* @description
|
||||||
* The DatePicker plugin allows the user to fetch date or time using native dialogs.
|
* The DatePicker plugin allows the user to fetch date or time using native dialogs.
|
||||||
*
|
*
|
||||||
* Platforms supported: iOS, Android, Windows
|
|
||||||
*
|
|
||||||
* Requires Cordova plugin: `cordova-plugin-datepicker`. For more info, please see the [DatePicker plugin docs](https://github.com/VitaliiBlagodir/cordova-plugin-datepicker).
|
|
||||||
*
|
|
||||||
* @usage
|
* @usage
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* import { DatePicker } from 'ionic-native';
|
* import { DatePicker } from 'ionic-native';
|
||||||
@ -131,7 +127,8 @@ export interface DatePickerOptions {
|
|||||||
pluginName: 'DatePicker',
|
pluginName: 'DatePicker',
|
||||||
plugin: 'cordova-plugin-datepicker',
|
plugin: 'cordova-plugin-datepicker',
|
||||||
pluginRef: 'datePicker',
|
pluginRef: 'datePicker',
|
||||||
repo: 'https://github.com/VitaliiBlagodir/cordova-plugin-datepicker'
|
repo: 'https://github.com/VitaliiBlagodir/cordova-plugin-datepicker',
|
||||||
|
platforms: ['Android', 'iOS', 'Windows']
|
||||||
})
|
})
|
||||||
export class DatePicker {
|
export class DatePicker {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user