Nils Tijtgat
Nils Tijtgat
This issue will no longer exist in version 3+ once https://github.com/fetrarij/ngx-daterangepicker-material/pull/271 gets merged in ;)
A new major version `3.0.0` was released, could you verify if that addresses this issue? I haven't seen this issue when I build with the `--stats-json` flag for instance, so...
Interesting scenario, but this seems to be by design. If you have a look at the project this adaptation is based on (https://www.daterangepicker.com/#examples scroll down to the part where you...
Jep, this would be a great improvement 🙌
Ever since Angular 10 came out this will be a warning that is thrown for a lot of applications (mine included). Would be great seeing ES modules artifacts in the...
@fannarsh: you mentioned you'd take a look at providing an `esm` build? In the upcoming `Angular 10` there is now a warning against including `CommonJS` packages in your dependencies so...
Hi @alejandrogkl, the issue you are reporting here is caused by an [issue](https://github.com/FirebaseExtended/rxfire/issues/55) in `rxfire` I logged quite some time ago. Very annoying and definitely a nasty bug in my...
No fix that I'm aware of in any case, I've been tracking this issue but still rocking my custom patch (as seen in above comment) until now. Looks like either...
For reference, the workaround to polyfill `TextEncoder` in a `jsdom` environment is adding this to your `setupJest.ts` file (or whatever you use to set up global mocks): ``` import {...
I'm experiencing the exact same issue in my app right now. I'm using a custom Activity to show a splash screen on app start-up. When it disappears (by calling `finish()`)...