All Projects → rajeshwarpatlolla → ionic2-datepicker

rajeshwarpatlolla / ionic2-datepicker

Licence: MIT license
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

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

  1. Specify the path of ionic2-datepicker.bundle.js in your index.html file.
<!-- path to ionic -->
<script src="node_modules/ionic2-datepicker/dist/ionic2-datepicker.min.js"></script>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].