You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component is based on HTML Imports. Apart from the webcomponents-lite polyfill, you have to import the rest-api and rest-api-resource components as well in your index.html:
Hello,
I'm trying to figure out how to use this.
I installed the
rest-api
package with bower and added this to myindex.html
:and this to my
index.js
:I am using webpack to serve the app. The elements render but nothing happens, e.g. no API request, etc.
Am I missing any steps? Thanks.
The text was updated successfully, but these errors were encountered: