dinnerhe
dinnerhe
Just a bit clarification: the previewer needs .NET 6 **runtime**, not **SDK**(though installing SDK also installs runtime) I do think this needs to be stated in previewer installation guide to...
It seems that setting a breakpoint on [navigate function](https://github.com/matschik/component-party.dev/blob/ec412ed093eec8eb57684b4590a78e645bc559c8/src/Router.svelte#L19) in Router.svelte gurantees breaks the navigation when clicking the first time. If you click again navigate is not triggered for some...
Removed all `standalone: true` here #283 However I don't think `resource` and `linkedSignal` API needs to be implemented now as they are still experimental features [Link](https://angular.dev/api/core/resource) [Link2](https://angular.dev/guide/signals/linked-signal)