angular login facebook code example
Example 1: using fb login with angular app
.example-container {
position: relative;
padding: 5px;
background-color: aqua;
}
.example-loading-shade {
position: absolute;
top: 0;
left: 0;
bottom: 56px;
right: 0;
background: rgba(0, 0, 0, 0.15);
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}
.example-card {
margin: 5px;
padding-bottom: 40px;
}
Example 2: using fb login with angular app
import { AuthService, FacebookLoginProvider, SocialUser } from 'angularx-social-login';