src/app/layout/wizard/view-game/play-by-play/play-by-play.component.ts
selector | app-play-by-play |
styleUrls | ./play-by-play.component.scss |
templateUrl | ./play-by-play.component.html |
Properties |
|
constructor(data: GameResultDataService, engine: GameEngineService)
|
|||||||||
Parameters :
|
boardCells |
Type : []
|
Default value : [...Array(10).keys()]
|
Public data |
Type : GameResultDataService
|
displayedColumns |
Type : []
|
Default value : ['move', 'board', 'rows']
|
Public engine |
Type : GameEngineService
|
length |
Type : number
|
Default value : 100
|
pageSize |
Type : number
|
Default value : 25
|
pageSizeOptions |
Type : number[]
|
Default value : [5, 10, 25, 100]
|
./play-by-play.component.scss