diff --git a/src/app/layouts/full-layout.component.html b/src/app/layouts/full-layout.component.html index e36afd3..b4a14a0 100644 --- a/src/app/layouts/full-layout.component.html +++ b/src/app/layouts/full-layout.component.html @@ -12,7 +12,7 @@ - My Settings + Account Settings
Logout @@ -26,63 +26,19 @@ @@ -95,16 +51,6 @@
diff --git a/src/app/layouts/full-layout.component.ts b/src/app/layouts/full-layout.component.ts index eafb194..5337640 100644 --- a/src/app/layouts/full-layout.component.ts +++ b/src/app/layouts/full-layout.component.ts @@ -15,20 +15,9 @@ export class FullLayoutComponent implements OnInit { displayName: any; constructor( - private api: ApiService, - private router: Router, - ) { - /* this.api.breadcrumb_data(undefined) - .subscribe( - result => { - console.log(result); - this.customersThisMonth = result.customersthismonth; - this.moneySpentThisMonth = result.moneyspentthismonth; - this.pointsTotal = result.pointstotal; - this.averageTransactionToday = result.averagetransactiontoday; - } - ) */ - } + private api: ApiService, + private router: Router, + ) {} public disabled = false; public status: {isopen: boolean} = {isopen: false}; @@ -59,4 +48,4 @@ export class FullLayoutComponent implements OnInit { } ); } -} \ No newline at end of file +}