AS
Size: a a a
AS
AS
IF
AS
IF
AS
AS
DG
@Effect() request$ = this.actions$.pipe(
ofType(...),
switchMap(action => {
return this.api.get(...).pipe(
map(...),
catchError(...),
takeUntil(this.actions$.pipe(ofType(Actions.CANCEL_ALL_REQUESTS)),
)
})
);
DG
DG
DG
RK
AK
AS
AS
RK
AK
AK
AS
@Effect() request$ = this.actions$.pipe(
ofType(...),
switchMap(action => {
return this.api.get(...).pipe(
map(...),
catchError(...),
takeUntil(this.actions$.pipe(ofType(Actions.CANCEL_ALL_REQUESTS)),
)
})
);
AK