@studiohyperdrive/ngx-auth
Version:
A library of core authentication functionality used with @studiohyperdrive/types-auth.
9 lines (8 loc) • 467 B
TypeScript
import { EnvironmentProviders, Provider } from '@angular/core';
import { NgxAuthenticationConfiguration } from '../types';
/**
* Configures the provided implementation of the NgxAuthenticationAbstract service to the application
*
* @param configuration - The configuration with the provided service implementation
*/
export declare const provideNgxAuthenticationConfiguration: (configuration: NgxAuthenticationConfiguration) => Provider | EnvironmentProviders[];