How can Angular's ng test --code-coverage
help with unit testing public variables that are strictly used as direct input in HTML?
https://i.sstatic.net/z6j1O.png
These variables are eventually placed into other components like this:
<ctrl-grid
[gridData]="agencyAssociatedList"
[pageSizes]="pageSizes"
[gridOptions]="gridOptions"
[(state)]="gridState"
[buttonCount]="buttonCount"
[previousNext]="previousNext"
[loadDataWithState]="exportData"
>