标签: angular redux
我看到此代码不适用于延迟加载组件 你有什么想法吗?
ngOnInit() { this.store.select('reduxObj').subscribe( function(reduxObj){ console.log(reduxObj); this.reduxObj = reduxObj; }.bind(this)); }