Angular Converti Boolean en chaîne

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