7.0.0-rc.07.0.0-beta.15
Reading changes from the repo…
firstValueFrom
and lastValueFrom
functions, making it easier to handle cases where the source observable may not emit any values. ajax
functionality is improved with clearer types and better examples, helping you understand how to use it effectively. forkJoin
and combineLatest
returning incorrect observable types when passed any input, ensuring you get the expected results. fromEvent
function to properly match targets and correct the result selector type, enhancing its reliability. pipe
function to ensure that it correctly infers unknown
for nine or more arguments, improving type safety.