UNPKG

@akveo/nga-auth

Version:
9 lines (8 loc) 478 B
import { ModuleWithProviders, Injector } from '@angular/core'; import { NgaAuthService } from './services/auth.service'; import { NgaAuthOptions } from './auth.options'; import { NgaTokenService } from './services/token.service'; export declare function ngaAuthServiceFactory(config: any, tokenService: NgaTokenService, injector: Injector): NgaAuthService; export declare class NgaAuthModule { static forRoot(ngaAuthOptions?: NgaAuthOptions): ModuleWithProviders; }