File size: 553 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<p>
  As you visit the posts below, you will notice them in a loading state the
  first time you load them. However, after you return to this list and click on
  any posts you have already visited again, you will see them load instantly and
  background refresh right before your eyes!
  <strong>
    (You may need to throttle your network speed to simulate longer loading
    sequences)
  </strong>
</p>
@if (postId() > -1) {
  <post [postId]="postId()" (setPostId)="postId.set($event)"></post>
} @else {
  <posts (setPostId)="postId.set($event)" />
}