preserveWhitespace property
Removes all whitespace except &ngsp;
and
from template if set
to false.
&ngsp; (Angular space) can be used to insert regular space character into a template. represents the standard non-breaking space entity in html markup.
Implementation
final bool preserveWhitespace;