trim spaces angular code example Example: typescript remove whitespace from string let whiteSpace = ' ABCD '; let noWhiteSpace = whiteSpace.trim();