File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 24
24
}
25
25
],
26
26
"styles" : [
27
- " @angular/material/prebuilt-themes/magenta-violet.css" ,
28
27
" apps/app/src/styles.scss"
29
28
],
30
29
"externalDependencies" : [
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
5
< title > app</ title >
6
6
< base href ="/ " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8
8
< 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 >
12
10
< body class ="mat-typography ">
13
11
< app-root > </ app-root >
14
12
</ body >
Original file line number Diff line number Diff line change 15
15
"@angular/compiler" : " ~18.0.0" ,
16
16
"@angular/core" : " ~18.0.0" ,
17
17
"@angular/forms" : " ~18.0.0" ,
18
- "@angular/material" : " ^18.0.0" ,
19
18
"@angular/platform-browser" : " ~18.0.0" ,
20
19
"@angular/platform-browser-dynamic" : " ~18.0.0" ,
21
20
"@angular/platform-server" : " ~18.0.0" ,
You can’t perform that action at this time.
0 commit comments