Here's the draft for the RxJS interop layer of @angular signals: https://github.com/angular/angular/pull/49154
You can create a signal from an observable using the function "fromObservable"; the signal value type is a discriminating union of "NoValueState", "ValueState<T>" and "ErrorState" (the property "kind" is the discriminant), which reflects the different states an observable can have. Interestingly enough there is no "CompletedState" (yet).
#angularcommunity #signals #rxjs
RT @angular_meetup
📢 SURPISE SPEAKER!
We're super stoked to have @JordanPowell88 from @Cypress_io joining us for a super secret presentation at TONIGHT'S #AngularCommunity Meetup ⚡️
Come find out what he'll be sharing plus a chance to win a ticket to #ngconf2023 & MORE!
@develwithoutacause To be honest, the fact that the angular community (including the angular team itself, with some exceptions) is currently not very active on Mastodon, is a little bit disheartening. That's why I think I still have to check what's going on on the bird site on a regular basis although it feels more hostile by the day.