Skip to content

Instantly share code, notes, and snippets.

@clintonyeb
Created May 19, 2020 02:45
Show Gist options
  • Save clintonyeb/c8fbbc5dd953cd1c3b06dd557ff72bd6 to your computer and use it in GitHub Desktop.
Save clintonyeb/c8fbbc5dd953cd1c3b06dd557ff72bd6 to your computer and use it in GitHub Desktop.
<div className="App">
<table>
<thead
app-header
(search)="searchRecords($event)"
(sort)="sortRecords()"
></thead>
<tbody
app-record
*ngIf="records"
[records]="records"
></tbody>
</table>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment