User this tag for questions specific to version 1 of Google's web components library, Polymer.
When am trying to start gulp serve Its raise an error module.js:338 throw err; ^ Error: Cannot find module 'browser-sync' …
npm polymer gulp polymer-1.0 browser-sync[email protected] install /home/sudthenerd/polymer-starter-kit-1.2.1/node_modules/bufferutil > node-gyp rebuild gyp ERR! configure error gyp ERR! stack Error: Can't …
node.js polymer-1.0 node-gyp npm-installIs there a way to pass an argument to a Polymer function from an element attribute inside its <template&…
polymer polymer-1.0I'm using Polymer with Chrome 63.0.3239.108 (updated this morning) and I got some new errors while launching my webapp: [DOM] Found 3 …
html google-chrome polymer-1.0 unique-idComing from a Meteor background, I'd use JQuery to show/hide a div, with paper-checkbox like so: HTML: <paper-checkbox …
javascript jquery html polymer polymer-1.0Iterating over an array myarray=[1, 2, 3] works like this: <template is="dom-repeat" items="[[myarray]]"> <span>[[item]]</…
templates polymer polymer-1.0I have a <template is="dom-if" if=... that I want to use with a logical condition. Any binding I …
polymer polymer-1.0 dom-ifCan someone please provide an example of proper implementation of dom-if? No example of proper usage is provided by the …
javascript api dom polymer polymer-1.0I'm trying to include classes based on parameters of a json, so if I have the property color, the $= makes …
polymer polymer-1.0In Polymer 0.5 the advice on globals was as outlined in this question/answer: Polymer global variables However in Polymer 1.0 this …
javascript html polymer polymer-1.0