mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove template old reference in documentation (#2421)
This commit is contained in:
@@ -69,10 +69,10 @@ This can be changed by adding the following custom html template:
|
||||
```html
|
||||
<adf-task-details [taskId]="taskId">
|
||||
<no-task-details-template>
|
||||
<template>
|
||||
<ng-template>
|
||||
<h1>Sorry, no tasks here</h1>
|
||||
<img src="example.jpg">
|
||||
</template>
|
||||
</ng-template>
|
||||
</no-task-details-template>
|
||||
</adf-task-details>
|
||||
```
|
||||
|
Reference in New Issue
Block a user