Open quinnjr opened 1 month ago
Latest commit: e48b25c81efa90507b2e5d2d6cdbd5efcf8a8881
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
@kamilkisiela ready for your review when you have a chance
Checklist:
About
Creating the ability to define in each request on the
context
input the different kinds of underlying Angular HttpClient options.It is primarily suited to adding support for watching and 'event' of the HttpClient to determine events being emitted by the HttpClient as it processes the request/response.
Had to add the coercion of the FetchResult type to the SubscriptionResult type in
subscription.ts
or else Typescript was throwing errors for it.Also includes bumping the versioning for the dev container as the current version doesn't work correctly with the engine version in
package.json
or the requirements of Angular itself.