Options Container Component
This section describes the BfmOptionsContainerComponent component.
Usage
You need to import it in your module and use it in your template.
import { BfmOptionsContainerComponent } from '@celerofinancas/ui-charges';
@Component({
standalone: true,
selector: 'options-container',
imports: [BfmOptionsContainerComponent],
templateUrl: './options-container.component.html',
styleUrls: ['./options-container.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class OptionsContainerComponent {}
Then, in your template, you can use the component like this:
<bfm-options-container />
Inputs
The BfmOptionsContainerComponent has no inputs.
Events
The BfmOptionsContainerComponent has no events.