How to Handle HTML Sanitization in Aurelia 2?

Hey there Aurelia fans!

I am taking my project from Aurelia 1 to 2, and I noticed something missing: the HTML sanitizer. In version 1, it kept nasty stuff out of my code, but in 2, I’m at a loss. How do I make sure my HTML is safe now?

I also check this thread: https://discourse.aurelia.io/t/plugin-for-using-dompurify-as-aurelias-html-sanitizeqlik But I have not found any solution. could anyone guide me about this?

Anyone upgraded and figured out sanitization in Aurelia 2? Are there libraries or tricks I should be using? Any tips would be a lifesaver!

Thanks in advance!