Dealing with strange issue in Angular 2.
If you look in the component below, the service returns a parsed object – for instance I can console.log it. Yo
console.log
Try: {{theData?.subject}} or {{theData.subject}}.
{{theData?.subject}}
{{theData.subject}}
The why is in lots of duplicated questions:
Angular 2: TypeError: l_thing0 is undefined in [{{thing.title}} in AppComponent@4:44]