Skip to content

Commit ef2b55d

Browse files
author
Matt Lewis
committed
docs(demos): fix recurring events plunker generation
Closes #197
1 parent 1fe4fa9 commit ef2b55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/demo-modules/recurring-events/component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Component, ChangeDetectionStrategy, OnInit } from '@angular/core';
22
import { getMonth, startOfMonth, startOfWeek, startOfDay, endOfMonth, endOfWeek, endOfDay } from 'date-fns';
3-
import * as RRule from 'rrule';
3+
import RRule from 'rrule';
44
import { CalendarEvent } from 'angular-calendar';
55
import { colors } from '../demo-utils/colors';
66

0 commit comments

Comments
 (0)