feat: update app version in ngsw-config.json; refactor input component for leading zero normalization and improve payment dialog handling

This commit is contained in:
2026-05-16 20:17:26 +03:30
parent fda318add5
commit 29c5c50d62
8 changed files with 90 additions and 54 deletions
+5 -13
View File
@@ -1,9 +1,9 @@
{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"appData": {
"appVersion": "0.0.14",
"buildDate": "2026-05-16T13:47:08.720Z",
"buildNumber": 14
"appVersion": "0.0.17",
"buildDate": "2026-05-16T16:43:54.103Z",
"buildNumber": 17
},
"assetGroups": [
{
@@ -12,9 +12,7 @@
"resources": {
"files": [
"/favicon.ico",
"/index.html",
"/*.css",
"/*.js"
"/index.html"
]
},
"updateMode": "prefetch"
@@ -42,11 +40,5 @@
}
],
"dataGroups": [],
"index": "/index.html",
"navigationUrls": [
"/**",
"!/**/*.*",
"!/**/*__*",
"!/**/*__*/**"
]
"index": "/index.html"
}