style added : ps

This commit is contained in:
VE10-Sanjeev 2023-11-20 21:49:11 +05:30
parent ff124fe270
commit b130bec2f5

View File

@ -116,7 +116,8 @@
<div fxFlex="70">
<div *ngIf="LenderRoleID == '26' && (currentPDStatus == pdStatusCheck.TRIGGERED || currentPDStatus == pdStatusCheck.ALLOCATED || currentPDStatus==pdStatusCheck.SCHEDULED || currentPDStatus == pdStatusCheck.INPROGRESS ); else plaintext">
<mat-radio-group align="start" (change)="changePDTypeValue($event)">
<mat-radio-button *ngFor="let item of credit_pd_type_list" [value]="item.fk_pd_type" [checked]="item.fk_pd_type === defaultPDType">
<mat-radio-button style="margin-right: 20px !important;"
*ngFor="let item of credit_pd_type_list" [value]="item.fk_pd_type" [checked]="item.fk_pd_type === defaultPDType">
{{ item.display_name }}
</mat-radio-button>
</mat-radio-group>