🌀

Size: a a a
🌀
🌀
🌀
S
S
🌀
🌀
Вキ
🌀
Вキ
ДМ
🌀
ДМ
ДМ
🌀
forkJoin(objectIds.map((pageObjectId: string): ObservableInput<string> =>
from(
gSlides.presentations.pages.getThumbnail({
presentationId: CODELAB_PRESENTATION_ID,
pageObjectId
})
).pipe(map(response => response.data.contentUrl))
)
)
`
ДМ
Вキ
forkJoin(objectIds.map((pageObjectId: string): ObservableInput<string> =>
from(
gSlides.presentations.pages.getThumbnail({
presentationId: CODELAB_PRESENTATION_ID,
pageObjectId
})
).pipe(map(response => response.data.contentUrl))
)
)
`
🌀
ДМ
export declare function forkJoin<A>(sources: [ObservableInput<A>]): Observable<[A]>;
🌀
export declare function forkJoin<A>(sources: [ObservableInput<A>]): Observable<[A]>;