Placeholder and date math
This commit is contained in:
parent
929b9417d1
commit
b33000edc5
3 changed files with 117 additions and 3 deletions
|
@ -168,7 +168,7 @@ export class DashboardCustomerComponent implements OnInit {
|
|||
this.sectorPurchases = Object.keys(data.purchases).map(key => data.purchases[key]);
|
||||
}
|
||||
|
||||
public loadMore () {
|
||||
private loadMore () {
|
||||
this.disableSectorButton = true;
|
||||
this.sectorLimit = 22;
|
||||
}
|
||||
|
|
Reference in a new issue