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
- Host: GitHub
- URL: https://github.com/jdegand/rxjs-catch-error
- Owner: jdegand
- Created: 2023-10-13T23:47:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T23:23:09.000Z (over 2 years ago)
- Last Synced: 2025-01-22T09:12:58.537Z (about 1 year ago)
- Topics: angular, angular-challenges
- Language: TypeScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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