Daniel Murrmann

Results 5 comments of Daniel Murrmann

Basically I am using Fabricator to build up a ui toolkit for my project. Within the fabricator template I use gulp to concat all used libraries and my own JavaScript...

Hi @Pieter-1337, thanks for your input. What I do normally is that I provide the ```X-Requested-With: XmlHttpRequest``` header manually form a javascript client. This way a javascript client receives a...

@Pieter-1337 I think it should be sufficient to check the Sec-Fetch-Dest header for the value empty. In this case we know the request comes somehow from the browsers fetch api...

Hi guyes, from my point of view an absolutely necessary thing we need! Since the beginning of signalStore I always wondered what is the easiest way of writing data back...

@rainerhahnekamp > and then within the store: > ```ts > patchState(store => store.user, {id: 2}) > ``` I think this is not of help to the ones who need this...