A base class for the PlayerStat Component

Hierarchy

  • PlayerStatComponent

Implements

  • OnInit

Constructors

Properties

displayedColumns: string[] = ...

Columns to be displayed in PlayerStat table

playerStatList: PlayerStat[] = []

An array for PlayerStat records

playerStatService: PlayerStatService

For loading PlayerStat data

router: Router

For navigating to other web pages

Methods

  • Private

    Calls PlayerStatService to retrieve PlayerStat data. Filters returned data for the current logged in user ID

    Returns void

  • Executes when PlayerStat Component is loaded. Calls the getPlayerStats() method

    Returns void

Generated using TypeDoc