[](http://hits.dwyl.io/JayaKrishnaNamburu/voice-to-text)

voice-to-text is a wrapper around webkitSpeechRecognition API, which is supports Angular 4+ Applications.
Run npm i voice-to-text for installing.
Import and add InputModule in your app module.
import { InputModule } from 'voice-to-text';
Declare as
spokenText triggers should be tagged to a event in your component so, when the API gets any input it invokes the text in your listener and similarly when there is any error error gets triggered.
showInput flag is used to hide are display the input box, by default it is true.
