This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Installation
wenYorker edited this page Jul 12, 2018
·
2 revisions
You have multiple ways of getting ADAL JS:
Via NPM (https://www.npmjs.com/package/adal-angular):
npm install adal-angular
Note: Currently there is one NPM package providing both the plain JS library (adal.js) and the AngularJS wrapper (adal-angular.js).
Via CDN:
<!-- Latest compiled and minified JavaScript -->
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.17/js/adal.min.js"></script>
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.17/js/adal-angular.min.js"></script>
Via Bower:
$ bower install adal-angular