keycloak-angular 19.0.0 → 19.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,7 +126,7 @@ If you want to know more about these options and various other capabilities of t
|
|
|
126
126
|
> If your application relies on NgModules, the library still has support for it. See more information on how to configure a [NgModule the application](https://github.com/mauriciovigolo/keycloak-angular/docs/ngmodule.md).
|
|
127
127
|
|
|
128
128
|
**Additional Resources**
|
|
129
|
-
For more details, refer to the [provideKeycloak](https://github.com/mauriciovigolo/keycloak-angular/docs/provide.md) documentation.
|
|
129
|
+
For more details, refer to the [provideKeycloak](https://github.com/mauriciovigolo/keycloak-angular/blob/main/docs/provide.md) documentation.
|
|
130
130
|
|
|
131
131
|
## Example project
|
|
132
132
|
|
|
@@ -278,7 +278,7 @@ export const appConfig: ApplicationConfig = {
|
|
|
278
278
|
```
|
|
279
279
|
|
|
280
280
|
**Additional Resources**
|
|
281
|
-
For more details on the available interceptors and their configurations, refer to the [Keycloak HttpClient Interceptors](https://github.com/mauriciovigolo/keycloak-angular/docs/interceptors.md) documentation.
|
|
281
|
+
For more details on the available interceptors and their configurations, refer to the [Keycloak HttpClient Interceptors](https://github.com/mauriciovigolo/keycloak-angular/blob/main/docs/interceptors.md) documentation.
|
|
282
282
|
|
|
283
283
|
## Directives
|
|
284
284
|
|