Transfer Add Form
This section describes the BfmTransferAddFormComponent component.
Composition
The BfmTransferAddFormComponent is composed of the following components:
- BfmTransferCreateCheckingAccountComponent - Component for creating checking accounts.
- BfmTransferCreateCompanyRelatedComponent - Component for creating company related information.
- BfmTransferAdditionalInfoFormComponent - Component for additional information form.
Usage
You need to import it in your module and use it in your template.
import { BfmTransferAddFormComponent } from '@celerofinancas/ui-charges';
@Component({
standalone: true,
selector: 'transfer-add-form',
imports: [BfmTransferAddFormComponent],
templateUrl: './transfer-add-form.component.html',
})
export class TransferAddFormComponent {}
Then, in your template, you can use the component like this:
<bfm-transfer-add-form />
Inputs
The BfmTransferAddFormComponent component has no inputs.
Events
The BfmTransferAddFormComponent component has no events.