Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ import { JsonApiModule } from 'angular2-jsonapi';
export class AppModule { }
```

**Note**: Because in our custom `Datastore` service we will make use of dependency injection into a class that inherits from a class of this module (see [this doc for an example](https://angular.io/docs/ts/latest/cookbook/dependency-injection.html#!#di-inheritance)) the used `@angular/http` module in our base project need to be of the same version as the version used by this module. Otherwise you will get an error like this:
```
Argument of type 'Http' is not assignable to parameter of type 'Http'.
Property '_backend' is protected but type 'Http' is not a class derived from 'Http'.
```
See [this issue](https://github.com/ghidoz/angular2-jsonapi/issues/4) for details.

## Usage

### Configuration
Expand Down