You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(aio): group API members by type in overview (angular#22438)
Now the overview groups the members in the following order:
* static properties
* static methods
* constructor
* instance properties
* instance members
Closesangular#22132
PR Closeangular#22438
Copy file name to clipboardExpand all lines: aio/tools/transforms/templates/api/includes/interface-overview.html
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@ <h2>Interface Overview</h2>
8
8
{% include "includes/see-also.html" %}
9
9
</div>
10
10
<code-examplelanguage="ts" hideCopy="true">
11
-
interface {$ doc.name $}{$ doc.typeParams | escape $}{$ memberHelper.renderHeritage(doc) $} { {% if doc.members.length %}{% for member in doc.members %}{% if not member.internal %}
0 commit comments