remove template old reference in documentation (#2421)

This commit is contained in:
Eugenio Romano
2017-10-04 10:51:06 +01:00
committed by GitHub
parent c4546472f5
commit eec87c12d3
6 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -94,7 +94,7 @@ You can replace the entire content in the footer of the login component with you
```html
<adf-login ...>
<login-footer><template>My custom HTML for the footer</template></login-footer>
<login-footer><ng-template>My custom HTML for the footer</ng-template></login-footer>
</adf-login>`
```
@@ -106,7 +106,7 @@ You can replace the entire content in the header of the login component with you
```html
<adf-login ...>
<login-header><template>My custom HTML for the header</template></login-header>
<login-header><ng-template>My custom HTML for the header</ng-template></login-header>
</adf-login>`
```