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

Hi platosha, Eager to know when @vaadin/angular2-polymer will be upgraded to support polymer 1 and/or polymer 2. When I build @vaadin with custom fixes for common, core, platform-browser and platform-browser-dynamic,...

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

When using PolymerElement function inside the @NgModule, the AoT compiles complains with the following message: > Error encountered resolving symbol values statically. Calling function 'PolymerElement', function calls are not supported....

⭐️

Hello, guys please update latest version 1.1 in npm.

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

In order to work with _angular-cli_ , there is a suggestion to change the bower path to _assets/bower_components_. So this will work and all the bower components will be part...

If I interpret the error message correctly, Angular 2.4 doesn't allow functions in the `AppModule`. However, my search also revealed similar error messages indicating missing metadata. Be that as it...

FAQ

So there is a bug (?) when using angular-polymer lib: The html attribute `[innerHTML]` can't be used anymore. Take out the `PolymerElement('paper-icon-button')` line in `app.module.ts` and everything works as expected....