Add date picker

This commit is contained in:
Peter Maquiran
2021-06-18 12:02:14 +01:00
parent 0672ab9971
commit d83904f48d
9 changed files with 181 additions and 34 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())
});
{