benbaran / msal-angular

Angular MSAL Wrapper Module
MIT License
16 stars 16 forks source link

Support for RxJS 6, Angular 6 #10

Open ghost opened 6 years ago

ghost commented 6 years ago

Hello, When I upgrade with angular 5 to 6,I am facing this issue. 'Package "msal-angular" has an incompatible peer dependency to "rxjs"' Is there any chance to compatible with angular 6.

Thanks

RobCannon commented 6 years ago

I see the PR has been accepted, but it doesn't look like a new version has been published to npm. In fact, the npm version is way behind at 1.0.3. I guess I can try installing directly from GitHub and see if that will work.

ptirador commented 6 years ago

Any update on this? I'm hoping to use MSAL with an Angular 6 app.

jrmcdona commented 5 years ago

did you guys get this working with Angular 6?

benbaran commented 5 years ago

I would suggest you use the official Microsoft library. I haven’t updated this since it was released.

Sent from my iPhone

On Feb 4, 2019, at 5:21 PM, Jordan notifications@github.com wrote:

did you guys get this working with Anguklar 6?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jrmcdona commented 5 years ago

Will do!