@if (items$ | async) {}
@if (requiredData$ | async) {}
@if (detail$ | async) {}
@if (saveResult$ | async) {}
@if (deleteResult$ | async) {}
@if (exportAction$ | async) {}
@if (loadingComplete$ | async) {}
@if (counterpartiesSelected$ | async) {}
@for (text of anchor.nativeElement.innerText.split(' • '); track text) {
{{ text }}
}
@if (hasModifyPermission) {
Add New
Export
Exporting...
}
@if (detailOpened$ | async) {
@if (detailLoading$ | async) {
}
@if (detailForm.value.id!== 0) {
Delete
}
Save
Save New
Cancel
}