mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* Add Edit icon
This commit is contained in:
@@ -152,9 +152,14 @@ export class CardViewComponent implements OnInit, OnDestroy {
|
||||
}),
|
||||
new CardViewArrayItemModel({
|
||||
label: 'CardView Array of items',
|
||||
value: of(['Zlatan', 'Lionel Messi', 'Mohamed', 'Ronaldo']),
|
||||
value: of([
|
||||
{ icon: 'directions_bike', value: 'Zlatan' },
|
||||
{ icon: 'directions_bike', value: 'Lionel Messi'},
|
||||
{ value: 'Mohamed', directions_bike: 'save'},
|
||||
{ value: 'Ronaldo'}
|
||||
]),
|
||||
key: 'array',
|
||||
icon: 'directions_bike',
|
||||
icon: 'edit',
|
||||
default: 'Empty',
|
||||
noOfItemsToDisplay: 2
|
||||
})
|
||||
|
Reference in New Issue
Block a user