Skip to content

Commit

Permalink
use new way to package
Browse files Browse the repository at this point in the history
  • Loading branch information
twinssbc committed Jul 12, 2020
1 parent efe4c9a commit 21f5e80
Show file tree
Hide file tree
Showing 5 changed files with 2,135 additions and 55 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016
Copyright (c) 2020

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ Indicates the event is allDay event or regular event
When this method is called, the calendar will be forced to reload the events in the eventSource array. This is only necessary when you directly modify the element in the eventSource array.

``` typescript
import { CalendarComponent } from "ionic2-calendar/calendar";
import { CalendarComponent } from "ionic2-calendar";

@Component({
selector: 'page-home',
Expand All @@ -715,7 +715,7 @@ export class HomePage {
Slide the calendar to the next date range.

``` typescript
import { CalendarComponent } from "ionic2-calendar/calendar";
import { CalendarComponent } from "ionic2-calendar";

@Component({
selector: 'page-home',
Expand All @@ -734,7 +734,7 @@ export class HomePage {
Slide the calendar to the previous date range.

``` typescript
import { CalendarComponent } from "ionic2-calendar/calendar";
import { CalendarComponent } from "ionic2-calendar";

@Component({
selector: 'page-home',
Expand Down
Loading

0 comments on commit 21f5e80

Please sign in to comment.