components/parameter-summary/parameter-summary.component.ts
Summary of parameters entered, form field values to call service.
selector | app-parameter-summary |
imports |
MatList
MatListItem
|
templateUrl | ./parameter-summary.component.html |
styleUrl | ./parameter-summary.component.scss |
Properties |
|
form |
Default value : this.service.formGroup
|
Control form field state |
gmms |
Default value : computed(() => this.service.usage()?.response?.parameters.gmm.values)
|
List of GMMs |
imtIdToDisplay |
Default value : gmmUtils.imtIdToDisplay
|
Function to convert IMT id to display |
Params |
Default value : MultiSelectableParam
|
Parameters |
Private service |
Default value : inject(AppService)
|