mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-15 01:36:30 +01:00
chore(dept): update dependencies, angular to rc2
This commit is contained in:
parent
70f3dc8dbf
commit
2b7d7ef3e6
13 changed files with 50 additions and 69 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import {Component, ViewEncapsulation} from '@angular/core';
|
||||
|
||||
import {BaFullCalendar} from '../../../theme/components';
|
||||
import {CalendarService} from "./calendar.service";
|
||||
import {CalendarService} from './calendar.service';
|
||||
|
||||
@Component({
|
||||
selector: 'calendar',
|
||||
|
|
@ -36,9 +36,9 @@ export class Calendar {
|
|||
start: start,
|
||||
end: end
|
||||
};
|
||||
$(this._calendar).fullCalendar('renderEvent', eventData, true);
|
||||
jQuery(this._calendar).fullCalendar('renderEvent', eventData, true);
|
||||
}
|
||||
$(this._calendar).fullCalendar('unselect');
|
||||
jQuery(this._calendar).fullCalendar('unselect');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue