-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem integrating with angular-cli #15
Comments
I'm having the same issue. I think it's because his directions using system.js include adding adal to the modules loaded, so it exists at runtime. Still trying to figure out how to tell angular cli that it's there. |
+1 same problem. This needs to be done since Angular-CLI is becoming kind of a standard. |
i am having the same problem |
I solved this problem because I have it working now but I can't remember what EXACTLY fixed the issue. My guess, though is that it was solved when I added the adal types to my project.
should do the trick. |
@csmithnic , could you please share the scripts that you are loading on angular-cli.json file? I am having the same issue, I've already installed @types/adal and no luck. |
@babilog I did this again last night and the thing I realized I was missing was adding 'adal' to your list of types in the tsconfig.app.json file (If you're on the latest version of @angular/cli) So, my tsconfig looks like this
this is in addition to installing @types/adal. I also have
in my package.json dependencies... not sure if it's needed, I haven't checked if that's essential or just left over from experimentation. Hope this helps! |
@csmithnic , apologies for the late reply, after adding |
Trying to integrate with the official angular cli but I'm facing the following issue:
cannot find module "adal"
Does anyone succeeded integrating it with angular-cli?
The text was updated successfully, but these errors were encountered: