Browse Source

Clean up comments

pull/1043/head
Thomas 3 years ago
parent
commit
42b15a3a33
  1. 6
      apps/client/src/app/pages/portfolio/holdings/holdings-page.component.ts

6
apps/client/src/app/pages/portfolio/holdings/holdings-page.component.ts

@ -41,9 +41,6 @@ export class HoldingsPageComponent implements OnDestroy, OnInit {
private readonly SEARCH_PLACEHOLDER = 'Filter by account or tag...';
private unsubscribeSubject = new Subject<void>();
/**
* @constructor
*/
public constructor(
private changeDetectorRef: ChangeDetectorRef,
private dataService: DataService,
@ -70,9 +67,6 @@ export class HoldingsPageComponent implements OnDestroy, OnInit {
});
}
/**
* Initializes the controller
*/
public ngOnInit() {
this.deviceType = this.deviceService.getDeviceInfo().deviceType;

Loading…
Cancel
Save