mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
* The first paragraph is now split off into the `shortDescription` property. * Usage of `howToUse` and `whatItDoes` have been updated. * The "Overview" heading for class is removed as it is self-evident * The original horizontal rule styling below the main heading is removed as not part of the new design Closes #22385 PR Close #22401
10 lines
347 B
HTML
10 lines
347 B
HTML
{% extends 'base.template.html' -%}
|
|
|
|
{% block body %}
|
|
<p class="short-description">{$ doc.shortDescription | marked $}</p>
|
|
{% include "includes/security-notes.html" %}
|
|
{% include "includes/deprecation.html" %}
|
|
{% block overview %}{% endblock %}
|
|
{% include "includes/usageNotes.html" %}
|
|
{% block details %}{% endblock %}
|
|
{% endblock %}
|