skip to Main Content

Fullcalendar + Angular 6 and jQuery: TS2304: Cannot find name 'JQueryPromise'-Twitter bootstrap

I'm using Creative Tim's package "Light Bootstrap Dashboard Pro Angular" (ref: https://demos.creative-tim.com/light-bootstrap-dashboard-pro-angular2/dashboard) In the example, he's using Fullcalendar, like this: import { Component, OnInit } from '@angular/core'; declare var swal: any; declare var $: any; @Component({ moduleId: module.id, selector: 'calendar-cmp',…

VIEW QUESTION
Back To Top
Search