Lars Rye Jeppesen
Lars Rye Jeppesen
I really like the modules system. It keeps me from having to import a gazillion components, pipes in every component. What a mess. I like the way that modules are...
@sod I'm worried that by introducing more "magic imports" it will be more difficult to maintain code. If you auto-import components like that, you effectively create global namespacing, and that...
Have you tried` import * as jsPDF from 'jspdf' `
And now 18
@Meistercoach83 I think he mentioned he's working on adding support for zoneless. Also version 18.0.1 just came out (angular/fire), we've updated and it works well (just not with zoneless yet,...
Any good alternatives? ngx-toastr doesn't work with Zoneless change detection
I works fine for me, I am using Angular 14.2.1 Can build, deploy and run the scanner without issues.
@rvalitov I understand, but I assumed it would be helpful for others than you to know that it seems to be working with newer versions. Can I ask why you...
I believe Status Code 16 means authentication denied. Are you using cookies for authentication?
@uendar well something is denying access. I had the same issue and that was because RNFetchBlob didn't reuse the session cookie I got back using Fetch. I had to extract...