[ADF-3745] Fixed links in rel notes, tutorials and guide (#4179)

This commit is contained in:
Andy Stark
2019-01-17 17:21:23 +00:00
committed by Eugenio Romano
parent 274c4d9389
commit 74475dbd42
29 changed files with 146 additions and 118 deletions

View File

@@ -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.