RM
Size: a a a
RM
M

S

M
S
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),
)
),
)
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),
)
),
)
AU
TB
TB
AU
A
o
o
o
H
npm i @angular-devkit/build-angular@0.900.7A
o
npm i @angular-devkit/build-angular@0.900.7VS

YK
H