Ontica/Empiria.Land.Intranet

View on GitHub
src/app/views/search-services/tract-index-explorer/tract-index-entries-history.component.html

Summary

Maintainability
Test Coverage
<div #tableContainer class="fill-table-container">

  <emp-land-tract-index-entries-table
    [tractIndexEntriesList]="tractIndexEntriesList"
    [filter]="filter"
    [rowClickeable]="true"
    [tractIndexEntryUID]="selectedTractIndexEntry.uid"
    [hasNestedEntries]="hasNestedEntries"
    [checkNestedEntries]="filter?.checkNestedEntries ?? false"
    (tractIndexEntriesTableEvent)="onTractIndexEntriesTableEvent($event)">

  </emp-land-tract-index-entries-table>

</div>