Giancarlo Buomprisco

Results 93 comments of Giancarlo Buomprisco

Hi @spielma, I am going to fix it in the weekend. For now, you could write a script to remove the folder in one of the npm hooks. Shouldn't be...

Sorry, very busy lately, will release a fix by the end of the week

Hi @laura2489, can you add some details about your setup? (eg. angular version, webpack or systemjs, etc.)

Hi, this component has not been updated in a while, I'd not recommend using it with a new angular version

Hi @jasonhodges, a PR would really be great!

Hi @maryamsoprano, thanks! The 1st problem should be related to the number of items inserted through the template. If you do it via component, it should not happen. I believe...

Hi @maryamsoprano, I updated the library, it hopefully should solve that!

Hi @maryamsoprano, the main file in package.json changed. So change to: ` 'ng2-material-select': { main: 'dist/ng2-select.bundle.js', defaultExtension: 'js' } ` Hope it helps!

I personally only use it on marketing pages to check if a user is logged in and display their profile avatar/name - and do so to avoid a request that...

@jordanranz You saved me another day of debugging Shadow DOM and Stencil. Thank you!