We are using slick-grid to show the data in our application in angularJS, We have data coming from the backend may contain <,> which is sending it as '<>'. this needs to be sanitized in slick grid because I cannot do it in controller due the data size we have. So how do we make show <> as <> using in slick grid? Is there any ways to do?

Normally in other places if I use ng-bind-html=value will make the <> to <> in span or div. Not able to do it in slick-grid data rows.