abacritt / angularx-social-login

Social login and authentication module for Angular 17
636 stars 387 forks source link

showing Error while import 'angularx-social-login module #597

Closed gazee closed 1 year ago

gazee commented 2 years ago

when i imported following module s from angualrx-social-login
import { SocialLoginModule, SocialAuthServiceConfig } from 'angularx-social-login'; import { GoogleLoginProvider, FacebookLoginProvider } from 'angularx-social-login';

i got error just like below in console and Failed to compile angualr project error TS2314: Generic type 'ɵɵPipeDeclaration' requires 2 type argument(s).

2319 static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<PercentPipe, "percent", false>;

when i remove above code angular compile is success

note:i use angular v-14

ahmedhmedo73 commented 1 year ago

import from "@abacritt/angularx-social-login"

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.