Closed slegaitis closed 7 years ago
@tauciokas provide clientId's and try
Ive provided the clientID just didnt include them here
Did you added this :
Angular2SocialLoginModule.loadProvidersScripts(providers);
after the main module defenition ?
Probably not. I'll check now
Yes that seemed to have worked. Thanks
Hey,
Quick one for you. So I followed your instructions on how to implement this. Below is my set up:
login component html
login component
index.ts
I Get an error:
login.component.html:35 ERROR ReferenceError: FB is not defined
Where am I going wrong? Same for linked in and google logins. Google returns gapi is not defined and linked in "in" is not defined.