danguilherme
danguilherme

Reputation: 672

Polymer-Angular two-way data binding for framework components (core-elements/paper-elements)

I am trying to blend Polymer web components in my Angular application, but I am not being able to get the two-way data binding between these frameworks working. I've already watched this video and already tried the solution provided in this question but it still doesn't work for me. These were my attempts:

Am I missing something? Is there a good resource I can look for this Angular-Polymer integration? Searching on Google brings more results about the material than about the library itself and, when found, most of them are "Polymer for Dart" resources.

Upvotes: 9

Views: 2617

Answers (1)

Strife86
Strife86

Reputation: 1155

Try with the NG Polymer Elements lib it solves the 2 way data binding of angular and polymer (core and paper elements) and some other stuff that breaks with angular/polymer, it also has the documentation to addyour own custom polymer elements to the angular binding support

NG Polymer Elements

Upvotes: 1

Related Questions