Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 467 Bytes

Example project for ngx-facebook.

  1. Clone/doenload this repo
  2. Run npm install to install dependencies
  3. Run npm start to run the app locally
  4. 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)