UNPKG

microsoft-adal-angular6

Version:

This is a wrapper library for Angular 6 (Angular 6.X.X and Angular 7.X.X) modules over Microsoft ADAL (Azure Active Directory Authentication Library)

5 lines (4 loc) 157 B
import { ModuleWithProviders } from '@angular/core'; export declare class MsAdalAngular6Module { static forRoot(adalConfig: any): ModuleWithProviders; }