Skip to content

Commit a0d0bf9

Browse files
jdegandgeromegrignon
authored andcommitted
fix: add selectOtherMonths to p-calendar
1 parent 01b282e commit a0d0bf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

angular-hub/src/app/pages/index.page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export const routeMeta: RouteMeta = {
149149
(ngModelChange)="date.set($event)"
150150
[inline]="true"
151151
[showWeek]="true"
152+
[selectOtherMonths]="true"
152153
>
153154
<ng-template pTemplate="date" let-date>
154155
<span [class.activeDate]="hasActiveEvent(date)">

0 commit comments

Comments
 (0)