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

Error: Cannot find a differ supporting object [vaadin-combo-box] #140

Closed mmenik closed 7 years ago

mmenik commented 7 years ago

I created a small project to test the integration of Polymer in Angular2. When I select an item from the combo box gives me the errror "Can not find something to differ supporting object" but I can not understand what the reason. Attach the test project

angular2-polymer.zip

BorntraegerMarc commented 7 years ago

@mmenik your project does not include a bower.json. I couldn't test it

mmenik commented 7 years ago

Sorry for my mistake, i have attach the bower.json angular2-polymer.zip

BorntraegerMarc commented 7 years ago

Hmm, seems like a problem with angular for me. Based on this: https://github.com/angular/angular/issues/6392

Does this help?

BorntraegerMarc commented 7 years ago

Closing until @mmenik is providing more feedback...