how to show [object Object] result in view angular 2

This is an extremely easy thing to tackle. Please read the Angular docs before even asking a question.

Anyways, just use the json pipe in your curly brackets:

<strong> {{expSvc.getSumOfExpense(caseFile.$key) | json}} </strong>

Leave a Comment