I have this json that shows my levels of data (something is regular, something is array as you can see.
[![enter image description here][1]][1]
I keep getting this error: [![enter image description here][2]][2]
I believe there is something in this [(ngModel)] path that I seems to get wrong (perhaps array of addresses or something) because context.company works fine for first 4 (name,code,endpoint and email). [![enter image description here][3]][3]
Also, here is modal through which I link inputs to this "company" table in database:[![enter image description here][4]][4]
If someone can show me solution, because I got in dead end. Thanks
your `addresses is an array, you can use 'addresses[0].city.name'.