this.visibleTodos$ = combineLatest( this.store.select(state => state.todos), this.store.select(state => state.visibilityFilter), this.calcVisibleTodos )