new inputs

This commit is contained in:
Peter Maquiran
2021-06-21 14:29:49 +01:00
parent 7682961a3a
commit 74ab4ce797
8 changed files with 119 additions and 96 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export class HomePage implements OnInit {
private platform: Platform) {
router.events.subscribe((val) => {
// document.querySelectorAll('ion-modal').forEach((e) => e.remove())
document.querySelectorAll('ion-modal').forEach((e) => e.remove())
});
{