angular-cn/aio/transforms/templates/includes/_export-as.html

11 lines
223 B
HTML
Raw Normal View History

{%- if doc.directiveOptions.exportAs %}
<section class="export-as">
<h2>Exported as</h2>
<div class="description">
<p>
<code>{$ doc.directiveOptions.exportAs $}</code>
</p>
</div>
</section>
{% endif %}