Skip to content

Commit

Permalink
feat(material): add missing mat-datepicker inputs to datepickerOptions (
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad committed Jun 1, 2020
1 parent c6b81a5 commit 4003729
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/material/datepicker/src/datepicker.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ import { MatDatepickerInput } from '@angular/material/datepicker';
</ng-template>
<mat-datepicker #picker
[color]="to.color"
[touchUi]="to.datepickerOptions.touchUi"
[dateClass]="to.datepickerOptions.dateClass"
[disabled]="to.datepickerOptions.disabled"
[opened]="to.datepickerOptions.opened"
[panelClass]="to.datepickerOptions.panelClass"
[startAt]="to.datepickerOptions.startAt"
[startView]="to.datepickerOptions.startView"
[startAt]="to.datepickerOptions.startAt">
[touchUi]="to.datepickerOptions.touchUi"
>
</mat-datepicker>
`,
})
Expand Down

0 comments on commit 4003729

Please sign in to comment.