Hi Dan,
Thank you for contacting Syncfusion support.
We suspect that this issue occurs because the path for material icons is not included in Angular.json file . We suggest you to provide the correct path of icons in “copyFiles” section of angular.json as shown below
"copyFiles": {
"node_modules/syncfusion-javascript/Content/ej/web/common-images/**/*": "common-images",
"node_modules/syncfusion-javascript/Content/ej/web/material/images/**": "images",
"node_modules/syncfusion-javascript/Content/ej/web/material/**": "material"
},
|
Please refer to the below given UG :
We have attached a sample for reference. Please download the sample from
Note: We have provided this path based on our sample. Please modify the path based on your folder location.
Regards,
Keerthana