renderBody handler in Angular
Hey everyone! 
I'm using Novu Inbox in an Angular project and I'm trying to use
In the React docs, I see this example:
In Angular, I tried:
But
Is
Any recommended approach to customize the body rendering in Angular, ideally allowing raw HTML?
Thanks a lot!
I'm using Novu Inbox in an Angular project and I'm trying to use
renderBody to allow rendering notification.body as HTML.In the React docs, I see this example:
In Angular, I tried:
But
renderBody is never called. Only renderNotification seems to trigger.Is
renderBody supported outside of React?Any recommended approach to customize the body rendering in Angular, ideally allowing raw HTML?
Thanks a lot!
