UNPKG
@ngrx/operators
Version:
latest (20.0.1)
next (20.0.0-rc.0)
20.0.1
20.0.0
20.0.0-rc.0
20.0.0-beta.0
19.2.1
19.2.0
19.1.0
19.0.1
19.0.0
19.0.0-rc.0
19.0.0-beta.0
18.1.1
18.1.0
18.0.2
18.0.1
18.0.0
18.0.0-rc.1
18.0.0-rc.0
18.0.0-beta.1
18.0.0-beta.0
17.2.0
17.1.1
17.1.0
17.0.1
17.0.0
17.0.0-rc.0
17.0.0-beta.0
Shared RxJS Operators for NgRx libraries
github.com/ngrx/platform
ngrx/platform
@ngrx/operators
/
src
/
index.d.ts
4 lines
(3 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
export
{ concatLatestFrom }
from
'./concat_latest_from'
;
export
{ mapResponse }
from
'./map-response'
;
export
{ tapResponse }
from
'./tap-response'
;