ranveeraggarwal/angular-adal-quickstart

Login undefined

bogdanstojanovic opened this issue · 1 comments

Seems like adalContext is null somehow. Take a look into source file line 61.
ERROR TypeError: Cannot read property 'login' of undefined
at AdalService.webpackJsonp.../../../../ng2-adal/dist/services/adal.service.js.AdalService.login (adal.service.js:61)
I am using it with Ang v5.0

Hi,
This is a quickstart project that works for Angular 2/4. I don't think the original library supports Angular 5 as of today. When it does, I will try and update this project to work with the same.
Someone on the library repo has a PR that adds Angular 5 support. You can follow the same for an update 😄.