Leia dados da loja I NGRXSTOORE

store.select('feedsReducer').subscribe((data: AppState) => this.state = data );
Helpful Hippopotamus