Odczyt dane ze sklepu i NgrxStore

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