Posts by Rodrigo Costa • 26 points
1 post
-
1
votes3
answers165
viewsA: Problem checking if a type any is Undefined in Typescript
You can check each node. this.Atendimento == undefined || this.Atendimento.Checkout == undefined || this.Atendimento.Checkout.Observacao == undefined ? '' : this.Atendimento.Checkout.Observacao;…