I’m new to angular and would want to know if what implementation should I make to pass a parameter as HTML. In NextJS we do something like below.
NextJS:
htmlBody: JSX.Element
{{ htmlBody }}
I would want to know how can I make the implementation on Angular 15 > version.
1