Skip to main content

User Password Change

This section describes the BfmUserPasswordChangeComponent component.

Usage

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

user-password-change.component.ts
import { BfmUserPasswordChangeComponent } from '@celerofinancas/ui-user-kit';

@Component({
standalone: true,
selector: 'user-password-change',
imports: [BfmUserPasswordChangeComponent],
templateUrl: './user-password-change.component.html',
})
export class CustomUserPasswordChangeComponent {}

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

user-password-change.component.html
<bfm-user-password-change 
[passwordUpdatedAt]="'2023-01-01'"
/>

Inputs

The BfmUserPasswordChangeComponent component has the following inputs:

passwordUpdatedAt

Last time that user password was updated

TypeDefault
string''

Events

The BfmUserPasswordChangeComponent component has no events.