manishrasrani / ms-adal-angular6

This is a wrapper library for Angular 6+ (Angular 6.X.X and Angular 7.X.X) modules over Microsoft ADAL (Azure Active Directory Authentication Library)
https://www.npmjs.com/package/microsoft-adal-angular6
MIT License
34 stars 13 forks source link

Update for Angular 8 #22

Closed ChristofFritz closed 4 years ago

ChristofFritz commented 5 years ago

Hi, please make it work with Angular8. Currently the Angular CLI prints out the issue Package "microsoft-adal-angular6" has an incompatible peer dependency to "@angular/core" (requires "^6.0.0-rc.0 || ^6.0.0" (extended), would install "8.0.0"). when trying to update the Angular Application to Version 8. You can try it out on any Angular 7 project via ng update @angular/cli @angular/core

micleners commented 5 years ago

@ChristofFritz What worked for me was:

I had to uninstall/reinstall again for updating angular material. Looks like our project still works in this end ¯_(ツ)_/¯

If anyone knows how to loosen the requirement for Angular v6 this would be really helpful! I can't identify where it's coming from.

Berezhnyk commented 4 years ago

The name of the library bothers me =) Is it working with Angular 8/9?

ChristofFritz commented 4 years ago

I'd suggest to no longer use this library. Just use msal-angular from Microsoft directly. It has been updated for the current versions of angular and seems like black-magic when compared to this library.