Skip to main content

History

This section describes the BfmFinancialRecordHistoryComponent component.

Composition

The BfmFinancialRecordHistoryComponent has no any composition components.

Usage

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

financial-record-history.component.ts

import { BfmFinancialRecordHistoryComponent } from '@celerofinancas/ui-cash-flow';

@Component({
standalone: true,
selector: 'financial-record-history',
imports: [BfmFinancialRecordHistoryComponent],
templateUrl: './financial-record-history.component.html',
})
export class FinancialRecordHistoryComponent {}

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

financial-record-history.component.html

<bfm-financial-record-history
[title]="'Alterações do registro'"
/>

Inputs

The BfmFinancialRecordHistoryComponent component has the following inputs:

title

Component title.

TypeDefault
string'Alterações do registro'