SeraphCoding

Results 16 comments of SeraphCoding

This is an alternative to this solution https://github.com/storybookjs/storybook/issues/30208#issuecomment-2688459931 . The linked solution uses webpack and postcss-loader. This one uses vite as a builder. I've got it running with the setup...

@valentinpalkovic Was able to test this with a production application. Seems to be working nicely :) Thank you!

I think this was introduced with PR: https://github.com/angular/angular/pull/61441 Commit: https://github.com/angular/angular/pull/61441/commits/9045e229c2899ee910ff6ce41fa822f2af5f88bf Out of pure curiosity, why is the type narrowed as such? The fix for this also seemingly doesn't get a...

#62111 hasn't seen much activity for 3 months now unfortunately. Though a lot has happened in regards to https://angular.dev/api/common/http/httpResource The solution it seems is to use httpResource instead of rxResource...

@JohannesHoppe Wouldn't these changes be eligible for pull requests? I feel like so many people could profit from these and it would help stabilize the APIs. Thank you so much...

> > Bug [#1](https://github.com/angular/angular/issues/1) is actually a feature ! > > https://x.com/Jean__Meche/status/1984650336875794753 Not fully tested, just used some superficial unit tests, just throwing this in. Should be possible to extend...