We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc38432 commit 6228d76Copy full SHA for 6228d76
angular-oauth2-oidc/README.MD
@@ -213,7 +213,7 @@ The following snippet contains the template for the login page:
213
</div>
214
```
215
216
-### Calling a Web API with an OAuth-Token
+### Calling a Web API with an Access Token
217
218
Pass this Header to the used method of the ``Http``-Service within an Instance of the class ``Headers``:
219
angular-oauth2-oidc/md/systemjs.md
@@ -2,7 +2,7 @@
2
3
Thanks to [Kevin BEAUGRAND](https://github.com/kbeaugrand) for adding this information regarding SystemJS.
4
5
-```
+```TypeScript
6
System.config({
7
...
8
meta: {
0 commit comments