Baca data dari Store I Ngrxstore

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