Skip to content

matzmz/rxjs-custom-operators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS custom operators

switchMapBy

function switchMapBy<T, O extends ObservableInput<any>>(property: string, project: (value: T, index: number) => O): OperatorFunction<T, ObservedValueOf<O>>

alt text

exhaustMapBy

function exhaustMapBy<T, O extends ObservableInput<any>>(property: string, project: (value: T, index: number) => O): OperatorFunction<T, ObservedValueOf<O>>

alt text

About

RxJS Custom Operators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors