User History
This section describes the BfmUserHistoryComponent component.
Usage
You need to import it in your module and use it in your template.
user-history.component.ts
import { BfmUserHistoryComponent } from '@celerofinancas/ui-user-kit';
@Component({
standalone: true,
selector: 'user-history',
imports: [BfmUserHistoryComponent],
templateUrl: './user-history.component.html',
})
export class UserHistoryComponent {}
Then, in your template, you can use the component like this:
user-history.component.html
<bfm-user-history />
Inputs
The BfmUserHistoryComponent component has no inputs.
Events
The BfmUserHistoryComponent component has no events.