Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Cannot track start/end of patch service calls #236

@rkrisztian

Description

@rkrisztian

When I do:

this.ngrxJsonApiService.patchResource({resource: animal, toRemote: true});

Then I have no way of knowing when the operation is started/finished. This is unlike the findOne and findMany operations where the StoreQuery interface has a loading field, which I can use to show the loading indicator. I need a similar solution for patch operations. For delete, it works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions