Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 381 Bytes

File metadata and controls

12 lines (8 loc) · 381 Bytes

Angular Example

Example for how to embed the Embeddable Web Component in an Angular app.

Steps

  1. run npm i
  2. in src/index.html make sure you are loading the embed from the correct region
  3. in src/app/app.ts set the BASE_URL, API_KEY, EMBEDDABLE_ID and USER_KEY
  4. run npm run start

Note: This example does not use the token server from this repository.