Toolbar actions list
The CarbonListComponent supports rendering actions in its header. To enable this the following steps must be followed:
Add actions in the template:
sample.component.html
Add handler for action:
sample.component.ts
This will create a list with toolbar actions:
Last updated