Tax Information
This section describes the BfmChargeTaxInformationComponent component.
Usage
You need to import it in your module and use it in your template.
tax-information.component.ts
import { BfmChargeTaxInformationComponent } from '@celerofinancas/ui-charges';
@Component({
standalone: true,
selector: 'tax-information',
imports: [BfmChargeTaxInformationComponent],
templateUrl: './tax-information.component.html',
})
export class TaxInformationComponent {}
Then, in your template, you can use the component like this:
tax-information.component.html
<bfm-tax-information [isSimpleNational]="true" />
Inputs
The BfmChargeTaxInformationComponent component has the following inputs:
isSimpleNational
Whether the company is "Simples Nacional"
| Type | Default |
|---|---|
| boolean | false |
Events
The BfmChargeTaxInformationComponent component has no events.