Skip to content

Commit aea58b4

Browse files
committed
fix: remove the angular material package
1 parent 5f9e644 commit aea58b4

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

apps/app/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
}
2525
],
2626
"styles": [
27-
"@angular/material/prebuilt-themes/magenta-violet.css",
2827
"apps/app/src/styles.scss"
2928
],
3029
"externalDependencies": [

apps/app/src/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
55
<title>app</title>
66
<base href="/" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link rel="icon" type="image/x-icon" href="favicon.ico" />
9-
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
10-
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
11-
</head>
9+
</head>
1210
<body class="mat-typography">
1311
<app-root></app-root>
1412
</body>

bun.lockb

-31.8 KB
Binary file not shown.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@angular/compiler": "~18.0.0",
1616
"@angular/core": "~18.0.0",
1717
"@angular/forms": "~18.0.0",
18-
"@angular/material": "^18.0.0",
1918
"@angular/platform-browser": "~18.0.0",
2019
"@angular/platform-browser-dynamic": "~18.0.0",
2120
"@angular/platform-server": "~18.0.0",

0 commit comments

Comments
 (0)