abacritt / angularx-social-login

Social login and authentication module for Angular 17
630 stars 388 forks source link

Typo in the documentation on npm website #659

Closed kurti-vdb closed 1 year ago

kurti-vdb commented 1 year ago

There is a typo in the documentation on the npm website, the import is wrong, still pointing to the deprecated version.

import { SocialLoginModule, SocialAuthServiceConfig } from 'angularx-social-login'; import { GoogleLoginProvider, FacebookLoginProvider } from 'angularx-social-login';

https://www.npmjs.com/package/@abacritt/angularx-social-login

Heatmanofurioso commented 1 year ago

@kurti-vdb Thanks for noting. I've updated the doc according to the readme. Closing this