Jaganathan Kaliyaperumal

Results 15 comments of Jaganathan Kaliyaperumal

@GannonSun you have no idea how much time you saved me with that last comment. Thanks! I use resolutions on package.json to choose 1.2.6 version for antd-theme-generator, thanks to the...

+1 I am running into the same issue as well Update: Im trying to import using a cloud function.

@jloosli any help is greatly appreciated

@tafm I ended up using this script, it worked great for me: https://gist.github.com/sturmenta/cbbe898227cb1eaca7f85d0191eaec7e

Are there any solutions out there that would let us use Polymer 1.x elements on a Angular 4 app?

@platosha thanks for the response. For now, I just want to render the polymer element in an angular 4 app, and set a couple properties, all of the logic is...

@rictic can't we make use of an existing polyfill like this? https://github.com/github/fetch

add selected to the paper-listbox and update the selected value to the index value you want selected. ``` html ``` ``` javascript this.selected = 2; ``` that worked for me...