File size: 351 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
<p>
  Try to mock offline behavior with the button in the devtools. You can navigate
  around as long as there is already data in the cache. You'll get a refetch as
  soon as you go "online" again.
</p>
@if (postId() > -1) {
  <post [postId]="postId()" (setPostId)="postId.set($event)"></post>
} @else {
  <posts (setPostId)="postId.set($event)" />
}