From fa3cca634546fea71caf8b989f745cd15af438c8 Mon Sep 17 00:00:00 2001 From: Md Ashik Date: Mon, 25 Sep 2023 18:10:29 +0600 Subject: [PATCH] fix: #13695 || Calendar: disabledDate Template Broken --- src/app/components/calendar/calendar.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/components/calendar/calendar.ts b/src/app/components/calendar/calendar.ts index 4db708af60b..55736c19d1a 100755 --- a/src/app/components/calendar/calendar.ts +++ b/src/app/components/calendar/calendar.ts @@ -173,8 +173,13 @@ export const CALENDAR_VALUE_ACCESSOR: any = { - {{ date.day }} - + {{ date.day }} + + + + + +