Within Angular, I need to generate a series of paragraph elements from a block of text containing newline characters?
I can think of a couple of ways to do this. Ho
You might solve this with css property and use {{text}} into p html element
white-space: pre-line;