Forum Discussion

Krissele's avatar
Krissele
Copper Contributor
Jul 18, 2019

Rich text formatting in Angular

Hi,

Is there a way to convert or remove the mark ups, <div> <br> etc. to a textarea? We use angular to get the data from a SharePoint list with Rich text enabled.

 

1 Reply

  • paulpascha's avatar
    paulpascha
    Bronze Contributor

    The following article provides some good information on how to do this from within an Angular context:

    https://stackoverflow.com/questions/17289448/angularjs-to-output-plain-text-instead-of-html

     

Resources