ngx-sp-auth 4.3.15 → 4.4.0
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/fesm2022/ngx-sp-auth.mjs
CHANGED
|
@@ -4211,7 +4211,7 @@ class SubMenuCardComponent {
|
|
|
4211
4211
|
</a>
|
|
4212
4212
|
}
|
|
4213
4213
|
@else {
|
|
4214
|
-
<a [routerLink]="[ card.urlPath ]" class="card-link col-4">
|
|
4214
|
+
<a [routerLink]="[ '/'+card.urlPath ]" class="card-link col-4">
|
|
4215
4215
|
<div class="card w-100 border-0 rounded text-center glb-cursor-pointer">
|
|
4216
4216
|
<div class="card-icon">
|
|
4217
4217
|
<div class="card-icon2">
|
|
@@ -4251,7 +4251,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
4251
4251
|
</a>
|
|
4252
4252
|
}
|
|
4253
4253
|
@else {
|
|
4254
|
-
<a [routerLink]="[ card.urlPath ]" class="card-link col-4">
|
|
4254
|
+
<a [routerLink]="[ '/'+card.urlPath ]" class="card-link col-4">
|
|
4255
4255
|
<div class="card w-100 border-0 rounded text-center glb-cursor-pointer">
|
|
4256
4256
|
<div class="card-icon">
|
|
4257
4257
|
<div class="card-icon2">
|