Project

General

Profile

« Previous | Next » 

Revision 61412

Added by John Balasis almost 3 years ago

angular upgrade to v8 lts

View differences:

app.component.ts
27 27

  
28 28
  consentTermsOfUseDate: Date;
29 29

  
30
  @ViewChild('subscribeToTermsModal')
30
  @ViewChild('subscribeToTermsModal', { static: false })
31 31
  public subscribeToTermsModal: ConfirmationDialogComponent;
32 32

  
33 33
  open: boolean = true;

Also available in: Unified diff