The result will be just some of your state filtered by another section of the state ... import { map, filter } from 'rxjs/operators'; store .pipe( map(state ...
確定! 回上一頁