Skip to content

Commit bb829b1

Browse files
committed
README.md update
1 parent d79cf26 commit bb829b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Angular REST API example with observables
77

88
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.
1010

1111
## Framework, Layout and data
1212
* 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
3030
* Observable
3131
* Observable/throw
3232
* Operator/catch
33-
* Operator/map
33+
* Operator/map (Not anymore with HttpClient v4.3.2)
3434

3535
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

Comments
 (0)