Skip to main content

Options

This section describes the BfmOptionsComponent component.

Composition

The BfmOptionsComponent is composed of the following components:

Usage

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

import { BfmOptionsComponent } from '@celerofinancas/ui-charges';

@Component({
standalone: true,
selector: 'options',
imports: [BfmOptionsComponent],
templateUrl: './options.component.html',
})
export class OptionsComponent {}

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


<bfm-options />

Inputs

The BfmOptionsComponent has no inputs.

Events

The BfmOptionsComponent has no events.