Example project for ng2-facebook-sdk.
- Clone/doenload this repo
- Run
npm install
to install dependencies - Run
npm start
to run the app locally - Go to https://localhost:4200 in your browser
This project was generated by Angular CLI. To view the edits that I've done see the following files:
- src/index.html (included script tag)
- src/app/app.module.ts (imported the provider)
- src/app/app.component.ts (app code)