Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReCaptchaComponent

Hierarchy

  • ReCaptchaComponent

Implements

  • OnInit

Index

Constructors

constructor

Properties

Private _captchaService

_captchaService: ReCaptchaService

Private _zone

_zone: NgZone

captchaExpired

captchaExpired: EventEmitter<Object> = new EventEmitter()

captchaResponse

captchaResponse: EventEmitter<string> = new EventEmitter<string>()

language

language: string = null

siteKey

siteKey: string = null

size

size: string = "normal"

tabindex

tabindex: number = 0

targetRef

targetRef: ElementRef

theme

theme: string = "light"

type

type: string = "image"

widgetId

widgetId: any = null

Methods

getResponse

  • getResponse(): String

ngOnInit

  • ngOnInit(): void

Private recaptchaCallback

  • recaptchaCallback(response: string): void

Private recaptchaExpiredCallback

  • recaptchaExpiredCallback(): void

reset

  • reset(): void

Generated using TypeDoc