Hi Ganesh,
Greetings from syncfusion support.
Query : Error: Failed to find '../node_modules/@syncfusion/ej2-material-theme/styles/material.css'
We have validated the reported query and found that you referred wrong style script file in your project, please remove the '../node_modules/@syncfusion/ej2-material-theme/styles/material.css' code in your scss file and refer below style script for syncfusion components.
styles.css
/* material theme */
@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-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-angular-grids/styles/material.css';
|
Refer the below documentation for more information.
Please get back to us if you need further assistance on this.
Regards,
Rajapandiyan S