Skip to content

Commit 27f504d

Browse files
committed
Update README.md for Angular to reflect samples folder change, and missing bracket
1 parent c6db556 commit 27f504d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/msal-angular/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ At a minimum, MSAL Angular will follow the [support schedule of the main Angular
3232

3333
* [Angular Quickstart](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-angular)
3434
* [B2C Angular SPA](https://github.com/Azure-Samples/active-directory-b2c-javascript-angular-spa)
35-
* [Angular v6](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/angular6-sample-app)
36-
* [Angular v7](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/angular7-sample-app)
37-
* [Angular v8](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/angular8-sample-app)
38-
* [Angular v9](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/angular9-sample-app)
35+
* [Angular v6](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-samples/angular6-sample-app)
36+
* [Angular v7](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-samples/angular7-sample-app)
37+
* [Angular v8](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-samples/angular8-sample-app)
38+
* [Angular v9](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-samples/angular9-sample-app)
3939

4040
## Usage
4141

@@ -197,7 +197,7 @@ export function loggerCallback(logLevel, message, piiEnabled) {
197197
correlationId: '1234',
198198
level: LogLevel.Verbose,
199199
piiLoggingEnabled: true,
200-
}
200+
}),
201201
}
202202
})]
203203
})

0 commit comments

Comments
 (0)