Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L96 GitHub working patch to rxjs 6 #52

Open
wants to merge 67 commits into
base: master
Choose a base branch
from

Conversation

L96Github
Copy link

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

toddmotto and others added 30 commits April 11, 2017 15:33
Adding in "error reporting" to describe what exactly this resource is for. This project makes validation errors super easy to report!
Add "error reporting" to description
toddmotto and others added 27 commits April 14, 2017 15:04
Plunker link wasn't opening with the live preview option pre-selected.
Fix project name and clone URL in CONTRIBUTING.md
- changes dependencies for rxjs
- changes dependencies for rxjs
-installed rxjs-compat

-updated typescript to 2.9.2

-added web pack

-added tsconfig.json to fix ts errors including yarn example throwing errors "Error: Final loader didnt return a Buffer or String"

-changed many methods that to newer standard like of, combineLatest, map, etc

-adds rxjs-tslint module and tslint.json to lint the projects to rxjs 6

-ran tslint rxjs-lint with to change old  rxjs imports
-installed rxjs-compat

-updated typescript to 2.9.2

-added web pack

-added tsconfig.json to fix ts errors including yarn example throwing errors "Error: Final loader didnt return a Buffer or String"

-changed many methods that to newer standard like of, combineLatest, map, etc

-adds rxjs-tslint module and tslint.json to lint the projects to rxjs 6

-ran tslint rxjs-lint with to change old  rxjs imports
@szilardd
Copy link

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

@kevincaradant
Copy link

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 ;)

@anymaniax
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
9 participants