testing material.css own file link

main
Said Gedik 2024-08-14 09:33:55 +02:00
parent bab0bbd0c4
commit 33c4608152
5 changed files with 8 additions and 22 deletions

View File

@ -28,8 +28,7 @@
"styles": [ "styles": [
"@angular/material/prebuilt-themes/indigo-pink.css", "@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.css", "src/styles.css",
"src/theme.scss", "src/theme.scss"
"./node_modules/@syncfusion/ej2-material-theme/styles/material.css"
], ],
"scripts" :["./node_modules/jquery/dist/jquery.min.js"] "scripts" :["./node_modules/jquery/dist/jquery.min.js"]
}, },
@ -97,8 +96,7 @@
], ],
"styles": [ "styles": [
"@angular/material/prebuilt-themes/indigo-pink.css", "@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.css", "src/styles.css"
"./node_modules/@syncfusion/ej2-material-theme/styles/material.css"
], ],
"scripts": [] "scripts": []
} }

View File

@ -23,7 +23,6 @@
"@angular/platform-browser-dynamic": "^16.0.0", "@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0", "@angular/router": "^16.0.0",
"@syncfusion/ej2-angular-gantt": "^26.2.4", "@syncfusion/ej2-angular-gantt": "^26.2.4",
"@syncfusion/ej2-material-theme": "^26.2.4",
"jquery": "^3.6.1", "jquery": "^3.6.1",
"moment": "^2.29.4", "moment": "^2.29.4",
"rxjs": "^7.8.0", "rxjs": "^7.8.0",

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,10 @@
<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="assets/material.css"
rel="stylesheet"
/>
</head> </head>
<body class="mat-typography"> <body class="mat-typography">
<app-root></app-root> <app-root></app-root>

View File

@ -1,19 +1,4 @@
@import '../node_modules/@syncfusion/ej2-material-theme/styles/material.css';
/* You can add global styles to this file, and also import other style files */
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
@import '../node_modules/@syncfusion/ej2-calendars/styles/material.css';
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
@import '../node_modules/@syncfusion/ej2-lists/styles/material.css';
@import '../node_modules/@syncfusion/ej2-layouts/styles/material.css';
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
@import '../node_modules/@syncfusion/ej2-grids/styles/material.css';
@import '../node_modules/@syncfusion/ej2-treegrid/styles/material.css';
@import '../node_modules/@syncfusion/ej2-gantt/styles/material.css';
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
@font-face { @font-face {
font-family: 'Material Icons'; font-family: 'Material Icons';