mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3745] Fixed links in rel notes, tutorials and guide (#4179)
This commit is contained in:
committed by
Eugenio Romano
parent
274c4d9389
commit
74475dbd42
@@ -57,9 +57,9 @@ The component will expose a `metadata` property we can use from the outside and
|
||||
|
||||
```html
|
||||
<adf-metadata-icons [metadata]="nodeMetadata"></adf-metadata-icons>
|
||||
```
|
||||
```
|
||||
|
||||
As you have seen earlier the DataColumn binds to `properties` property of the node, and maps the runtime value as the `value` local variable within the template.
|
||||
As you have seen earlier the [`DataColumn`](../../lib/core/datatable/data/data-column.model.ts) binds to `properties` property of the node, and maps the runtime value as the `value` local variable within the template.
|
||||
Next we propagate the `value` reference to the `<adf-metadata-icons>` component as `metadata` property.
|
||||
|
||||
```html
|
||||
@@ -142,4 +142,4 @@ export class MetadataIconsComponent {
|
||||
|
||||
<!-- {% endraw %} -->
|
||||
|
||||
You can use this idea to build more complex indication experience based on the actual metadata state.
|
||||
You can use this idea to build more complex indication experience based on the actual metadata state.
|
||||
|
Reference in New Issue
Block a user