User Attribution
This section describes the BfmUserAttributionComponent component.
Composition
The BfmUserAttributionComponent is composed of the following components:
- BfmEconomicGroupsAttributionComponent - Component for managing economic groups attribution.
- BfmCheckingAccountsAttributionComponent - Component for managing checking accounts attribution.
- BfmCompaniesAttributionComponent - Component for managing companies attribution.
Usage
You need to import it in your module and use it in your template.
user-attribution.component.ts
import { BfmUserAttributionComponent } from '@celerofinancas/ui-user-kit';
@Component({
standalone: true,
selector: 'user-attribution',
imports: [BfmUserAttributionComponent],
templateUrl: './user-attribution.component.html',
})
export class UserAttributionComponent {}
Then, in your template, you can use the component like this:
user-attribution.component.html
<bfm-user-attribution />
Inputs
The BfmUserAttributionComponent component has no inputs.
Events
The BfmUserAttributionComponent component has no events.