angularx-social-login
Version:
Social login and authentication module for Angular 9+. Supports authentication with Google, Facebook, Amazon, and VK. Can be extended to other providers also.
7 lines (6 loc) • 312 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { SocialAuthServiceConfig } from './socialauth.service';
export declare class SocialLoginModule {
static initialize(config: SocialAuthServiceConfig): ModuleWithProviders<SocialLoginModule>;
constructor(parentModule: SocialLoginModule);
}