mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1762047bc0
The function and interface templates were overriding the wrong block.
9 lines
266 B
HTML
9 lines
266 B
HTML
{% import "lib/paramList.html" as params -%}
|
|
{% extends 'layout/api-base.template.html' -%}
|
|
|
|
{% block details %}
|
|
{% include "includes/_interface-overview.html" %}
|
|
{% include "includes/_description.html" %}
|
|
{% include "includes/_members.html" %}
|
|
{% endblock %}
|