testing material.css own file link
parent
bab0bbd0c4
commit
33c4608152
|
|
@ -28,8 +28,7 @@
|
|||
"styles": [
|
||||
"@angular/material/prebuilt-themes/indigo-pink.css",
|
||||
"src/styles.css",
|
||||
"src/theme.scss",
|
||||
"./node_modules/@syncfusion/ej2-material-theme/styles/material.css"
|
||||
"src/theme.scss"
|
||||
],
|
||||
"scripts" :["./node_modules/jquery/dist/jquery.min.js"]
|
||||
},
|
||||
|
|
@ -97,8 +96,7 @@
|
|||
],
|
||||
"styles": [
|
||||
"@angular/material/prebuilt-themes/indigo-pink.css",
|
||||
"src/styles.css",
|
||||
"./node_modules/@syncfusion/ej2-material-theme/styles/material.css"
|
||||
"src/styles.css"
|
||||
],
|
||||
"scripts": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
"@angular/platform-browser-dynamic": "^16.0.0",
|
||||
"@angular/router": "^16.0.0",
|
||||
"@syncfusion/ej2-angular-gantt": "^26.2.4",
|
||||
"@syncfusion/ej2-material-theme": "^26.2.4",
|
||||
"jquery": "^3.6.1",
|
||||
"moment": "^2.29.4",
|
||||
"rxjs": "^7.8.0",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -6,7 +6,10 @@
|
|||
<base href="/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
|
||||
<link
|
||||
href="assets/material.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<body class="mat-typography">
|
||||
<app-root></app-root>
|
||||
|
|
|
|||
|
|
@ -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-family: 'Material Icons';
|
||||
|
|
|
|||
Loading…
Reference in New Issue