VS
Size: a a a
VS
S
VS
Y
Y
Вキ
Y
M
this.http.get(API_URL, ...).pipe(
switchMap(result =>
forkJoin(
this.http.get(API_URL + result.posts),
this.http.get(API_URL + result.comments),
this.http.get(API_URL + result.profile),
)
),
)

S

M
M

M

VL
M
VL
VL
M
OS
L