Mitchell
Mitchell
He may be referring to https://www.npmjs.com/package/@vaadin/angular2-polymer. I'm assuming since the GitHub repo redirects here that this package has succeeded it? It's still the top result when searching "angular 2 polymer"...
@getnsv Origami supports all Polymer 2 elements and native custom elements that follow the v1 spec. Out of the box, it should support every single Google #2.0 preview element (far...
Keep in mind that when a browser (including mobile) is served the app, the entire bower_components folder is not served, only the individual imported files. So your actual app size...
That's right, though there's quite a lot of HTTP2 support. Only IE11 on Windows 8/lower and Safari on OS X lower than 10.11 do not support it: http://caniuse.com/#feat=http2 The Polymer...
This is by no means a comprehensive test, but here are a couple of numbers in Chrome 51: This test was done with the [Polymer Project Shop demo](https://shop.polymer-project.org/) by changing...
@first87 I just added a `paper-item { /* IE11 fix */ height: 1px; }` CSS rule at a global level to fix it