mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3898] Fixed incorrect code sample (#4131)
This commit is contained in:
committed by
Eugenio Romano
parent
a416cbab82
commit
f5f0a181b4
@@ -70,10 +70,10 @@ For example, if you set `filtersAppId` as follows:
|
||||
|
||||
```html
|
||||
<adf-apps
|
||||
[filtersAppId]="'[
|
||||
[filtersAppId]="[
|
||||
{defaultAppId: 'tasks'},
|
||||
{deploymentId: '15037'},
|
||||
{name : 'my app name'}]'">
|
||||
{name : 'my app name'}]">
|
||||
</adf-apps>
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user