Browse Source

Reorder lifecycle hooks

pull/5919/head
Thomas Kaul 2 months ago
parent
commit
7a3f1ee18e
  1. 2
      apps/client/src/app/components/home-watchlist/create-watchlist-item-dialog/create-watchlist-item-dialog.component.ts

2
apps/client/src/app/components/home-watchlist/create-watchlist-item-dialog/create-watchlist-item-dialog.component.ts

@ -36,7 +36,7 @@ import { Subject } from 'rxjs';
styleUrls: ['./create-watchlist-item-dialog.component.scss'],
templateUrl: 'create-watchlist-item-dialog.html'
})
export class GfCreateWatchlistItemDialogComponent implements OnInit, OnDestroy {
export class GfCreateWatchlistItemDialogComponent implements OnDestroy, OnInit {
public createWatchlistItemForm: FormGroup;
private unsubscribeSubject = new Subject<void>();

Loading…
Cancel
Save