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/) 
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
