insert a bullet point and enter a sentence containing at least three words
apply some formatting style on the first word of this sentence (make sure that the white space between the first and the second word is not seleted while applying the formatting)
insert a nested bullet point with also a sentence.
In you angular component retrieve the value of html generated through froala wysisyg and assign it to a public variable in your component.
Use this variable as an input property to the froalaModel directive and as input of a froalaView directive You will observe that the white space next to the formatted word is not appearing in the div with the froalaModel directive but is visible in the div with froalaView directive
The issue has been replicated on this stackblitz link (if you get a message can't fin package froala-editor please kindly click on the button install package)
I'm facing an issue with some white are not rendered in the editor.
Angular version: 14 - 15 - 16 angular-froala-wysiwyg : 3.27 - 4.0 - 4.1
To replicate the issue
insert a bullet point and enter a sentence containing at least three words
apply some formatting style on the first word of this sentence (make sure that the white space between the first and the second word is not seleted while applying the formatting)
insert a nested bullet point with also a sentence.
In you angular component retrieve the value of html generated through froala wysisyg and assign it to a public variable in your component.
Use this variable as an input property to the froalaModel directive and as input of a froalaView directive You will observe that the white space next to the formatted word is not appearing in the div with the froalaModel directive but is visible in the div with froalaView directive
The issue has been replicated on this stackblitz link (if you get a message can't fin package froala-editor please kindly click on the button install package)