@if (componentData()) { @if (componentData()?.sources?.length > 0) {
@if (serviceResponse()) { @if (showExportButton()) { }
@for (data of componentData()?.sources; track data) { @if (data.type === 'SET') { } @else { } }
Source Set subdirectory_arrow_right Source Type r m ε0 lon lat az %
{{ data?.name }} {{ data?.source }} {{ data?.name }} {{ data?.r | number: '1.2-2' }} {{ data?.m | number: '1.2-2' }} {{ dataEpsilon(data) | number: '1.2-2' }} {{ data?.longitude | formatLongitude }} {{ data?.latitude | formatLatitude }} {{ data?.azimuth | number: '1.2-2' }}{{ data?.contribution }}
}
} }