ngx-errors icon indicating copy to clipboard operation
ngx-errors copied to clipboard

L96 GitHub working patch to rxjs 6

Open L96Github opened this issue 6 years ago • 3 comments

What are you adding/fixing?

Attempting to make it compatible with rxjs version 6, mostly using rxjs-compat.

Have you added tests for your changes?

Not yet. Unfortunately didn't have enough time.

Will this need documentation changes?

No, although the changes are on how rxjs imports are structured and the new ways of using its components (e.g. combineLatest, Observable, Subject, map, etc). There is plenty of docs describing the changes. (https://auth0.com/blog/whats-new-in-rxjs-6/), but that doesn't directly concern this package

Does this introduce a breaking change?

So far none apparent. I am currently using it in a project almost in production.

Other information I ran the example with yarn example and tested it, had no errors on the console. Had to update the code to support the braking changes of rxjs 6, other than a few warnings (as you can see in the screenshots) I have not come across any problem. I am also testing as much as I can on the project in which I am using it on, hope it helps.

screen shot 2018-11-22 at 12 31 05 am screen shot 2018-11-22 at 12 31 37 am screen shot 2018-11-22 at 12 32 12 am screen shot 2018-11-22 at 12 32 45 am

L96Github avatar Nov 21 '18 23:11 L96Github

would be great to have support for RxJS 6. Currently can't use it in Angular 7. Anyone know of a workaround ? thanks

szilardd avatar Dec 21 '18 12:12 szilardd

would be great to have support for RxJS 6. Currently can't use it in Angular 7. Anyone know of a workaround ? thanks

You can use rxjs-compat during the time where you wait the approval of this PR ;)

kevincaradant avatar Jan 14 '19 11:01 kevincaradant

If you want: https://www.npmjs.com/package/@hackages/ngxerrors

anymaniax avatar Mar 29 '19 17:03 anymaniax