Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajeshwarpatlolla/ionic2-datepicker


https://github.com/rajeshwarpatlolla/ionic2-datepicker

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Ionic2 Datepicker
======================
#Under Development

This is an ionic-datepicker component, which can be used in any Ionic v2 framework's applications. No additional plugins required, in order to use this component. This is an open source project.

##Prerequisites.

* node, npm
* ionic
* gulp
* type script

##How to use:

1) In your project folder, please install this plugin using npm

`npm install ionic2-datepicker --save`

This will install the latest version of this plugin and also it will save the plugin name in package.json, as we are using `--save`. If you wish to install any specific version then

`npm install ionic2-datepicker#0.1.0 --save`

2) Specify the path of `ionic2-datepicker.bundle.js` in your `index.html` file.

````html

````