UNPKG

jaakrecog-verify

Version:

This is a JAAK.AI Enroll© Angular Component for verify and authenticate users

9 lines (8 loc) 299 B
import { InjectionToken, ModuleWithProviders } from '@angular/core'; export interface LibConfig { apiUrl: string; } export declare const LibConfigService: InjectionToken<LibConfig>; export declare class VerifyModule { static forRoot(config?: LibConfig): ModuleWithProviders<VerifyModule>; }