Diego F
Diego F
Hi, I'll try my best to do it asap. cheers
I submitted a PR https://github.com/urish/ngx-moment/pull/215
I totally agree on this one here. Used to compile locally only what I needed, in my own scss files, but now I am not able cause the scss support...
The Ivy Engine became the default Angular compiler with the release of Angular v9, released in February 2020. That's more than 4 years ago. It's a bit worrying in a...
The problem persists imho if we want to use this in combination with webpack transpiling of the `worker.ts` file. What I mean is `const worker = await createWorker("http://localhost:4000/worker.js");` it's considering...
I ended up using fetch instead: ```typescript export class CorsWorker { private readonly url: string | URL; private readonly options?: WorkerOptions; // Have this only to trick Webpack into properly...
> Any updates? We have angular 17 release and no updates until now. maybe they're waiting for Angular 18... it's scheduled for the week of 2024-05-20. :wink:
We are experiencing the same on our webapp, and when it crashes unfortunately this can cause data loss. I can see that excluding elements with`[src^="data:"]` might help, other than this...