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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
# Angular REST API example with observables
7
7
8
8
An [Angular 4](https://angular.io) application showing how to use a [REST(Restful)](https://en.wikipedia.org/wiki/Representational_state_transfer)[API](https://en.wikipedia.org/wiki/Application_programming_interface) with [observables](http://reactivex.io/rxjs/class/es6/Observable.js~Observable.html).
9
-
Includes Angular 5.0.0-beta.0 (v4.3.2) with new HttpClient.
9
+
Includes Angular v5.0.0-beta.0 (v4.3.2) with new HttpClient.
10
10
11
11
## Framework, Layout and data
12
12
* Framework: [Angular 4](https://angular.io) - Angular is a framework for building client applications in HTML and TypeScript that compiles to JavaScript.
@@ -30,6 +30,6 @@ Whether you are authoring a web-based application in JavaScript or a server-side
30
30
* Observable
31
31
* Observable/throw
32
32
* Operator/catch
33
-
* Operator/map
33
+
* Operator/map (Not anymore with HttpClient v4.3.2)
34
34
35
35
Due the RxJS library size, it is necessary to import only the operators you need. Otherwise the launch time of your application will be longer.
0 commit comments