An open API service indexing awesome lists of open source software.

https://github.com/robertfoobar/ng6-ce-consumer

Angular 6 and Polymer-based Custom Elements hosted on another server. For IE11 support this is currently blocked by https://github.com/webcomponents/webcomponentsjs/issues/942
https://github.com/robertfoobar/ng6-ce-consumer

Last synced: about 1 month ago
JSON representation

Angular 6 and Polymer-based Custom Elements hosted on another server. For IE11 support this is currently blocked by https://github.com/webcomponents/webcomponentsjs/issues/942

Awesome Lists containing this project

README

          

# ng6-ce-consumer
Angular 6 and Custom Elements

# Setup
First you need to host a custom element under http://localhost:8000/custom-polymer-element.js for this to work:
```
npm i -g polymer-cli@1.7.2
mkdir custom-polymer-element && cd custom-polymer-element
polymer init polymer-3-element
polymer serve
```

Then you can install and start the app

```
npm install
npm start
```