Project

General

Profile

« Previous | Next » 

Revision 61412

Added by John Balasis almost 3 years ago

angular upgrade to v8 lts

View differences:

register-existing-datasource.component.ts
42 42
   * currentStep represents the number of the current step
43 43
   */
44 44
  currentStep: number;
45
  @ViewChild('topHelperContent')
45
  @ViewChild('topHelperContent', { static: true })
46 46
  public topHelperContent: HelpContentComponent;
47
  @ViewChild('leftHelperContent')
47
  @ViewChild('leftHelperContent', { static: true })
48 48
  public leftHelperContent: AsideHelpContentComponent;
49
  @ViewChild('rightHelperContent')
49
  @ViewChild('rightHelperContent', { static: true })
50 50
  public rightHelperContent: AsideHelpContentComponent;
51
  @ViewChild('bottomHelperContent')
51
  @ViewChild('bottomHelperContent', { static: true })
52 52
  public bottomHelperContent: HelpContentComponent;
53 53

  
54
  @ViewChild('datasourcesByCountry')
54
  @ViewChild('datasourcesByCountry', { static: false })
55 55
  public datasourcesByCountry: RegisterDatasourceSelectExistingComponent;
56 56

  
57
  @ViewChild ('registerDatasource')
57
  @ViewChild('registerDatasource', { static: false })
58 58
  registerDatasource: DatasourceUpdateFormComponent;
59 59

  
60
  @ViewChild ('interfaceComments')
60
  @ViewChild('interfaceComments', { static: false })
61 61
  interfaceComments: DatasourceNewInterfaceFormComponent;
62 62

  
63 63
  @ViewChildren('interfacesArray') interfacesArray: QueryList<DatasourceNewInterfaceFormComponent>;

Also available in: Unified diff