You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
A simple starter project demonstrating the basic concepts of Angular 2.
3
+
A simple starter project showing how to use [ADAL](https://github.com/AzureAD/azure-activedirectory-library-for-js/) with Angular2
4
4
5
5
6
6
### Usage
@@ -9,6 +9,9 @@ A simple starter project demonstrating the basic concepts of Angular 2.
9
9
- Make sure you have NPM installed version 3+
10
10
-`WINDOWS ONLY` run `npm install -g webpack webpack-dev-server typescript` to install global dependencies
11
11
- run `npm install` to install dependencies
12
+
- setup your Azure Active Directory and Register your application (https://docs.microsoft.com/en-us/azure/active-directory/active-directory-app-registration)
13
+
- update /services/config.service.ts with your Tenant and ClientIDs
12
14
- run `npm start` to fire up dev server
13
-
- open browser to [`http://localhost:3000`](http://localhost:3000)
14
-
- if you want to use other port, open `package.json` file, then change port in `--port 3000` script
15
+
- open browser to [`http://localhost:5000`](http://localhost:5000)
16
+
- if you want to use other port, open `package.json` file, then change port in `--port 5000` script
0 commit comments