0.0.2 • Published 12 months ago

irisa-dnt-captcha v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

html:

<dnt-captcha #appDntCaptcha (inputText)="sharedService.model.DNTCaptchaInputText" (text)="sharedService.model.DNTCaptchaText" class="w-100" (token)="sharedService.model.DNTCaptchaToken" backColor="'#abd5d6'" fontName="'Tahoma'" fontSize="18" foreColor="'#142379'" language="'Persian'" max="90" min="1" placeholder="'Labels.EnterSum' | translate">

ts: import { DntCaptchaComponent } from 'irisa-dnt-captcha'; import { DNTCaptchaBase } from 'irisa-dnt-captcha';

//extend your model with DNTCaptchaBase model: ForgetPasswordModel & DNTCaptchaBase = { DNTCaptchaInputText: '', DNTCaptchaText: '', DNTCaptchaToken: '' };

@ViewChild("appDntCaptcha") appDntCaptcha: DntCaptchaComponent;

// refresh captcha this.appDntCaptcha.doRefresh();

0.0.2

12 months ago

0.0.1

12 months ago