Hi
I have below code and i want if value is null in fMobileNo then in Html Hyphen should be displayed
if (this.fatherData && this.fatherData.phoneDetails) { this.fMobileNo = this.fatherData.phoneDetails.find((c:any) => c.phoneType === 'MOBILE'); }
Thanks