Skip to main content

History Conciliation Group

This section describes the BfmHistoryListConciliationGroupComponent component.

Composition

The BfmHistoryListConciliationGroupComponent has no any composition components.

Usage

You need to import it in your module and use it in your template.

history-list-conciliation-group.component.ts
import { BfmHistoryListConciliationGroupComponent } from '@celerofinancas/ui-cash-flow';

@Component({
standalone: true,
selector: 'history-list-conciliation-group',
imports: [BfmHistoryListConciliationGroupComponent],
templateUrl: './history-list-conciliation-group.component.html',
})
export class HistoryListConciliationGroupComponent {}

Then, in your template, you can use the component like this:

history-list-conciliation-group.component.html
<history-list-conciliation-group 
[historyList]="historyList"
[loading]="loading"
(conciliationGroupAction)="handleConciliationGroupAction($event)"
(track)="handleTrack($event)"
/>

Inputs

The BfmHistoryListConciliationGroupComponent component has the following inputs:

historyList

History list

TypeDefault
Array[]

loading

Loading controller

TypeDefault
booleanfalse

Events

The BfmHistoryListConciliationGroupComponent component has the following Events:

conciliationGroupAction

Open action controller

Type
EventEmitter

track

Tracking action

Type
EventEmitter