Skip to main content

Transfer Add Form

This section describes the BfmTransferAddFormComponent component.

Composition

The BfmTransferAddFormComponent is composed of the following components:

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.