Skip to main content

Main Types

This section describes the BfmMainTypesComponent component.

Usage

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

main-types.component.ts
import { BfmMainTypesComponent } from '@celerofinancas/ui-user-kit';

@Component({
standalone: true,
selector: 'main-types',
imports: [BfmMainTypesComponent],
templateUrl: './main-types.component.html',
})
export class MainTypesComponent {}

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

main-types.component.html
<bfm-main-types />

Inputs

The BfmMainTypesComponent component has no inputs.

Events

The BfmMainTypesComponent component has no events.