angular/aio/tools/transforms/templates/class.template.html
Stefanie Fluin cf034f759a feat(aio): api page styles
Changed description from h3 to h2 to match the other header
Created api page classes for consistent styling
Add styles for info-bar section
Wrapped pre tags for code not to go off of screen
2017-04-21 16:24:37 +01:00

15 lines
467 B
HTML

{% import "lib/paramList.html" as params -%}
{% extends 'layout/api-base.template.html' -%}
{% block details %}
<div class="api-container">
{% include "includes/_class-overview.html" %}
{% block additional %}{% endblock %}
{% include "includes/_description.html" %}
{% include "includes/_annotations.html" %}
{% include "includes/_constructor.html" %}
{% include "includes/_statics.html" %}
{% include "includes/_members.html" %}
</div>
{% endblock %}