UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
tools
/
dgeni
/
templates
/
method-list.template.html
7 lines
(6 loc)
•
174 B
HTML
View Raw
1
2
3
4
5
6
7
{
%-
if
methodList.length -
%}
<h5
class
="
docs
-
api
-
h5
docs
-
api
-
method
-
header
">
Methods
</
h5
>
{%
for
m in methodList
%}
{$
method
(
m
) $}
{% endfor
%}
{
%-
endif -
%}