mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e1bc3f5c1a
PR Close #24527
10 lines
181 B
HTML
10 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 %}
|