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:38 #965

Closed
wants to merge 1 commit into from
Closed

Answer:38 #965

wants to merge 1 commit into from

Conversation

SidV2
Copy link
Sponsor

@SidV2 SidV2 commented May 23, 2024

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 38 catchError answer answer sponsor sponsor the project to be reviewed PR requests a review labels May 23, 2024
@@ -42,7 +42,12 @@ export class AppComponent implements OnInit {
.pipe(
map(() => this.input),
concatMap((value) =>
this.http.get(`https://jsonplaceholder.typicode.com/${value}/1`),
this.http.get(`https://jsonplaceholder.typicode.com/${value}/1`).pipe(
catchError((err) => {
Copy link
Owner

Choose a reason for hiding this comment

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

馃憤

@tomalaforge tomalaforge removed the to be reviewed PR requests a review label May 26, 2024
@SidV2 SidV2 closed this May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
38 catchError answer answer sponsor sponsor the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants