mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
9 lines
275 B
HTML
9 lines
275 B
HTML
{
|
|
{%- for item in doc.data %}
|
|
"{$ item.name $}" : {
|
|
"title" : "{$ item.title $}"{% if item.intro %},
|
|
"intro" : "{$ item.intro $}"{% endif %}{% if item.varType %},
|
|
"varType" : "{$ item.varType $}"{% endif %}
|
|
}{% if not loop.last %},{% endif %}
|
|
{% endfor -%}
|
|
}
|