问题标签 [ngrxpush]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - Angular 10/11:找不到管道“ngrxPush”
尝试使用 ngrxPush-pipe 时,出现以下错误:“找不到管道‘ngrxPush’”
我已经安装了 ngrx 组件:
我在 AppModule 中导入管道:
并从 AppComponent 的模板调用管道:
有什么想法会出错吗?Angular 10 和 11 中发生错误,使用 NgRx 组件/10。
还尝试禁用 Ivy,但没有解决该错误。
Navigation.component.ts:
App.component.ts: