With the new standalone component, in Angular 15, we can now import dependencies directly in the @component
declaration.
We can also import only NgIf
instead of the CommonModule
to make our component more three-shakable.
But I was wondering how to import the innerHTML
one.
Did somebody find it ?
I saw that the eDomAdapter
had the createHtmlDocument
method, but I cannot import that