Skip to content

Commit

Permalink
πŸ› show app-empty after clearing the document
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Oct 24, 2023
1 parent 9fc814a commit a7faf2a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/app/components/preview/preview.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@defer (when hasDocument()) {
<app-pages />
} @placeholder {
@if(hasDocument()) {
@defer {
<app-pages />
}
} @else {
<app-empty />
}

0 comments on commit a7faf2a

Please sign in to comment.