Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View CarlesRa's full-sized avatar

carlesra CarlesRa

View GitHub Profile
@CarlesRa
CarlesRa / rxjs_snippets
Created September 14, 2022 10:01
forkJoin do a forkJoin #f-join
forkJoin([
this.taxService.getAll(),
this.bookableSequenceService.getAll(),
this.bookableContractService.getAll(),
this.extranetUserService.getAll(),
this.emailEventNotificationService.getAll(),
this.cacheService.getReferenceInfo([SIME_CONFIG.REFERENCES_IDS.SysCountry]),
this.adTableService.load(SIME_CONFIG.TABLE_IDS.GLB_ESTABLISHMENT)
]).subscribe({
next: (resp) => {