mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user