You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update to Angular 8.2.x ([dbe983b](https://github.com/NativeScript/nativescript-angular/commit/dbe983b))
8
+
* Remove `@angular/http` from the dependecies ([#1842](https://github.com/NativeScript/nativescript-angular/issues/1842)) ([c6af21d](https://github.com/NativeScript/nativescript-angular/commit/c6af21d))
9
+
10
+
### BREAKING CHANGES:
11
+
12
+
* The `NativeScriptHttpModule` is removed
13
+
*`@angular/http` is removed from the dependencies
14
+
15
+
Migration steps:
16
+
* If using `NativeScriptHttpModule`, replace with `NativeScriptHttpClientModule` as done [here](https://github.com/NativeScript/nativescript-sdk-examples-ng/commit/16d3caee2b0ee2d88d328b75bde49eea6c96920a)
17
+
* as `@angular/http` is no longer a peerDependency of `nativescript-angular`, you can remove if from your dependencies
0 commit comments