KENDO_OTPINPUT
Constant
Use the KENDO_OTPINPUT utility array to add all OTPInput-related components and directives to a standalone Angular component.
Definition
Package:@progress/kendo-angular-inputs
Syntax:
TS
import { KENDO_OTPINPUT } from '@progress/kendo-angular-inputs';
@Component({
standalone: true,
imports: [KENDO_OTPINPUT],
template: `<kendo-otpinput></kendo-otpinput>`
})
export class MyComponent {}