angular-polymer
angular-polymer copied to clipboard
Angular 2 support for Polymer elements
In order to simplify usage of Polymer elements in Angular components and get rid of the `nativeElement` requirement to access the element‘s API, the directive could construct an adapter for...
When Polymer is not imported, the import of `@vaadin/angular2-polymer` fails with the error message: “TypeError: Cannot read property 'Settings' of undefined”. We should elaborate it into something more helpful for...
A user might need to turn off certain subdirectives. For example, when a user wants to use `ngControl` together with an `[invalid]` binding, the binding will not work because the...