Project

General

Profile

« Previous | Next » 

Revision 61408

[Monitor Dashboard | Trunk]: Update to angular 11

View differences:

topic.component.ts
59 59
   */
60 60
  public toggle: boolean = false;
61 61
  
62
  @ViewChild('deleteModal') deleteModal: AlertModal;
63
  @ViewChild('editModal') editModal: AlertModal;
62
  @ViewChild('deleteModal', { static: true }) deleteModal: AlertModal;
63
  @ViewChild('editModal', { static: true }) editModal: AlertModal;
64 64
  public elementChildrenActionOnDelete: string;
65 65
  public filters: FormGroup;
66 66
  public all: Option = {

Also available in: Unified diff