main.ts:5 ERROR Error: NG0203: inject() must be called from an injection context such as a constructor, a factory function, a field initializer, or a function used with runInInjectionContext
Iam pretty new to Angular Iam using NgRx Signals, I keep getting this error when running the demo given by the Documentation
https://ngrx.io/guide/signals/signal-store/lifecycle-hooks
Any help?