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