Answers for "how to put to next line in angular html"

1

Angular line break

//In you CSS add this property :
white-space: pre-wrap
Posted by: Guest on April-29-2021
0

angular {{}} new line

<p style="white-space: pre-wrap">{{alert.message}}</p>
Posted by: Guest on February-01-2021

Code answers related to "how to put to next line in angular html"

Browse Popular Code Answers by Language