components/disagg-summary/disagg-summary.component.ts
Lists of disaggregation summaries from service response.
selector | app-disagg-summary |
imports |
MatButton
MatDivider
MatList
MatListItem
|
templateUrl | ./disagg-summary.component.html |
styleUrl | ./disagg-summary.component.scss |
Properties |
|
Methods |
Inputs |
constructor(service: AppService)
|
||||||
Parameters :
|
componentData | |
Required : true | |
Disaggregation component data state |
showExportButton | |
Default value : true
|
|
dataValue | ||||||||
dataValue(data: number | string)
|
||||||||
Format data.
Parameters :
Returns :
string | number
|
Readonly componentData |
Disaggregation component data state |
form |
Default value : this.service.formGroup
|
Form field state |
Public service |
Type : AppService
|
Readonly showExportButton |
Default value : true
|