```bash import {VerifyOTPModule} from 'otp-angular-component'; ```
npm install otp-angular-component#OTP Angular UI component
###Module
``bash`
import {VerifyOTPModule} from 'otp-angular-component';
###Include in module Section
`bash`
imports: [
....
VerifyOTPModule
]
###Selector
`bash`
###Input Parameters
`bash`
title: string -> Title to be shown.
subTitle: string -> subTitle to be shown.
buttonLabel: string - button label
digitsOfOTP: number -> number of OTP fields to be generated example (4 pin or 8 pin).
###Output Parameters
`bash`
OTPSubmit: number -> Returns Entered OTP value in number format.
###Example Usage
`bash``
###Sample Output
!otp_img