KENDO_SPEECHTOTEXTBUTTON
Constant
Use the KENDO_SPEECHTOTEXTBUTTON utility array to add all SpeechToTextButton-related components and directives to a standalone Angular component.
Definition
Package:@progress/kendo-angular-buttons
Syntax:
TS
@Component({
standalone: true,
imports: [KENDO_SPEECHTOTEXTBUTTON],
// ...
})
export class MyComponent {}