'How to add badge next to icon in ag grid

How do I add a badge to an icon that is being displayed in AG Grid using cell renderer:

I've tried this so far in my grid config: cellRenderer: function(context):string {

if(display) return <span> <i class="material-icons"> <span class="material-icons-outlined" matBadge="1">home</span> </span>



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source