I\'m looking at a Pipe implementation that strips HTML from a string like this:
const withoutHtml = str.replace(/(<([^>]+)>)/gi, \'\');