Example project for ngx-facebook.
- Clone/doenload this repo
- Run
npm installto install dependencies - Run
npm startto 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)