rajeshwarpatlolla / ionic2-datepicker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

License:MIT License


Languages

Language:JavaScript 46.6%Language:TypeScript 39.7%Language:HTML 11.2%Language:CSS 2.4%