Himanshu Sharma

Results 1 issues of Himanshu Sharma

I've created a service file for TNSTextToSpeech as speak.service.ts : ``` import { Injectable } from '@angular/core'; import { TNSTextToSpeech, SpeakOptions } from '@nativescript-community/texttospeech'; @Injectable({ providedIn: 'root' }) export class...