We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe4fa9 commit ef2b55dCopy full SHA for ef2b55d
demos/demo-modules/recurring-events/component.ts
@@ -1,6 +1,6 @@
1
import { Component, ChangeDetectionStrategy, OnInit } from '@angular/core';
2
import { getMonth, startOfMonth, startOfWeek, startOfDay, endOfMonth, endOfWeek, endOfDay } from 'date-fns';
3
-import * as RRule from 'rrule';
+import RRule from 'rrule';
4
import { CalendarEvent } from 'angular-calendar';
5
import { colors } from '../demo-utils/colors';
6
0 commit comments