Multi select List
The CarbonListComponent supports a multi-select feature. To enable this the following steps must be followed:
Set the input in the template:
sample.component.html
Set the buttons for your multi-select actions:
sample.component.html
Add handler for action:
sample.component.ts
This will create a list with multi-select enabled:

Last updated