This commit is contained in:
CHIEFSOFT\ameye
2023-12-05 10:26:00 -05:00
parent 9efe591311
commit 6022477962
2 changed files with 6 additions and 0 deletions
@@ -39,6 +39,8 @@
</ion-card-header>
<ion-card-content>
<!-- <app-job-details [jobData]="currentJobSelected"></app-job-details>-->
{{modal_item_description}}
<div style="margin-top: 10px; font-size: 14px;">{{modal_item_job_detail}} </div>
@@ -43,8 +43,12 @@ export class MyjobOffersComponent implements OnInit {
modal_item_description:string='';
modal_item_job_detail:string='';
currentJobSelected:any;
openDetailModal(item){
this.currentJobSelected = item;
this.modal_item_title= item.title;
this.modal_item_description= item.description;
this.modal_item_job_detail=item.job_detail;