Closed silver-stack closed 6 years ago
Hi silver-stack,
Have you tried this solution? https://github.com/angular/angular-cli/issues/8160#issuecomment-386153833
@silver-stack adal-angular 5.2 is not written by Microsoft and hence it is out of scope for the library. Closing this issue.
Some guidance on how to use the library with Angular 6 would be welcome. The following was written by Microsoft and has the same issue described here https://blogs.msdn.microsoft.com/premier_developer/2017/04/26/using-adal-with-angular2/
This blog post by Microsoft shows how to use adal.js with Angular 4+, the example is done with Angular-CLI 7.0.0-rc.1. https://blogs.msdn.microsoft.com/premier_developer/2018/10/24/using-adal-js-with-angular4/
Hello, I have recently upgraded one of our projects that uses adal-angular from version 5.2 to 6.0 and we are receiving the following error within browser console:
After some further investigation I believe that this issue is related to the removal of shims from version 6.0. There is more information here: #9827 (comment)
To assist a little, we are importing as follows:
I'll admit that I know little about shims, however if there is a work around that you know of it would be much appreciated.
Unfortunately I am not able to update the title, I should have wrote shims being made obsolete (not deprecated).
Kind Regards, silver-stack