Charge List Header
This section describes the BfmChargeListHeaderComponent component.
Usage
You need to import it in your module and use it in your template.
charge-list-header.component.ts
import { BfmChargeListHeaderComponent } from '@celerofinancas/ui-charges';
@Component({
standalone: true,
selector: 'charge-list-header',
imports: [BfmChargeListHeaderComponent],
templateUrl: './charge-list-header.component.html',
})
export class ChargeListHeaderComponent {}
Then, in your template, you can use the component like this:
charge-list-header.component.html
<bfm-charge-list-header [showDownloadButtons]="true"/>
Inputs
The BfmChargeListHeaderComponent component has the following inputs:
showDownloadButtons
Whether the Sicredi - Boleto feature is enabled with created status and with an empty token
| Type | Default |
|---|---|
| boolean | false |
Events
The BfmChargeListHeaderComponent component has no events.