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.

Angular 9 Support #304

@derenge

Description

@derenge

I recently downloaded this project to use in an Angular 9 app and ran into compatibility issues.

I've used the angular guide for creating libraries to create a new workspace and library. Simply copying over the src of this repository and updating the auto generated package.json got things working.

{
  "name": "ngrx-json-api",
  "version": "0.0.1",
  "peerDependencies": {
    "@angular/common": "^9.1.1",
    "@angular/core": "^9.1.1",
    "@ngrx/effects": "^9.1.0",
    "@ngrx/store": "^9.1.0",
    "rxjs-compat": "^6.5.5",
    "tslib": "^1.10.0"
  }
}

Are there plans to update this library to support Angular 9? I'm willing to investigate what changes would be necessary in this repository instead of forking.

I've only done a basic test of the functionality, but it seems to do exactly what I need. Great work by all involved!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions