async say()

in src/app/app.component.ts [115:117]


  async say(text: string) {
    return this.speech.say(text, this.currentLanguage);
  }