UNPKG

kinde-angular

Version:

Angular wrapper for the Kinde TypeScript SDK

10 lines (9 loc) 527 B
import { ModuleWithProviders } from '@angular/core'; import { KindeConfigInterface } from "./interfaces/kinde-config.interface"; import * as i0 from "@angular/core"; export declare class KindeAngularModule { static forRoot(config?: KindeConfigInterface): ModuleWithProviders<KindeAngularModule>; static ɵfac: i0.ɵɵFactoryDeclaration<KindeAngularModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<KindeAngularModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<KindeAngularModule>; }