You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downgraded Angular Editor from v3.0.0-beta.0 to v2.1.0 because Angular 17 does not support versions above 3.x of angular-editor.
After the downgrade, the toolbar icons are not visible. Only blank button boxes are shown (screenshot attached).
Reason for Downgrade:
Angular 17 is not compatible with @kolkov/angular-editor 3.x, so I had to move back to 2.1.0.
Issue:
Toolbar renders, but icons (SVG/FontAwesome) are missing.
No related errors in the console.
Works fine locally, but icons still do not appear in dev environment.
Environment:
Angular: 17
angular-editor: 2.1.0
FontAwesome: ^4.7.0
Expected:
Icons should load normally as in the previous version.
Actual:
Toolbar shows empty squares instead of icons (as in screenshot).
Screenshot:
Request:
Please guide on whether 2.1.0 requires a specific FontAwesome setup or if there is an asset loading issue in Angular 17 builds.