ezzabuzaid

Results 15 comments of ezzabuzaid

Hi @LinusU I had to build an abstraction over busboy directly to have it work. It's been a while for this issue so I do not remember why Multer didn't...

the same thing happened to me, did you find any alternative?

Here is a workaround: After opening the dialog pass the component instance, it has to have `elementRef` ```ts setDialogInFront(ref.componentInstance); ``` Function that will set the dialog in front ```ts export...

@RusinovAnton because he is using angular SSR I guess, you can use the library using a script tag https://raw.githubusercontent.com/biggora/device-uuid/master/lib/device-uuid.min.js the problem happens because DeviceUUID function is IIFE so it will...

@mkhalesi It's been a while and I don't exactly remember what I've done to make it work, my bad didn't provide much information back then and I am no longer...

@mkhalesi This won't work the issue is when you import the library, the navigator will be immediately be used regardless of where you use `DeviceUUID `. that's why you have...

@sankar2389 Same steps, check if you're in a browser environment, if so then lazy load the library. _I don't have much knowledge in react_ - you can run the import...