Manny
Manny
Try ``` $material-design-icons-font-directory-path: '~material-design-icons-iconfont/dist/fonts/'; @import 'material-design-icons-iconfont/src/material-design-icons'; ``` Remove the ~ from the @import statement
I successfully migrated the angular-editor project to **Angular 17** and incorporated `@fortawesome/angular-fontawesome` icons. In case someone, like @Kolkov or others, wants to leverage my repository at [https://github.com/kambbado/angular-editor](https://github.com/kambbado/angular-editor) as a reference,...
I'm having the same issue, is there a work around?