This commit is contained in:
Peter Maquiran
2021-06-17 13:58:56 +01:00
parent d18030dbc3
commit 7c7a6f8483
14 changed files with 135 additions and 126 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ export class AgendaPage implements OnInit {
this.rangeStartDate = ev.startTime;
this.rangeEndDate = ev.endTime;
//this.loadRangeEvents(this.rangeStartDate, this.rangeEndDate);
this.loadRangeEvents(this.rangeStartDate, this.rangeEndDate);
}
// for calendar
@@ -16,7 +16,7 @@ import { NgbDate, NgbModule } from '@ng-bootstrap/ng-bootstrap';
FormsModule,
IonicModule,
NewEventPageRoutingModule,
NgbModule,
// NgbModule,
],
declarations: [NewEventPage]
})