mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-04 07:31:48 +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
|
|
@ -16,7 +16,7 @@ export class BaFullCalendar {
|
|||
@ViewChild('baFullCalendar') private _selector:ElementRef;
|
||||
|
||||
ngAfterViewInit() {
|
||||
let calendar = $(this._selector.nativeElement).fullCalendar(this.baFullCalendarConfiguration);
|
||||
let calendar = jQuery(this._selector.nativeElement).fullCalendar(this.baFullCalendarConfiguration);
|
||||
this.onCalendarReady.emit(calendar);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue