@if(saveResult$ | async){} @if(marketTypes$ | async){} @if(commodities$ | async){} @if(indexes$ | async){}
Price Date: From 
To 
Importing...
Market Type
Commodity
Indexes
@if((requiredData$ | async) === null){}
@for (res of marketPriceResults$ | async; track res.indexId){
{{res.indexSynonym}}
@if(res.marketTypeId === 1 || res.marketTypeId === 2) { } @if(res.marketTypeId === 3) { }
}
@if(opened){ @if(editorLoading){}
@if(formEditorItems.controls.length >= 2) { *right-click a cell for more options }
{{editResult.marketTypeId === 3 ? 'Price Month' : 'Price Date'}}
@if(editResult.marketTypeId === 1 || editResult.marketTypeId === 2){
Contract Month
} @if(editResult.marketTypeId === 3){
Publish Date
}
Price
@if(formEditorItems.controls.length === 0) {
No records available.
}
@for (item of formEditorItems.controls; let i = $index; track $index) {
@if(editResult.marketTypeId === 1 || editResult.marketTypeId === 2){
} @if(editResult.marketTypeId === 3){
}
}
Add {{formEditor.value.numRowsToAdd}} {{formEditor.value.numRowsToAdd > 1 ? 'rows' : 'row'}}
Save
Cancel
}