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