Converter angular booleano em cordas

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