Add Swisscom SDX integration and update project configuration

- Updated angular.json to include new asset paths and styles for Swisscom SDX.
- Modified package.json and package-lock.json to add @swisscom/sdx dependency.
- Enhanced app.ts to include CUSTOM_ELEMENTS_SCHEMA for custom elements.
- Updated main.ts to define custom elements from Swisscom SDX.
This commit is contained in:
Elyes
2025-11-20 11:13:44 +01:00
parent b102f61c1a
commit e7d6551796
5 changed files with 110 additions and 10 deletions

View File

@@ -29,6 +29,7 @@
"@angular/forms": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/router": "^21.0.0",
"@swisscom/sdx": "^3.3.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
@@ -40,4 +41,4 @@
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}
}
}