Header
This section describes the BfmDeletedHeaderComponent component.
Composition
The BfmDeletedHeaderComponent has no any composition components.
Usage
You need to import it in your module and use it in your template.
deleted-header.component.ts
import { BfmDeletedHeaderComponent } from '@celerofinancas/ui-cash-flow';
@Component({
standalone: true,
selector: 'deleted-header',
imports: [BfmDeletedHeaderComponent],
templateUrl: './deleted-header.component.html',
})
export class DeletedHeaderComponent {}
Then, in your template, you can use the component like this:
deleted-header.component.html
<bfm-deleted-header [title]="'Registros deletados'" />
Inputs
The BfmDeletedHeaderComponent component has the following inputs:
title
Title of the header component
| Type | Default |
|---|---|
string | 'Registros deletados' |
Events
The BfmDeletedHeaderComponent component has no events.