Skip to main content

Metabase Reports

This section describes the BfmMetabaseReportsComponent component.

Composition

The BfmMetabaseReportsComponent is composed of the following components:

Usage

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

metabase-reports.component.ts
import { BfmMetabaseReportsComponent } from '@celerofinancas/ui-user-kit';

@Component({
standalone: true,
selector: 'metabase-reports',
imports: [BfmMetabaseReportsComponent],
templateUrl: './metabase-reports.component.html',
})
export class MetabaseReportsComponent {}

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

metabase-reports.component.html
<bfm-metabase-reports />

Inputs

The BfmMetabaseReportsComponent component has no inputs.

Events

The BfmMetabaseReportsComponent component has no events.