Fix counting

This commit is contained in:
Peter Maquiran
2021-08-25 16:02:40 +01:00
parent 629027f0b5
commit b1f800b2fe
9 changed files with 38 additions and 12 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ export class EventsPage implements OnInit {
loggeduser: User;
existingScreenOrientation: string;
pdfSrc = "https://vadimdez.github.io/ng2-pdf-viewer/assets/pdf-test.pdf";
constructor(
private eventService: EventsService,
private router: Router,