Samuel Fernández
Samuel Fernández
> If this gets approved I can try to submit a PR! 😄 Still available 😅
@lincolnthree @Erbenos router link directive internally already parses commands into a url tree and the triggers navigation. Supporting that should be fairly simple, just a matter of triggering the navigation...
Would a contrib be welcomed? 😅 Cc @JeanMeche
Thanks @atscott!
@jrson83 Thanks for the reply. Any example of the permissions configuration? Or would you know which one exactly is needed?
> Can you provide an example of how the usage of arrays with deep signals within the SignalStore/State should look like? How the state update would look like? @markostanimirovic Sure!...
> Promise can emit only one value. This is a no-go for a thing like resource(). > Yeah Evgeniy summed it up. A Promise is a deadend once it resolved....
> If I understand correctly, you're more looking for a signal/resource integration into the router ? Yes 😅 and with a store for example, to do some logic when it...
> I've encountered a similar situation while testing the new `resource`. > > Here's the approach I'm currently using: > > ```ts > await lastValueFrom( > toObservable(this.someResource.status).pipe( > first(status =>...
Thanks for this, really looking forward to it!