sureshchahal/ng2-adal-examples

Angular v4.4.3 Issues

Opened this issue · 1 comments

Unable to use the ng2-adal (v2.0.0) with the angular v4.4.3.

We are not able to use the AuthService etc.. from the ng2-adal\core. Below is the error snippet,

ERROR in C:/Users/madurais/app-name/src/app/app.module.ts (42,50): Cannot find module 'ng2-adal/core'.

v2.0.0 upgrade:

BREAKING CHANGE: Make sure you're importing AdalService like this: import { AdalService } from "ng2-adal/dist/core"