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
The default icon configuration, which gets active when you call NgxEditorModule.forRoot() (without arguments) is invalid and causes no icons to show up in the editor.
The issue is that it uses the <path>...< /> definitions in icons directly instead of using Icon.get(), which wraps the SVG path accordingly in an <svg>... < /> element.
Version
v17.0.2
Angular Version
v17
What browsers are you seeing the problem on?
all
Willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered:
What happened?
The default icon configuration, which gets active when you call
NgxEditorModule.forRoot()
(without arguments) is invalid and causes no icons to show up in the editor.The issue is that it uses the
<path>...< />
definitions inicons
directly instead of usingIcon.get()
, which wraps the SVG path accordingly in an<svg>... < />
element.Version
v17.0.2
Angular Version
v17
What browsers are you seeing the problem on?
all
Willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: