I'm just getting started with NgRx and I'm struggling with the live example in the Walkthrough of NgRx (https://ngrx.io/guide/store/walkthrough). It fails with the following error message:
Property 'store' is used before its initialization.
Does anyone know how to fix it? I have created a StackBlitz fork here:
https://stackblitz.com/edit/angular-wstvmm?file=src/app/app.component.ts