remove angular material completely
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"node_modules/bootstrap/dist/css/bootstrap.min.css",
|
"node_modules/bootstrap/dist/css/bootstrap.min.css",
|
||||||
"@angular/material/prebuilt-themes/azure-blue.css",
|
|
||||||
"src/styles.less"
|
"src/styles.less"
|
||||||
],
|
],
|
||||||
"scripts": [],
|
"scripts": [],
|
||||||
@@ -101,7 +100,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"@angular/material/prebuilt-themes/azure-blue.css",
|
|
||||||
"src/styles.less"
|
"src/styles.less"
|
||||||
],
|
],
|
||||||
"scripts": []
|
"scripts": []
|
||||||
|
|||||||
19
package-lock.json
generated
19
package-lock.json
generated
@@ -14,7 +14,6 @@
|
|||||||
"@angular/compiler": "^19.0.5",
|
"@angular/compiler": "^19.0.5",
|
||||||
"@angular/core": "^19.0.5",
|
"@angular/core": "^19.0.5",
|
||||||
"@angular/forms": "^19.0.5",
|
"@angular/forms": "^19.0.5",
|
||||||
"@angular/material": "~19.0.1",
|
|
||||||
"@angular/platform-browser": "^19.0.5",
|
"@angular/platform-browser": "^19.0.5",
|
||||||
"@angular/platform-browser-dynamic": "^19.0.5",
|
"@angular/platform-browser-dynamic": "^19.0.5",
|
||||||
"@angular/platform-server": "^19.0.5",
|
"@angular/platform-server": "^19.0.5",
|
||||||
@@ -533,24 +532,6 @@
|
|||||||
"@angular/compiler-cli": "19.0.5"
|
"@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": {
|
"node_modules/@angular/platform-browser": {
|
||||||
"version": "19.0.5",
|
"version": "19.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.0.5.tgz",
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
"@angular/compiler": "^19.0.5",
|
"@angular/compiler": "^19.0.5",
|
||||||
"@angular/core": "^19.0.5",
|
"@angular/core": "^19.0.5",
|
||||||
"@angular/forms": "^19.0.5",
|
"@angular/forms": "^19.0.5",
|
||||||
"@angular/material": "~19.0.1",
|
|
||||||
"@angular/platform-browser": "^19.0.5",
|
"@angular/platform-browser": "^19.0.5",
|
||||||
"@angular/platform-browser-dynamic": "^19.0.5",
|
"@angular/platform-browser-dynamic": "^19.0.5",
|
||||||
"@angular/platform-server": "^19.0.5",
|
"@angular/platform-server": "^19.0.5",
|
||||||
|
|||||||
@@ -6,8 +6,6 @@
|
|||||||
<base href="/">
|
<base href="/">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
||||||
<link rel="manifest" href="manifest.webmanifest">
|
<link rel="manifest" href="manifest.webmanifest">
|
||||||
<meta name="theme-color" content="#1976d2">
|
<meta name="theme-color" content="#1976d2">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user