This Angular Pipe that strips html tags with an option to allow useful tags.
This Angular Pipe can be useful for displaying html content on your template or storing html content to your back-end.
We use JavaScript regular expressions to replace html tags while preserving the tags content.