UNPKG

bc-adal-angular

Version:

Library wrapper for Angular 6+, development over Microsoft ADAL (Azure Active Directory Authentication Library) - [https://github.com/AzureAD/azure-activedirectory-library-for-js](https://github.com/AzureAD/azure-activedirectory-library-for-js) that helps

6 lines (5 loc) 232 B
import { ModuleWithProviders } from '@angular/compiler/src/core'; import { AdalOptions } from './config/adal.options'; export declare class BcAdalAngularModule { static forRoot(options: AdalOptions): ModuleWithProviders; }