A base class for the Login Component

Hierarchy

  • LoginComponent

Implements

  • OnInit

Constructors

Properties

Methods

Constructors

Properties

authenticationService: AuthenticationService

For verifying entered email and password

loginForm: FormGroup<any>

The Log In form

Methods

  • Executed when this Component is loaded. Creates a blank Login form with validators on each field

    Returns void

  • Executes when 'Log In' button is clicked. Passed entered form values to the AuthenticationService

    Returns void

Generated using TypeDoc