Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Answer:11 forkJoin #900

Closed

Conversation

LMFinney
Copy link
Sponsor Contributor

Checklist for challenge submission

  • Start your PR message with Answer:${challenge_number}

Warning:

  • If you want feedback or review, you must support the project on GitHub:

Alternatively, you can still submit your PR to join the list of answered challenges or to be reviewed by a community member. 馃敟

@github-actions github-actions bot added 11 exercice bug rxjs chaining operators answer answer sponsor sponsor the project to be reviewed PR requests a review labels May 13, 2024
.reduce((acc, curr) => merge(acc, curr), of(true))
: of(true),
forkJoin(
topicToDelete.map((t) => this.dbService.deleteOneTopic(t.id)),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forkJoin is one solution, you can also use mergeAll and toArray. I find the latest a bit easier to read but both works the same

@tomalaforge tomalaforge removed the to be reviewed PR requests a review label May 16, 2024
Copy link

This pull request is stale because it has been open for 15 days with no activity.

@github-actions github-actions bot added the stale label May 27, 2024
Copy link

This pull request was closed because it has been inactive for 5 days since being marked as stale.

@github-actions github-actions bot closed this May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11 exercice bug rxjs chaining operators answer answer sponsor sponsor the project stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants