angular-polymer icon indicating copy to clipboard operation
angular-polymer copied to clipboard

Angular 2 support for Polymer elements

Results 24 angular-polymer issues
Sort by recently updated
recently updated
newest added

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...

needs research

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...