benbaran / adal-angular4-example

Angular 4 ADAL Wrapper Example
28 stars 13 forks source link

Which npm package #18

Open web265p3 opened 6 years ago

web265p3 commented 6 years ago

I am confused about which NPM package to use, if I want to call Azure AD with Angular 6. I could use this one (adal-angular4), but the name suggests, that its actually for Angular 4.

I could also use this npm:

https://www.npmjs.com/package/adal-angular6

And it seems to be exactly the same. Only the AdalHTTPService is not there. Does it matter which npm package to use? I'm confused.