Refactor code structure for improved readability and maintainability

This commit is contained in:
Elyes
2025-11-20 11:29:42 +01:00
parent e7d6551796
commit c6fc3fc747
3 changed files with 5 additions and 5 deletions

BIN
core.zip Normal file

Binary file not shown.

8
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@angular/forms": "^21.0.0", "@angular/forms": "^21.0.0",
"@angular/platform-browser": "^21.0.0", "@angular/platform-browser": "^21.0.0",
"@angular/router": "^21.0.0", "@angular/router": "^21.0.0",
"@swisscom/sdx": "^3.3.0", "@swisscom/sdx": "^3.2.0",
"rxjs": "~7.8.0", "rxjs": "~7.8.0",
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@@ -3982,9 +3982,9 @@
} }
}, },
"node_modules/@swisscom/sdx": { "node_modules/@swisscom/sdx": {
"version": "3.3.0", "version": "3.2.0",
"resolved": "https://bin.swisscom.com/artifactory/api/npm/swisscom-npm-virtual/@swisscom/sdx/-/@swisscom/sdx-3.3.0.tgz", "resolved": "https://bin.swisscom.com/artifactory/api/npm/swisscom-npm-virtual/@swisscom/sdx/-/@swisscom/sdx-3.2.0.tgz",
"integrity": "sha512-1a+a2GTgHN4uZE3zZpkF3thYxpljF0+Ed83zl6sJ630hoFr5JP+ls/sL0mzMgAcBUD0Xojj2OT0u5F4cGLsdLA==", "integrity": "sha512-uskxY56cvn0HWkC8dL1+NDGx6G5DuJfFdBmPbwcW0dE3WlLRHVvzWT4Pc2Y9E4bEKMlMYz+PzyhKn1znrGNvcQ==",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"@stencil/core": "4.25.1", "@stencil/core": "4.25.1",

View File

@@ -29,7 +29,7 @@
"@angular/forms": "^21.0.0", "@angular/forms": "^21.0.0",
"@angular/platform-browser": "^21.0.0", "@angular/platform-browser": "^21.0.0",
"@angular/router": "^21.0.0", "@angular/router": "^21.0.0",
"@swisscom/sdx": "^3.3.0", "@swisscom/sdx": "^3.2.0",
"rxjs": "~7.8.0", "rxjs": "~7.8.0",
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },