mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
026b60cd70
PR Close #25750
5 lines
144 B
HTML
5 lines
144 B
HTML
{% if doc.deprecated !== undefined %}
|
|
<section class="deprecated">
|
|
{$ ('**Deprecated:** ' + doc.deprecated) | marked $}
|
|
</section>
|
|
{% endif %} |