platosha / angular-polymer

Angular 2 support for Polymer elements
https://www.npmjs.com/package/angular-polymer
Apache License 2.0
220 stars 44 forks source link

Renderer folder is not copied when adding it as npm dependency #144

Closed BorntraegerMarc closed 7 years ago

BorntraegerMarc commented 7 years ago

Had the problem again, that if I installed the package with "@vaadin/angular2-polymer": "file:../angular-polymer", that the whole "renderer" folder was missing in the target project. Had to copy it over manually. Maybe a import is missing?

platosha commented 7 years ago

@BorntraegerMarc I've updated the package.json and .npmignore configs, should fix this. Please try installing with feature/renderer branch.