Massive Detail
This section describes the BfmMassiveDetailComponent component.
Composition
The BfmMassiveDetailComponent is composed of the following components:
- BfmBillDetailComponent - Bill detail component.
- BfmInvoiceDetailComponent - Invoice detail component.
Usage
You need to import it in your module and use it in your template.
massive-detail.component.ts
import { BfmMassiveDetailComponent } from '@celerofinancas/ui-charges';
@Component({
standalone: true,
selector: 'massive-detail',
imports: [BfmMassiveDetailComponent],
templateUrl: './massive-detail.component.html',
})
export class MassiveDetailComponent {}
Then, in your template, you can use the component like this:
massive-detail.component.html
<massive-detail />
Inputs
The BfmMassiveDetailComponent component has no inputs.
Events
The BfmMassiveDetailComponent component has no events.