Javascript – Type 'Observable<void>' is not assignable to type 'Observable<IComment[]>' in ngrx
recently i've been trying to learn ngrx and i am following a guide. The code of the guide i'm following is the same as mine, but i am getting this error: Type 'Observable<void>' is not assignable to type 'Observable<IComment[]>'. Type…