Using CSS classes inside `innerHTML` in an Angular component without losing emulated encapsulationAngular's Emulated encapsulation style prevents CSS from affecting dynamically generated elements; changing encapsulation can lead to unwanted global styles.
GitHub - victorqribeiro/TinyJS: Tiny JS is a lightweight JavaScript utility for dynamically creating HTML elementsTiny JS simplifies DOM manipulation by enabling dynamic creation of HTML elements with deep property assignment.