iptdevs-design-system 2.7.36 → 2.7.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -933,6 +933,11 @@ class CalendarService extends IPTGeneralService {
933
933
  this.generateRequestParams(params);
934
934
  return this.http.post(serviceUrl, this.httpOptions);
935
935
  }
936
+ getAllEventByCourse(params) {
937
+ let serviceUrl = this.SERVICE_URL + 'post/all/event/calendar/idcalendar/by/course';
938
+ this.generateRequestParams(params);
939
+ return this.http.post(serviceUrl, this.httpOptions);
940
+ }
936
941
  }
937
942
  CalendarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: CalendarService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
938
943
  CalendarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: CalendarService, providedIn: 'root' });