@angular-persian/material-date-picker
v1.8.1
Published
Persian Jalali datepicker for Angular Material - dependent on (material, cdk, moment-jalaali)
Downloads
94
Readme
Persian Jalali DatePicker for Angular Material
Angular persian datepicker with awesome features!
Prerequisites
you should have @angular/material, @angular/cdk and moment-jalaali installed to your app
Install
npm i --save @angular-persian/material-date-picker
Add Module
import {MatDatepickerModulePersian} from '@angular-persian/material-date-picker';
Example
<md-datepicker type="wide" #picker (selectedChanged)="setDateReturn($event);"></md-datepicker>
<mat-form-field>
<input required matInput (mouseup)="dpickerFocus(picker)" [(ngModel)]="today" (focus)="dpickerFocus(picker)" readonly
[matDatepicker]="picker" placeholder="تاریخ">
</mat-form-field>
Contribute
npm install --save
development:
yarn install
yarn build:lib
ng serve