angularx-social-login
Version:
Social login and authentication module for Angular 4 / 5. Supports authentication with Google and Facebook. Can be extended to other providers also.
7 lines (6 loc) • 304 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { AuthServiceConfig } from './auth.service';
export declare function configFactory(config: AuthServiceConfig): AuthServiceConfig;
export declare class SocialLoginModule {
static initialize(config: AuthServiceConfig): ModuleWithProviders;
}