Files
psp_panel/ngsw-config.json
T
ahasani 8c98e53427 feat: update app version and build details in ngsw-config.json
fix: add baseZIndex to p-toast component in app.component.ts

feat: enhance pagination support in saleInvoices list component

refactor: modify saleInvoices service to accept pagination query

feat: update API routes for saleInvoices to support pagination

fix: adjust layout for consumer accounts in partner module

style: improve layout for consumer business activities in partner module

fix: update license info display in dashboard component

fix: ensure price info card displays default values for discount and tax

refactor: clean up gold payload form component

fix: adjust root component layout for mobile view

refactor: unify consumer account list configuration across modules

chore: remove deprecated partner consumer account list config

chore: remove deprecated superAdmin consumer account list config

feat: add new consumer account list configuration

style: add summary list styling in customize.scss

chore: switch API base URL for TIS environment
2026-05-16 14:49:22 +03:30

68 lines
1.3 KiB
JSON

{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"appData": {
"appVersion": "0.0.12",
"buildDate": "2026-05-16T08:49:47.932Z",
"buildNumber": 12
},
"assetGroups": [
{
"installMode": "prefetch",
"name": "app",
"resources": {
"files": [
"/favicon.ico",
"/index.html",
"/*.css",
"/*.js"
]
},
"updateMode": "prefetch"
},
{
"installMode": "lazy",
"name": "assets",
"resources": {
"files": [
"/favicon/**",
"/assets/**",
"/**/*.svg",
"/**/*.png",
"/**/*.jpg",
"/**/*.jpeg",
"/**/*.webp",
"/**/*.gif",
"/**/*.woff",
"/**/*.woff2",
"/**/*.ttf",
"/**/*.otf"
]
},
"updateMode": "prefetch"
}
],
"dataGroups": [
{
"cacheConfig": {
"maxAge": "1h",
"maxSize": 100,
"strategy": "freshness",
"timeout": "10s"
},
"name": "api-fresh",
"urls": [
"/api/**",
"https://*/api/**",
"http://*/api/**"
]
}
],
"index": "/index.html",
"navigationUrls": [
"/**",
"!/**/*.*",
"!/**/*__*",
"!/**/*__*/**"
]
}