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:15

Properties

forgotForm

forgotForm: FormGroup<any>

Defined in

projects/arlas-toolkit/src/lib/components/forgot/forgot.component.ts:12


validated

validated: boolean = false

Defined in

projects/arlas-toolkit/src/lib/components/forgot/forgot.component.ts:13

Methods

ngOnInit

ngOnInit(): void

Returns

void

Implementation of

OnInit.ngOnInit

Defined in

projects/arlas-toolkit/src/lib/components/forgot/forgot.component.ts:20


onSubmit

onSubmit(formDirective): void

Parameters

Name Type
formDirective FormGroupDirective

Returns

void

Defined in

projects/arlas-toolkit/src/lib/components/forgot/forgot.component.ts:26