angular-social-login-buttons
v0.2.4
Published
simple npm package to display and sign in via social login buttons.\ Signin with Google, Linkedin, Facebook - ๐ [live demo](https://angular-social-login-buttons.herokuapp.com/) ![Alt text](https://raw.githubusercontent.com/miminerd/ngSocialBtnLogin/maste
Downloads
14
Maintainers
Readme
Angular social login buttons
simple npm package to display and sign in via social login buttons.
Signin with Google, Linkedin, Facebook
- ๐ live demo
Install
npm
npm install --save angular-social-login-buttonsyarn
yarn add angular-social-login-buttons
Import
add in top of the body tag in index.html the facebook sdk and google sdk like the below image
or in raw version:
....
in app.module.ts
import the AngularSocialLoginButtonsModule module and provide your clientId for the google
or linkedin
Usage
to use the facebook Signin button add in your html file <lib-fb-login></lib-fb-login>
to use the google Signin button add in your html file <lib-google-login></lib-google-login>
to use the linkedin Signin button add in your html file <lib-linkedin-login></lib-linkedin-login>
Example
An example using the angular-social-login-buttons package is in the github repo. repo
Contribution
I welcome issues and pull requests on pr