6
Answers

Null Check in Value

Ramco Ramco

Ramco Ramco

Jul 18
414
1

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

Answers (6)