https://github.com/katafractari/ngx-combo-datepicker
Angular 4+ Combo Datepicker
https://github.com/katafractari/ngx-combo-datepicker
angular angular-component angular2 angular4 angular5 combobox datepicker library ng2 ngx
Last synced: over 1 year ago
JSON representation
Angular 4+ Combo Datepicker
- Host: GitHub
- URL: https://github.com/katafractari/ngx-combo-datepicker
- Owner: katafractari
- License: mit
- Created: 2017-11-24T20:17:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T10:41:24.000Z (about 7 years ago)
- Last Synced: 2025-03-27T20:14:04.758Z (over 1 year ago)
- Topics: angular, angular-component, angular2, angular4, angular5, combobox, datepicker, library, ng2, ngx
- Language: TypeScript
- Homepage: https://katafractari.gitbooks.io/ngx-combo-datepicker/
- Size: 236 KB
- Stars: 7
- Watchers: 1
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.dev.md
- License: LICENSE.md
Awesome Lists containing this project
README
Publish to NPM
```
npm install
npm run packagr
npm publish dist
```
Create and install tarball
```
npm install
npm run packagr
cd dist
npm pack
cd project_using_combodatepicker
npm install path_to_tarball.tgz
```