Skip to content

Commit

Permalink
docs(store): fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
markwhitfeld committed Mar 9, 2023
1 parent f743908 commit 4f33f91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/advanced/selector-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,9 @@ export class AnimalsSelectors {
selector: 'my-zoo'
template: `
<h1> Zebras and Pandas </h1>
<h1> Pandas and Zoos </h1>
<ol *ngIf="zebrasAndPandas$ | async as zebrasAndPandas">
<li> Zerba Count: {{ zebrasAndPandas.zebras?.length || 0 }} </li>
<li> Panda Count: {{ zebrasAndPandas.pandas?.length || 0 }} </li>
<li> Zoos Count: {{ zebrasAndPandas.zoos?.length || 0 }} </li>
</ol>
`,
style: ''
Expand Down

0 comments on commit 4f33f91

Please sign in to comment.