Ionic 3 Angular Full Calendar

I am using Angular full calendar and it display well and when ı want to load events from array somethings went wrong. And ı installed jquery

export class HomePage  implements OnInit {

ngOnInit(){

   

    $('#calendar').fullCalendar({
      events: [
        {
          title: 'Event Title1',
          start: '2019-03-17T13:13:55.008',
          end: '2015-09-19T13:13:55.008'
        },
        {
          title: 'Event Title2',
          start: '2019-04-17T13:13:55-0400',
          end: '2019-04-19T13:13:55-0400'
        }
      ]
    });

   
   
}

}

ı didnt get any syntax error but when ı run ı faced up this error.

Error: Uncaught (in promise): TypeError: WEBPACK_IMPORTED_MODULE_5_jquery(…).fullCalendar is not a function TypeError: WEBPACK_IMPORTED_MODULE_5_jquery(…).fullCalendar is not a function