@lukfel/ng-scaffold 22.1.4 → 22.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -478,7 +478,7 @@ public listHeader = signal<ListHeader>({ // (Optional) list header
|
|
|
478
478
|
|
|
479
479
|
public listItems = signal<ListItem[]>([
|
|
480
480
|
{ id: 1, svgIcon: 'logo', title: 'Item 2', subtitle: 'I am disabled', disabled: true },
|
|
481
|
-
{ id: 0, avatar: '
|
|
481
|
+
{ id: 0, avatar: 'img/logos/ic_launcher-web.png', title: 'Item 1', subtitle: 'I am clickable', clickable: true },
|
|
482
482
|
{ id: 2, matIcon: 'person', title: 'Item 3', subtitle: 'I have no edit buton', hiddenButtonIds: ['edit'] },
|
|
483
483
|
]);
|
|
484
484
|
|