arlas-wui-toolkit / Exports / ForgotComponent
Class: ForgotComponent
Implements
OnInit
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new ForgotComponent(formBuilder
, iamService
)
Parameters
Name | Type |
---|---|
formBuilder |
FormBuilder |
iamService |
ArlasIamService |
Defined in
projects/arlas-toolkit/src/lib/components/forgot/forgot.component.ts:35
Properties
displayForm
• displayForm: boolean
= true
Defined in
projects/arlas-toolkit/src/lib/components/forgot/forgot.component.ts:33
forgotForm
• forgotForm: FormGroup
<any
>
Defined in
projects/arlas-toolkit/src/lib/components/forgot/forgot.component.ts:31
validated
• validated: boolean
= false
Defined in
projects/arlas-toolkit/src/lib/components/forgot/forgot.component.ts:32
Methods
ngOnInit
▸ ngOnInit(): void
Returns
void
Implementation of
OnInit.ngOnInit
Defined in
projects/arlas-toolkit/src/lib/components/forgot/forgot.component.ts:40
onSubmit
▸ onSubmit(formDirective
): void
Parameters
Name | Type |
---|---|
formDirective |
FormGroupDirective |
Returns
void
Defined in
projects/arlas-toolkit/src/lib/components/forgot/forgot.component.ts:46