Skip to main content

User Management Access Type

This section describes the BfmUserManagementAccessTypeComponent component.

Composition

The BfmUserManagementAccessTypeComponent is composed of the following components:

Usage

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

user-management-access-type.component.ts
import { BfmUserManagementAccessTypeComponent } from '@celerofinancas/ui-user-kit';

@Component({
standalone: true,
selector: 'user-management-access-type',
imports: [BfmUserManagementAccessTypeComponent],
templateUrl: './user-management-access-type.component.html',
})
export class UserManagementAccessTypeComponent {}

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

user-management-access-type.component.html
<bfm-user-management-access-type 
[headerTitle]="'Tipo de acesso'"
/>

Inputs

The BfmUserManagementAccessTypeComponent component has the following inputs:

headerTitle

Header title

TypeDefault
string'Tipo de acesso'

Events

The BfmUserManagementAccessTypeComponent component has no events.