angular2-moment-picker
v0.0.2
Published
This project is a port of angular-moment-picker for AngularJS
Downloads
27
Readme
Angular2 Moment Picker
This project is a port of angular-moment-picker for AngularJS
Installation
npm install angular2-moment-picker
Usage
`<lib-angular2-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