this.counter$ = store.select(fromExample.getCounterCounter);

this.counter$ = store.select(fromExample.getCounterCounter); 上述調用返回一個Observable: 傳入select方法的fromExample.getCounterCounter是一個createSelector返回的值: 執行select操作: pathOrMapFn就是fromExample.getCounterCounter指向
相關文章
相關標籤/搜索