mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
9 lines
181 B
HTML
9 lines
181 B
HTML
{%- if doc.see.length %}
|
|
<section class="see-also">
|
|
<h2>See also</h2>
|
|
<ul>
|
|
{% for see in doc.see %}
|
|
<li>{$ see | marked $}</li>{% endfor %}
|
|
</ul>
|
|
</section>
|
|
{% endif %}
|