Jai Chandra

Results 15 issues of Jai Chandra

How can I flatten the folder structure and just copy the files? Similar to what `copyfiles` library does with `-f` option (https://www.npmjs.com/package/copyfiles). I'm using `cpx './dist/**/*.umd.js' './dest/assets'`, but this maintains...

In apps which already use @angular2-material library, using polymer elements with angular2-polymer breaks material library css styles. below line is causing issue: ``` PolymerDomAdapter.prototype.createStyleElement = function (css, doc) { if...

Thanks for putting this demo app. I was looking into other example for loading plugins dynamically and had the same issue with buildOptimzer not working. Stumbled across this at the...

JQuery handles a lot of errors silently and is helpful when creating mocks/demos ex: `$(".combobox").combobox()` returns an empty array in jQuery While the same when shoestring is included throws a...

For repositories that are not on bitbucket.org (intranet hosted), the generated url uses the same structure as github. Can we make this configurable?

help wanted

Im getting used to this library now.. Thanks for creating this. But, I see that my observables are not fired when I remove data. Not sure if Im doing anything...

How can I deploy an app using app-router to a subdirectory? The routes are mapped to root directory by default and works fine when using localhost. But, deploying the app...

### Description `paper-checkbox` ripple appears on top left on first click, when using ShadyDOM ### Expected outcome Ripple should be centered as normal. ### Actual outcome Appears on top left...

### Description paper-checkbox and paper-radio-button fails to render properly when transitioning between routes (navigate between 'index' and 'about' routes). Initially the components render fine, but after transitioning to another route...