Skip to main content

Summary

This section describes the BfmChargeSummaryComponent component.

Composition

The BfmChargeSummaryComponent is composed of the following components:

Usage

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

summary.component.ts
import { BfmChargeSummaryComponent } from '@celerofinancas/ui-charges';

@Component({
standalone: true,
selector: 'summary',
imports: [BfmChargeSummaryComponent],
templateUrl: './summary.component.html',
})
export class SummaryComponent {}

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

summary.component.html
<bfm-charge-summary
[isSimpleNational]="true"
/>

Inputs

The BfmChargeSummaryComponent component has the following inputs:

isSimpleNational

Whether the company has the "Simples Nacional" tax regime

TypeDefault
booleanfalse

Events

The BfmChargeSummaryComponent component has no events.