angular2-facebook-connect: a really simple Angular2 module which handles the login with facebook
Exemple here: http://www.nicolas2bert.com/chat
-
Build and run a super-simple Angular 2 application in TypeScript. https://angular.io/docs/ts/latest/quickstart.html
-
Download the angular2-facebook-connect package: download using the zip file
-
Add app.component.html, app.component.ts and facebook.service.ts in your app
-
Replace your-app-id with your facebook app id inside /facebook.service.ts
FB.init({
appId: "your-app-id",
xfbml: true,
version: 'v2.5'
});
- Enjoy your login Facebook