Using observables in an Angular 2 template with *ngFor
问题 I am unable to access a property of an object provided by the async pipe if I build the access chain using *ngFor. In the example below, suppose that Parking in the test line and the ?.[filter.propName] two lines beneath represent the same key on the same object. The test line will evaluate to true, but the checked property does not. Why? How do I access the propery when stamping these out with *ngFor? For example, if {{(compModel | async)?.Parking?.Garage}} === true I would expect {{