feat(mitt-konto): Added link to CIAM self-service to support edit functionality. (TV-954)
Merge in TEA/mina-sidor-fa-web from feature/TV-954-CIAM-self-service-link to develop Squashed commit of the following: commit 86ce019f1cbe2b78fec6f07ce28318004daf3b3f Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Mon Dec 6 14:41:51 2021 +0100 Added link to CIAM self-service
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</a>
|
||||
|
||||
<ng-template #externalLinkRef>
|
||||
<a *ngIf="uiHref" [ngClass]="linkButtonClass" [attr.href]="uiHref">
|
||||
<a *ngIf="uiHref" [ngClass]="linkButtonClass" [attr.href]="uiHref" [attr.target]="uiTarget">
|
||||
<ng-container *ngTemplateOutlet="contentRef"></ng-container>
|
||||
</a>
|
||||
</ng-template>
|
||||
|
||||
@@ -14,6 +14,7 @@ export class LinkButtonComponent {
|
||||
@Input() uiFullWidth = false;
|
||||
@Input() uiRouterLink: string | string[];
|
||||
@Input() uiHref: string;
|
||||
@Input() uiTarget: '_blank' | '_self' | '_parent' | '_top' | string = '_self';
|
||||
@Input() uiQueryParams: Params = null;
|
||||
|
||||
roundedButtonTypes: UiLinkButtonType[] = [
|
||||
|
||||
Reference in New Issue
Block a user