Charge List Summary
This section describes the BfmChargeListSummaryComponent component.
Usage
You need to import it in your module and use it in your template.
charge-list-summary.component.ts
import { BfmChargeListSummaryComponent } from '@celerofinancas/ui-charges';
@Component({
standalone: true,
selector: 'charge-list-summary',
imports: [BfmChargeListSummaryComponent],
templateUrl: './charge-list-summary.component.html',
})
export class ChargeListSummaryComponent {}
Then, in your template, you can use the component like this:
charge-list-summary.component.html
<bfm-charge-list-summary />
Inputs
The BfmChargeListSummaryComponent component has no inputs.
Events
The BfmChargeListSummaryComponent component has no events.