An open API service indexing awesome lists of open source software.

https://github.com/jdegand/rxjs-catch-error

Angular Challenges #38 RxJs Catch Error Proposal Solution
https://github.com/jdegand/rxjs-catch-error

angular angular-challenges

Last synced: 11 months ago
JSON representation

Angular Challenges #38 RxJs Catch Error Proposal Solution

Awesome Lists containing this project

README

          

# Rxjs Catch Error

Solution to [Devesh Chaudhari's RxJs Catch Error Angular Challenge Proposal](https://github.com/tomalaforge/angular-challenges/pull/193)

## Built With

- [Angular](https://angular.io)
- [Angular CLI](https://github.com/angular/angular-cli) version 16.2.5.

## Thoughts

- Good setup to the challenge
- Little easy but still important topic
- Adding test requirement could make harder
- Have to click the button for submission to happen on the input - enter doesn't work
- Using button refs -> reason for poor accessibility ?
- Didn't use tailwind for the styling - could be converted - I'm not a big tailwind user
- Better to cap the width of returned json from the api request to improve styling