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