Skip to content

Instantly share code, notes, and snippets.

@skd1993
Created September 16, 2018 06:31
Show Gist options
  • Save skd1993/6b2693d1d6ec9f875e6a50ea396c6684 to your computer and use it in GitHub Desktop.
Save skd1993/6b2693d1d6ec9f875e6a50ea396c6684 to your computer and use it in GitHub Desktop.
rent-list.component.ts
rents_x = [
{
"extraCost": 0,
"meterCurr": 120,
"meterPrev": 100,
"month": 7,
"year": 2018,
"paid": 19500,
"totalSum": 19500
},
{
"extraCost": 0,
"meterCurr": 150,
"meterPrev": 120,
"month": 8,
"year": 2018,
"paid": 19500,
"totalSum": 19500
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment