I saw this code. What does ?.
mean? I tried to google it but couldn't find anything
<div *ngIf="primaryEmail.errors?.email">
Primary Email not valid.
</div>
I saw this code. What does ?.
mean? I tried to google it but couldn't find anything
<div *ngIf="primaryEmail.errors?.email">
Primary Email not valid.
</div>