Project

General

Profile

« Previous | Next » 

Revision 61412

Added by John Balasis almost 3 years ago

angular upgrade to v8 lts

View differences:

metrics-enable.component.ts
29 29
  modalButton = 'Yes, enable it';
30 30
  isModalShown: boolean;
31 31

  
32
  @ViewChild('confirmEnablingModal')
32
  @ViewChild('confirmEnablingModal', { static: true })
33 33
  public confirmEnablingModal: ConfirmationDialogComponent;
34 34

  
35 35

  

Also available in: Unified diff