Skip to content

Commit c80685d

Browse files
SethDavenportsmithad15
authored andcommitted
Update Angular, RxJS, and typescript (#28)
* Update Angular, RxJS, and typescript Adapt to changes in those packages. * Update CHANGELOG.md * Simplify version guidance * move v9 out of beta
1 parent 86c5133 commit c80685d

File tree

5 files changed

+1083
-116
lines changed

5 files changed

+1083
-116
lines changed

packages/router/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 9.0.0 - Angular 6, RxJS 6 Support
2+
3+
Adapts to breaking changes in Angular 6 and RxJS 6. Also updates to Typescript 2.7.2.
4+
15
# 7.0.0 - Angular 5+ only support
26

37
* Update to Angular 5 compiler

packages/router/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
Bindings to connect @angular/router to @angular-redux/core
88

9+
## Which version should I use?
10+
11+
For use with Angular 6: Use v9.
12+
13+
For use with Angular 5: Use v7.
14+
15+
For use with Angular 2-4: Use v6.
16+
917
### Setup
1018

1119
1. Use npm to install the bindings:

0 commit comments

Comments
 (0)