You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CalendarMonthViewComponent has required attributes viewDate and events (docs). You can try simple new Date() for viewDate and empty array [] for events.
Describe the bug
Hi there, I'm just trying to get started with the angular-calendar but it doesn't show anything and in console I see the error:
Minimal reproduction of the problem with instructions
There it is my app.modules.ts:
imports: [ ... CalendarModule.forRoot({ provide: DateAdapter, useFactory: adapterFactory }), ],
and in the app.component.html I just added
<mwl-calendar-month-view></mwl-calendar-month-view>
Versions
@angular/core
: 16.2.0angular-calendar
: 0.31.1The text was updated successfully, but these errors were encountered: