@akveo/nga-auth
Version:
@akveo/nga-auth
9 lines (8 loc) • 478 B
TypeScript
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;
}