Closed visitek closed 1 month ago
if i check the latest v25 version.. everything is fine: https://github.com/KillerCodeMonkey/ngx-quill/blob/v25.3.2/projects/ngx-quill/src/lib/quill-editor.component.ts#L296
@visitek do you use the latest v25 version?
with using injection token, then it goes into the condition above. You can see Object.assign and that's the bug.. It makes object instead of array.. so quill then says forEach is not a function.
and yes.. it is in 25.3.2
sorry but i do not see it. i linked the quill-editor component code of v25.3.2 and there is no Object.assign for the formats any more. it was there in earlier version of ngx-quill v25.
Just check the code i linked in my comment.
There arrays are used
it's in view component. It is fixed in later version as well.. but for ng17 nope
alrighty. the information about the quill view component was missing :)
try v25.3.3 please
@visitek does it work?
Quill expects to have array instead of object