This commit is contained in:
Eudes Inácio
2021-08-20 18:23:13 +01:00
30 changed files with 241 additions and 139 deletions
@@ -88,6 +88,7 @@ export class DocumentSetUpMeetingPage implements OnInit {
document: SearchFolderDetails | SearchDocumentDetails | any;
subject: string
eventPipe = new EventPipe()
constructor(
private modalController: ModalController,
@@ -97,8 +98,7 @@ export class DocumentSetUpMeetingPage implements OnInit {
private toastService: ToastService,
private documentService: DocumentService,
private calendarService: EventsService,
private eventService: EventService,
private eventPipe: EventPipe
private eventService: EventService
) {
this.loggeduser = authService.ValidatedUser;