It should be possible to search by pressing ENTER

This commit is contained in:
Peter Maquiran
2021-07-08 15:54:03 +01:00
parent c34d7b16d9
commit 7bd87bd725
4 changed files with 29 additions and 25 deletions
+5 -1
View File
@@ -19,5 +19,9 @@
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
},
"include": [
"src/app/home/home.page.ts",
"src/app/services/notifications.service.ts"
]
}