Lars Rye Jeppesen

Results 80 comments of Lars Rye Jeppesen

I ended up using the native browser API for scanning and it works very well. The only issue is that iOS doesn't support it but for my use that that...

@yaffa77 I used this: https://developer.mozilla.org/en-US/docs/Web/API/Barcode_Detection_API Works well, does both QR and barcodes. But only Edge/Chrome for the moment, afaik

@ABNERMATHEUS If you want something to run on both client and/or server, use `OnInit` If you want something to run only in clients, use `afterNextRender()`, as this will not be...

Soon it won't matter, as everything will run outside the zone /s

We've been using i18n with json for a long time now, so it's definitely stable and supported. Would be super nice if support for this. could be added here

So this library is dead. Any alternatives?

This is super important, we're about to go zoneless for our app but this is blocking us, unfortunately.

Hi @vzsolt1981 , that would be worth tryin actually. Thanks, I could try it.

> > Hi @vzsolt1981 , that would be worth tryin actually. Thanks, I could try it. > > Works for me, hence the suggestion. Good luck! How did you actually...

Ahh thanks guys. I had totally removed zonejs in the app. So I guess leave that in polyfills (too bad) but disable it in the config (good). Cheers Update: it...