Consider the following selector:
this.store.select(MyState.getNode(\'foo\')).subscribe(data => { console.log(\'TEST-A: \', data); });
I