UNPKG
ng2-recaptcha-fallback
Version:
latest (1.4.0)
1.4.0
Angular 2 component for Google reCAPTCHA
github.com/DethAriel/ng2-recaptcha
DethAriel/ng2-recaptcha
ng2-recaptcha-fallback
/
recaptcha
/
recaptcha.module.d.ts
5 lines
(4 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
import { ModuleWithProviders } from
'@angular/core'
; export declare
class
RecaptchaModule
{ static forRoot(): ModuleWithProviders; }