From 65b6bd0516c9800d082606fd853f01d1f00e781d Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 12 Jul 2017 16:55:18 -0700 Subject: [PATCH] Removing old warning message from README The readme has a big version match warning in it, but the issue it links to says that issue has been solved. Let's remove it from the readme to reduce confusion. --- README.MD | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.MD b/README.MD index 5a1b0772..d2cb144c 100644 --- a/README.MD +++ b/README.MD @@ -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