We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2a4fc commit ab89665Copy full SHA for ab89665
src/app/pages/home/home.component.ts
@@ -155,7 +155,7 @@ export class HomeComponent implements SearchablePage {
155
{ initialValue: PlaygroundSampleService.getDefaultSample() });
156
157
this.projectCount = toSignal(
158
- this.eventService.count(), { initialValue: 0 });
+ this.projectService.count(), { initialValue: 0 });
159
160
this.videoCount = toSignal(
161
this.videoService.count(), { initialValue: 0 });
0 commit comments