Directive: for-each
To render content for each member of an Iterable
, use the for-each
directive:
Use an as
attribute to specify the name each member of the iterable will be scoped as. If it is not provided, it defaults to item
:
Last updated
To render content for each member of an Iterable
, use the for-each
directive:
Use an as
attribute to specify the name each member of the iterable will be scoped as. If it is not provided, it defaults to item
:
Last updated