Project

General

Profile

« Previous | Next » 

Revision 61424

Merging angular-upgrade branch

View differences:

content-events-of-repo-eventslist.component.ts
57 57
  modalErrorMessage: string;
58 58

  
59 59
  isModalShown: boolean;
60
  @ViewChild('subscribeToEventsModal')
60
  @ViewChild('subscribeToEventsModal', { static: true })
61 61
  public subscribeToEventsModal: ConfirmationDialogComponent;
62 62

  
63 63
  constructor (private route: ActivatedRoute,

Also available in: Unified diff