ngrx / store

RxJS powered state management for Angular applications, inspired by Redux
MIT License
3.9k stars 311 forks source link

ngrx projects out of date #434

Closed mtabaj closed 7 years ago

mtabaj commented 7 years ago

I need to use the latest rxjs version, and I have the following error

ERROR in C:/_ xxx/node_modules/rxjs/Subject.d.ts (16,22): Class 'Subject' incorrectly extends base class 'Observable'. Types of property 'lift' are incompatible. Type '(operator: Operator<T, R>) => Observable' is not assignable to type '(operator: Operator<T, R>) => Observable'. Type 'Observable' is not assignable to type 'Observable'. Type 'T' is not assignable to type 'R'.

I guess this errors are because the projects are not updated since +3 months ago. There are some plans to update? Marcos

brandonroberts commented 7 years ago

Yes, V4 is actively being developed and will be released soon. See https://github.com/ngrx/platform for the monorepo