@fleedge/list
v0.0.2
Published
This library was generated with [Nx](https://nx.dev).
Readme
@fleedge/list
This library was generated with Nx.
<fl-list [(selection)]="selection">
@for (item of items(); track item.id) {
<ng-template flListItem>
{{ item.label }}
</ng-template>
}
</fl-list>