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
- Host: GitHub
- URL: https://github.com/robertfoobar/ng6-ce-consumer
- Owner: robertfoobar
- Created: 2018-05-31T15:01:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T11:08:10.000Z (almost 8 years ago)
- Last Synced: 2025-12-31T10:09:48.449Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```