Anton Platonov
Anton Platonov
In addition to maven plugin tasks, `DevModeInitializer` also triggers `TaskUpdateWebpack` to update webpack configuration before starting webpack dev server. However, it is currently using hard-coded output paths instead of `webpackOutputDirectory...
Currently, the connection indicator component styling is done through document styles for light DOM, because of compatibility reasons with prior loading indicator customizations. This way have several downsides: - The...
We are looking for collaborators to work on this project. If you want to become a collaborator, please leave a comment below. Collaborator responsibilities include: - Responding to issues -...
The Renderer APIs have changed in Angular 4, so we have to update Polymer Renderer accordingly. AFAIK It should be possible to implement the new renderer APIs without breaking compatibility...
As soon as `PolymerRenderer` is ready, `PolymerElement` method should be deprecated. - Add /** @deprecated */ JSdoc comment - Add console warning when it is used - Document migration to...
Happens with ``. Resetting pristine flag requires to call `.reset()` several times. Live demo: https://plnkr.co/edit/io5iBCw5jPUNpZsHViUV?p=preview
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...