Angular 2 change detection with observables
问题 I usually manage to find what I'm doing wrong just browsing existing questions, but here, nothing has helped. I'm working with a simple Ng2 module that attempts to list and update the contents of a NeDB store. Mind you, I have no issues with the NeDB store, I have confirmed that it gets updated correctly, and correctly loaded initially, so the problems I have lie elsewhere. The problems I have are the following: "the async pipe doesn't work". I have this module. @NgModule({ imports: