because we initialize the ngrx in main.ts, so only for Effect files and not other services inside your project we should not get the 'actions$' from injection in the constructor. we should inject it so : private actions$ = inject(Actions);.