Initiate currentUser.assesor.name in the constructor with empty values
this.currentUser={ assesor:{name:’’}}
Others will say: use ? operator, or do *ngIf. Also possible, but not the best ones
Tom
Initiate currentUser.assesor.name in the constructor with empty values
this.currentUser={ assesor:{name:’’}}
Others will say: use ? operator, or do *ngIf. Also possible, but not the best ones
Tom