Add Angular Material

Integrated @angular/material and @angular/cdk into the project and created a custom theme using SCSS. Updated angular.json to include the new theme, added Roboto and Material Icons fonts in index.html, and improved global styles for Material compatibility.
This commit is contained in:
2025-10-20 14:44:05 +02:00
parent a690c32583
commit afb3ec4a31
6 changed files with 83 additions and 24 deletions

View File

@@ -37,6 +37,7 @@
}
],
"styles": [
"src/custom-theme.scss",
"src/styles.css"
]
},