A base class for the Register Component

Hierarchy

  • RegisterComponent

Implements

  • OnInit

Constructors

Properties

authenticationService: AuthenticationService

For registering new users

registerForm: FormGroup<any>

The registration form

Methods

  • Executed when Register Component is loaded. Creates blank form with validators on require fields.

    Returns void

  • Executed when 'Create Account' button is clicked. Passes form values to AuthenticationService

    Returns void

Generated using TypeDoc