I need to destructure and get values of title, child, childTitle from this object const obj1 = { title : 'foo', child : { title2 : 'bar' } } le
guys. How to get values from an array of the nested object, which I getting from the parent component. For example: @Input() result?: FullResult; construc