the-guild-org / the-guild-org/apollo-angular
Add support for request progress
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 309
- Avg merge
- 1h 45m
- Merged PRs (30d)
- 3
Description
Angular now provides support for monitoring the progress of HTTP requests through an observable.
https://angular.io/guide/http#listening-to-progress-events
It would be great if this could be exposed through apollo-angular.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read Angular's HTTP progress-events guide first, then inspect apollo-angular's existing request integration. Determine how progress events should be exposed through the client and define the observable behavior; the work is done when request progress is available through apollo-angular and covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, graphql, typescript
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100