1

Has anyone got adal working with angular2 webpack ? struggling at the moment trying to get this module to work https://www.npmjs.com/package/angular2-adal

getting the error message Cannot resolve module 'adal'

user2286483
  • 169
  • 1
  • 3
  • 11

1 Answers1

0

This will probably do the trick:

npm install adal-ts --save
hannes neukermans
  • 12,017
  • 7
  • 37
  • 56