Browse Source

Eliminate OnDestroy hook

pull/6659/head
Erwin-N 2 months ago
parent
commit
34e8fe82cb
  1. 1
      apps/client/src/app/components/home-watchlist/home-watchlist.component.ts

1
apps/client/src/app/components/home-watchlist/home-watchlist.component.ts

@ -114,6 +114,7 @@ export class GfHomeWatchlistComponent implements OnDestroy, OnInit {
public onWatchlistItemDeleted({ public onWatchlistItemDeleted({
dataSource, dataSource,
symbol symbol
}: AssetProfileIdentifier) { }: AssetProfileIdentifier) {
this.dataService this.dataService

Loading…
Cancel
Save