mwl-calendar-month-view
, mwl-calendar-week-view
and mwl-calendar-day-view
.scarfSettings.enabled = false
in your project's package.json. Alternatively, you can set the environment variable SCARF_ANALYTICS=false
before you install.!important
on every rule that you customised). Thus you need to import the CSS file separately from node_modules/angular-calendar/css/angular-calendar.css
.date-fns
especially only imports directly the functions it needs and not the entire library.angular-calendar-year-view
though ;)ng-template
. The recipe for applying one is as follows:cellTemplate
from the month view.<mwl-calendar-month-view [cellTemplate]="cellTemplateId" />
corepack enable
pnpm install
while current directory is this repopnpm start
to start a development server on port 8000 with auto reload + tests.pnpm test
to run tests once or pnpm test:watch
to continually run tests.Posted Apr 22, 2025
Developed Angular 15.0+ calendar component with event views.
0
2