Is it possible to get inner text from html in NestJS
I send to my database a raw html
. But I want to create a slug
and to do that, I would prefer to use innerText
instead of html. I wanted to do
I send to my database a raw html
. But I want to create a slug
and to do that, I would prefer to use innerText
instead of html. I wanted to do