@{$ decorator.name $}{$ params.paramList(decorator.arguments) | indent(10, false) $}
diff --git a/aio/tools/transforms/templates/includes/_class-overview.html b/aio/tools/transforms/templates/includes/_class-overview.html
index 3aa26f7c237..f2a43a948f7 100644
--- a/aio/tools/transforms/templates/includes/_class-overview.html
+++ b/aio/tools/transforms/templates/includes/_class-overview.html
@@ -1,40 +1,44 @@
-
- Class Overview
-
+
+
+ Class Overview
+
+
+
- class {$ doc.name $} {
+ class {$ doc.name $} {
- {% if doc.statics.length %}
-
- {% for member in doc.statics %}{% if not member.internal %}
- static
- {$ member.name | indent(6, false) | trim $}
- {$ params.paramList(member.parameters) | indent(8, false) | trim $}{$ params.returnType(member.returnType) $}
-
- {% endif %}{% endfor %}
-
- {% endif %}
+ {% if doc.statics.length %}
+
+ {% for member in doc.statics %}{% if not member.internal %}
+ static
+ {$ member.name | indent(6, false) | trim $}
+ {$ params.paramList(member.parameters) | indent(8, false) | trim $}{$ params.returnType(member.returnType) $}
+
+ {% endif %}{% endfor %}
+
+ {% endif %}
- {% if doc.constructorDoc.name %}
-
-
- {$ doc.constructorDoc.name $}
- {$ params.paramList(doc.constructorDoc.parameters) | indent(8, false) | trim $}
-
-
- {% endif %}
-
- {% if doc.members.length %}
-
- {% for member in doc.members %}{% if not member.internal %}
+ {% if doc.constructorDoc.name %}
+
- {$ member.name | indent(6, false) | trim $}
- {$ params.paramList(member.parameters) | indent(8, false) | trim $}{$ params.returnType(member.returnType) $}
+ {$ doc.constructorDoc.name $}
+ {$ params.paramList(doc.constructorDoc.parameters) | indent(8, false) | trim $}
- {% endif %}{% endfor %}
- {% endif %}
+
+ {% endif %}
- }
+ {% if doc.members.length %}
+
+ {% for member in doc.members %}{% if not member.internal %}
+
+ {$ member.name | indent(6, false) | trim $}
+ {$ params.paramList(member.parameters) | indent(8, false) | trim $}{$ params.returnType(member.returnType) $}
+
+ {% endif %}{% endfor %}
+ {% endif %}
+
+ }
+
\ No newline at end of file
diff --git a/aio/tools/transforms/templates/includes/_constructor.html b/aio/tools/transforms/templates/includes/_constructor.html
index b0b57209dde..1f9b08bc0f7 100644
--- a/aio/tools/transforms/templates/includes/_constructor.html
+++ b/aio/tools/transforms/templates/includes/_constructor.html
@@ -1,7 +1,9 @@
{%- if doc.constructorDoc and not doc.constructorDoc.internal %}
-
- Constructor
-
+
+
+ Constructor
+
+
diff --git a/aio/tools/transforms/templates/includes/_description.html b/aio/tools/transforms/templates/includes/_description.html
index 627b93df2c8..c67bdad1e09 100644
--- a/aio/tools/transforms/templates/includes/_description.html
+++ b/aio/tools/transforms/templates/includes/_description.html
@@ -1,9 +1,10 @@
-
-
- Description
- link
-
+
+
+ Descriptionlink
+
+
{%- if doc.description.length > 2 %}
{$ doc.description | trimBlankLines | marked $}
{% endif %}
+
diff --git a/aio/tools/transforms/templates/includes/_export-as.html b/aio/tools/transforms/templates/includes/_export-as.html
index de0796f098c..702b1bae1b2 100644
--- a/aio/tools/transforms/templates/includes/_export-as.html
+++ b/aio/tools/transforms/templates/includes/_export-as.html
@@ -1,7 +1,9 @@
{%- if doc.directiveOptions.exportAs %}
-
- Exported as
-
+
+
+ Exported as
+
+
{$ doc.directiveOptions.exportAs $}
diff --git a/aio/tools/transforms/templates/includes/_how-to-use.html b/aio/tools/transforms/templates/includes/_how-to-use.html
index b244ce60e15..45bea412358 100644
--- a/aio/tools/transforms/templates/includes/_how-to-use.html
+++ b/aio/tools/transforms/templates/includes/_how-to-use.html
@@ -1,8 +1,10 @@
{%- if doc.howToUse %}
-
- How To Use
-
+
+
+ How To Use
+
+
{$ doc.howToUse | marked $}
diff --git a/aio/tools/transforms/templates/includes/_info-bar.html b/aio/tools/transforms/templates/includes/_info-bar.html
index 522773a183d..46f996020f6 100644
--- a/aio/tools/transforms/templates/includes/_info-bar.html
+++ b/aio/tools/transforms/templates/includes/_info-bar.html
@@ -13,6 +13,4 @@
-
- create
\ No newline at end of file
diff --git a/aio/tools/transforms/templates/includes/_inputs.html b/aio/tools/transforms/templates/includes/_inputs.html
index d923f34f92a..23bcfda2e33 100644
--- a/aio/tools/transforms/templates/includes/_inputs.html
+++ b/aio/tools/transforms/templates/includes/_inputs.html
@@ -1,7 +1,9 @@
{% if doc.inputs %}
-
- Inputs
-
+
+
+ Inputs
+
+
{% for binding, property in doc.inputs %}
{$ property.bindingName $} bound to {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $}
diff --git a/aio/tools/transforms/templates/includes/_members.html b/aio/tools/transforms/templates/includes/_members.html
index 1c0bb8b9885..3dda7e36e98 100644
--- a/aio/tools/transforms/templates/includes/_members.html
+++ b/aio/tools/transforms/templates/includes/_members.html
@@ -1,7 +1,9 @@
{% if doc.members.length %}
-
- Class Details
-
+
+
+ Class Details
+
+
{% for member in doc.members %}{% if not member.internal %}
diff --git a/aio/tools/transforms/templates/includes/_selectors.html b/aio/tools/transforms/templates/includes/_selectors.html
index fbdab157a65..4b8ce6ee908 100644
--- a/aio/tools/transforms/templates/includes/_selectors.html
+++ b/aio/tools/transforms/templates/includes/_selectors.html
@@ -1,7 +1,9 @@
{%- if doc.directiveOptions.selector.split(',').length %}
-
- Selectors
-
+
+
+ Selectors
+
+
{% for selector in doc.directiveOptions.selector.split(',') %}
{$ selector $}
diff --git a/aio/tools/transforms/templates/includes/_statics.html b/aio/tools/transforms/templates/includes/_statics.html
index d8ded2cec7f..e3f0cfd6268 100644
--- a/aio/tools/transforms/templates/includes/_statics.html
+++ b/aio/tools/transforms/templates/includes/_statics.html
@@ -1,7 +1,9 @@
{% if doc.statics.length %}
-
- Static Members
-
+
+
+ Static Members
+
+
{% for member in doc.statics %}{% if not member.internal %}
diff --git a/aio/tools/transforms/templates/includes/_title.html b/aio/tools/transforms/templates/includes/_title.html
index 0057c041146..cc5d0510055 100644
--- a/aio/tools/transforms/templates/includes/_title.html
+++ b/aio/tools/transforms/templates/includes/_title.html
@@ -1,5 +1,5 @@
-
+
{$ doc.name $}
{$ doc.docType $}
{$ angular.version $}