Alexander Widmer

Results 9 comments of Alexander Widmer

@pandabuilt yes i would like to work together, i'm a product manager and i'm new to coding... so i'm not sure if i can be very helpful. We have an...

Our idea for implementing paperbits in our app would look like this: paperbits is inserted as an angular component. The component serves as a wrapper class in which the logic...

Hi, I there are different ways to solve this problem... You could refresh the prices on every visit on the cart route or you could refresh the prices after saving...

Yes we are building the prices on the backend. In our case there are 10-15 different calculations (Discounts, Project-Discounts, etc...) as the ERP-System is the master for this. We are...

Probably the best solution would be to add the pre-existing ranges to the options

Is your suggestion to do something like this? ``` return inject(NgZone).runOutsideAngular(() => inject(QueryClientToken)) ```

I have tested the whole thing with the following changes, but nothing has changed and I still get the same error message. ``` const QueryClientService = new InjectionToken( 'QueryClientService', {...

@radekdob unfortunately i haven't found a good solution. We use this for an e-commerce application currently on Angular 18 and hydration is only working with zoneJs. we also can't defer...

Is there anything I can do to help with this