NetanelBasal
9/14/2018 - 7:02 AM

1.9-1.ts

// before
query.select(state => state).subscribe();

// now
query.select().subscribe();