how to cast a value in to string in angular html code example Example: angular int to string var x = 3, toString = x.toString(), toConcat = x + "";