wiebo-troost / ionic-msal-native

Ionic wrapper for cordova-plugin-msal
MIT License
4 stars 3 forks source link

Package does not work with newer versions of Angular in production mode #5

Open orjandh opened 3 years ago

orjandh commented 3 years ago

When using this package in the newer version of Angular with aot and ivy enabled it causes problems. A generic runtime error pertaining to the compilation will be thrown. I have fixed the issue in a fork https://github.com/orjandh/ionic-msal-native. I don't know exactly which change fixed the issue, but it may have been upgrading the tslib dependency to the newest version. However I think all the changes are positive.