diff --git a/angular.json b/angular.json
index 93a900a..f7fa430 100644
--- a/angular.json
+++ b/angular.json
@@ -34,7 +34,6 @@
],
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
- "@angular/material/prebuilt-themes/azure-blue.css",
"src/styles.less"
],
"scripts": [],
@@ -101,7 +100,6 @@
}
],
"styles": [
- "@angular/material/prebuilt-themes/azure-blue.css",
"src/styles.less"
],
"scripts": []
diff --git a/package-lock.json b/package-lock.json
index bcb8555..127d363 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,6 @@
"@angular/compiler": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/forms": "^19.0.5",
- "@angular/material": "~19.0.1",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/platform-server": "^19.0.5",
@@ -533,24 +532,6 @@
"@angular/compiler-cli": "19.0.5"
}
},
- "node_modules/@angular/material": {
- "version": "19.0.1",
- "resolved": "https://registry.npmjs.org/@angular/material/-/material-19.0.1.tgz",
- "integrity": "sha512-pAZ+cgBUAJjXmwAY4u1NXuxcxJKHts0s7ZNpf6JGUu+yWArLOc/BwFTDO9Htzz2E82eMH417d1ny4fpYwdgIZg==",
- "license": "MIT",
- "dependencies": {
- "tslib": "^2.3.0"
- },
- "peerDependencies": {
- "@angular/animations": "^19.0.0 || ^20.0.0",
- "@angular/cdk": "19.0.1",
- "@angular/common": "^19.0.0 || ^20.0.0",
- "@angular/core": "^19.0.0 || ^20.0.0",
- "@angular/forms": "^19.0.0 || ^20.0.0",
- "@angular/platform-browser": "^19.0.0 || ^20.0.0",
- "rxjs": "^6.5.3 || ^7.4.0"
- }
- },
"node_modules/@angular/platform-browser": {
"version": "19.0.5",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.0.5.tgz",
diff --git a/package.json b/package.json
index 374c3c6..6fe0a81 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,6 @@
"@angular/compiler": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/forms": "^19.0.5",
- "@angular/material": "~19.0.1",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/platform-server": "^19.0.5",
diff --git a/src/index.html b/src/index.html
index 30b1f38..445217d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -6,8 +6,6 @@
-
-