Angular konwertuj boolean na sznur

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