Hi, I am migrating project to angular 6 which uses rxjs 6.
There should be used .pipe syntax and interfaces like import { Observable } from 'rxjs/Observable'; are no longer valid. Instead use
import { Observable } from 'rxjs';
or
import { throwError } from 'rxjs';
this is not big job but do you think you can update it soon?
And update is currently in the works. Will be out very shortly with all the rxjs support.
Any update on this?
Its on its way.
Golden! Thanks for the effort!
with pleasure. I'm just going through some open issues and then I will publish the new version.
I'd love to see this on NPM, do you have a release date in mind? I don't want to push. Just trying to get my priorities straight for the week.
Thanks!
It is important for me also because i cannot create pull request for my team without it. And we also are running out of time.
I think it is already there, I uninstalled and installed again, then it works.
Nop. At least npm shows previous version.
Try uninstalling then installing again, both with --save
Hi
If you want to, you can always try out https://www.npmjs.com/angular-oauth2-oidc-codeflow
It is an up to date fork of this repository, but with Authorization Code Grant flow added. It is currently released as a beta.
Just released Version 4.0.0
https://github.com/manfredsteyer/angular-oauth2-oidc/releases/tag/4.0.0
Thanks to all contributers
Some nice additional features are in the pipeline ...
Most helpful comment
I'd love to see this on NPM, do you have a release date in mind? I don't want to push. Just trying to get my priorities straight for the week.
Thanks!