mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This adds the new block syntax to dgeni docs pipeline, mainly copying the way that elements (`<ng-content>` etc.) work. Actual doc content is just a placeholder for this PR. PR Close #52123
13 lines
247 B
HTML
13 lines
247 B
HTML
{% extends 'export-base.template.html' -%}
|
|
|
|
{% block overview %}
|
|
{% if doc.syntax %}
|
|
<h2>Syntax</h2>
|
|
{$ doc.syntax | marked $}
|
|
{% endif %}
|
|
{% endblock %}
|
|
|
|
{% block details %}
|
|
{% include "includes/description.html" %}
|
|
{% endblock %}
|
|
|