ngx-adal-angular
Version:
It is a easy way to implement microsoft adal authentication, it was taken of microsoft-adal-angular6 and compiled in Angular 14 to implement with higher versions to 7
9 lines (8 loc) • 455 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxAdalAngularModule {
static forRoot(adalConfig: any): ModuleWithProviders<NgxAdalAngularModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxAdalAngularModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxAdalAngularModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxAdalAngularModule>;
}