Skip to main content

Economic Group Admins

This section describes the BfmEconomicGroupAdminsComponent component.

Composition

The BfmEconomicGroupAdminsComponent is composed of the following components:

Usage

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

economic-group-admins.component.ts
import { BfmEconomicGroupAdminsComponent } from '@celerofinancas/ui-user-kit';

@Component({
standalone: true,
selector: 'economic-group-admins',
imports: [BfmEconomicGroupAdminsComponent],
templateUrl: './economic-group-admins.component.html',
})
export class EconomicGroupAdminsComponent {}

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

economic-group-admins.component.html
<bfm-economic-group-admins />

Inputs

The BfmEconomicGroupAdminsComponent component has no inputs.

Events

The BfmEconomicGroupAdminsComponent component has the following events:

errorUpdateUser

Emits an event when there is an error updating a user with a list of companies.

Type
EventEmitter<string[]>