Читать данные из магазина i ngrxstore

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