Last active
July 17, 2018 11:54
-
-
Save ZackDeRose/8fdcd01764bc8a5e8831cc8bde0fa4ed to your computer and use it in GitHub Desktop.
Snippet for Header and Row Declarations for "Angular CDK Tables" article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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