UNPKG

bitcitawebfront-library

Version:

Angular CLI project used by other Angular projects in the bitcita web project.<br />

10 lines (9 loc) 379 B
import { Observable } from "rxjs"; import { HttpUtilsService } from "../../shared/service/http-utils.service"; export declare class CaptchaService { http: HttpUtilsService; protected baseUrlCaptcha: string; constructor(http: HttpUtilsService); validacionMock(captcha: string): Observable<boolean>; validacion(captcha: string): Observable<boolean>; }