Eventually I want to be able to use both the entire person object and its properties in the template.">
When using an object array, is it possible to simultaneously assign the current object to a variable and deconstruct its properties in av-for
loop? like this:
Ultimately I would like to be able to use both the entire
person
object and its properties in the template.
As far as I know, you can't do both at the same time.
However, you can deconstruct it, for example: