feat: add Products service to manage product list

This commit is contained in:
Elyes
2025-11-20 14:37:02 +01:00
parent 17aae70f31
commit d0543ee30d
12 changed files with 60 additions and 351 deletions

View File

@@ -25,6 +25,10 @@
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
{
"glob": "**/*",
"input": "public"
},
{
"glob": "**/*",
"input": "node_modules/@swisscom/sdx/dist/js/webcomponents/webcomponents/assets",