Hi all,
i’m writing a page made with two components:
a page display a list of areas.
1)area-loader: it’s a container that loads “areas”
2)area-component: it’s the component that show the single area.
The problem is that “areaSelected” property of area-component it’s not updated every time that the user select an area in the list so I can’t do my things.
I tryied to put “@observable” o “@bindable” or some other properties but i can’t find a good way to work.
The simplest solution is to not use the “area-component” but I put the code all togheter… this works but I don’t like.
I created this but I have also a compile error =(