Giancarlo Buomprisco
Giancarlo Buomprisco
I'll do that asap
sorry @iperevozchikov i just noticed the tests failed :( though it should not be related to the fix
Hi @iperevozchikov, also noticed that all compiled files have been checked in. Only changed to the source code need to be checked :)
Hi @iperevozchikov, thanks again for the PR. Unfortunately I still see a lot of compilation related files checked in, just make sure only the source code will be added to...
Hi! Can you try like this: ```javascript { main: 'dist/ng2-dropdown.bundle.js', defaultExtension: 'js', format: 'cjs' } ``` Please reopen if still not working. I will add this to the documentation
Hi @jasonburrows, In my experience this happens as systemjs tries to load with `.js` extension also other files. If you add this file to the config with `defaultJSExtension: false`, it...
@jasonburrows I see - but that would fine as the components are all bundled in 1 file. Though I think NPM also does not pull all files, as I actually...
Seems similar to https://github.com/Gbuomprisco/ng2-tag-input/issues/273. Unfrotunately - I honestly do not know how to fix this issue - I rarely use rollup
Hi @traffic-nz, at the moment it doesn't seem possible, unfortunately. Its child component, though, ng2-dropdown has exactly an option to increase the size of a select. I will need to...
Hi @AmitMY, I'm going to check this out :) It would help a lot if you could post here some of your component's code? Thanks