convert int to string in angular 6 code example Example: angular int to string var x = 3, toString = x.toString(), toConcat = x + "";