Skip to content

Instantly share code, notes, and snippets.

@teomanofficial
Created November 27, 2023 20:28
Show Gist options
  • Save teomanofficial/180c8a169d50b0b8affd665c4b608643 to your computer and use it in GitHub Desktop.
Save teomanofficial/180c8a169d50b0b8affd665c4b608643 to your computer and use it in GitHub Desktop.
angular deferrable views
@defer (on viewport) {
<comment-list>
@for(comment of comments) {
<comment-item [comment]="comment"></comment-item>
}
<comment-list />
} @placeholder {
<img src="skelton-comments.png">
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment