ngx-moment-picker
v0.0.3
Published
This project is a port of angular-moment-picker for AngularJS
Downloads
10
Readme
Angular2 Moment Picker
This project is a port of angular-moment-picker for AngularJS
Installation
npm install ngx-moment-picker
Usage
`<lib-ngx-moment-picker [minview]="'year'" [maxview]="'date'" [startview]="'month'" (changed)="changed($event)"
`
Development
Build
Run ng build moment-picker
to build the project.
Publishing to NPM
cd dist/moment-picker
npm publish