Third Party Information
This section describes the BfmChargeThirdPartyInformationComponent component.
Usage
You need to import it in your module and use it in your template.
third-party-information.component.ts
import { BfmChargeThirdPartyInformationComponent } from '@celerofinancas/ui-charges';
@Component({
standalone: true,
selector: 'third-party-information',
imports: [BfmChargeThirdPartyInformationComponent],
templateUrl: './third-party-information.component.html',
})
export class ThirdPartyInformationComponent {}
Then, in your template, you can use the component like this:
third-party-information.component.html
<bfm-third-party-information
(takerSelected)="handleTakerSelected($event)"
/>
Inputs
The BfmChargeThirdPartyInformationComponent component has no inputs.
Events
The BfmChargeThirdPartyInformationComponent component has the following Events:
takerSelected
Emits on taker selection
| Type |
|---|
| EventEmitter |