It is clear and obvious how one maps the array response of a service to create a list of component elements.
My question is how we do the same thing but of an array CONTAINED in the response array of a service.
For example...
$[] --------------------------------- Button
Name ----------------------------- Text
MESSAGES[] ----------------------- Label
Where the amount of messages array elements generates the corresponding label components? I tried doing the same thing as the topmost array mapping, but I can't map it...
Help is very much appreciated