add change year and month button

This commit is contained in:
Peter Maquiran
2021-09-21 10:04:42 +01:00
parent afb7c42e9f
commit c13080d2ad
9 changed files with 172 additions and 26 deletions
+3
View File
@@ -65,6 +65,9 @@ export class EventsPage implements OnInit {
toDayEventStorage = ToDayEventStorage
expedienteGdStore = ExpedienteGdStore
pdfSrc = "https://www.tabularium.pt/file-upload/FSovLiyEa8Hqy2iDA/TK-Justificativo.pdf";
expedienteTaskPipe = new ExpedienteTaskPipe()
@Output() openExpedientListPage:EventEmitter<any> = new EventEmitter<any>();