im using ngx-quill 16.2.1 in angular 13 project. When I create a list, it is displayed correctly and the value is saved in the database.
But when im recovering value of database and i pass to ngx quill, list disappears. Passing value to a div with [innerHTML] it works so is not a value problem. If i inspect the dom the value of components its a p tag without the list tags ul and li
However, this does not happen with bold, italic, hyperlink etc. I believe I have all the necessary css.
Does anyone know what might be going on? Thanks!