Convierte angular booleano a cuerda

var myBool: bool = true;
var myString: string = String(myBool);
Juice WRLD