UNPKG

@ng-supabase/primeng

Version:

ng-supabase is a component library and helper utilities for integrating Supabase in your angular application.

18 lines (17 loc) 921 B
import { EventEmitter } from '@angular/core'; import { LogService, SocialSignIn, SupabaseConfig, SupabaseService, SocialSignInItem } from '@ng-supabase/core'; import * as i0 from "@angular/core"; export declare class SocialsGridComponent { subtitle: string; errorMessage: EventEmitter<string>; socialItems: SocialSignInItem[]; get hasSocials(): boolean; get hasNoSocials(): boolean; protected readonly log: LogService; protected readonly config: SupabaseConfig; protected readonly supabase: SupabaseService; constructor(); signInWithSocial(social: SocialSignIn): Promise<void>; static ɵfac: i0.ɵɵFactoryDeclaration<SocialsGridComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SocialsGridComponent, "supabase-socials-grid", never, { "subtitle": { "alias": "subtitle"; "required": false; }; }, { "errorMessage": "errorMessage"; }, never, never, true, never>; }