Skip to content

Commit 59f6f2b

Browse files
rastr5189yhnavein
authored andcommitted
fix(datepicker): Fixed missing property in DatepickerExampleMinMax documentation class
1 parent aaa3b4d commit 59f6f2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/src/app/pages/modules/datepicker/datepicker.page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ export class DatepickerExampleButton {}
206206
export class DatepickerExampleMinMax {
207207
public min:Date;
208208
public max:Date;
209+
public date:Date;
209210

210211
constructor() {
211212
const today = new Date();

0 commit comments

Comments
 (0)