Alexander Khromov

Results 3 comments of Alexander Khromov

The trick is to override sizes. Here is what I came with for my page scss: ``` :host ::ng-deep { .ngx-file-drop__drop-zone{ height: auto !important; min-width: 20px !important; padding: 2px !important;...

I have it on npm version 8.19.2. To remove the annoying thing I set: `npm config set progress=false`

Simple redefine of process doesn't help and leads to other "undefined" errors. Better approach is to use process shim. I use node package "process": "^0.11.10". And then somewhere at the...