Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ZackDeRose/8fdcd01764bc8a5e8831cc8bde0fa4ed to your computer and use it in GitHub Desktop.
Save ZackDeRose/8fdcd01764bc8a5e8831cc8bde0fa4ed to your computer and use it in GitHub Desktop.
Snippet for Header and Row Declarations for "Angular CDK Tables" article
<!-- Header and Row Declarations -->
<tr cdk-header-row *cdkHeaderRowDef="displayedColumns$.value"></tr>
<tr cdk-row *cdkRowDef="let row; columns: displayedColumns$.value"></tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment