ngrx/store/store"' 没有导出成员 'select'
ngrx/store/store"' has no exported member 'select'
当我从旧版本迁移到 ngrx 4.4.1 并按照迁移指南中的说明进行操作时
import { Store, compose, select } from '@ngrx/store';
我收到这个错误:
node_modules/@ngrx/store/store"' has no exported member 'select'
他为什么要往里面看@ngrx/store/store?它应该只是@ngrx/store
The example reflects what's in master, which will be
in the next major release.
当我从旧版本迁移到 ngrx 4.4.1 并按照迁移指南中的说明进行操作时
import { Store, compose, select } from '@ngrx/store';
我收到这个错误:
node_modules/@ngrx/store/store"' has no exported member 'select'
他为什么要往里面看@ngrx/store/store?它应该只是@ngrx/store
The example reflects what's in master, which will be in the next major release.