Project

General

Profile

« Previous | Next » 

Revision 61412

Added by John Balasis almost 3 years ago

angular upgrade to v8 lts

View differences:

register-new-datasource.component.ts
30 30
   * currentStep represents the number of the current step
31 31
   */
32 32
  currentStep: number;
33
  @ViewChild('topHelperContent')
33
  @ViewChild('topHelperContent', { static: true })
34 34
  public topHelperContent: HelpContentComponent;
35
  @ViewChild('leftHelperContent')
35
  @ViewChild('leftHelperContent', { static: true })
36 36
  public leftHelperContent: AsideHelpContentComponent;
37
  @ViewChild('rightHelperContent')
37
  @ViewChild('rightHelperContent', { static: true })
38 38
  public rightHelperContent: AsideHelpContentComponent;
39
  @ViewChild('bottomHelperContent')
39
  @ViewChild('bottomHelperContent', { static: true })
40 40
  public bottomHelperContent: HelpContentComponent;
41 41

  
42
  @ViewChild ('registerDatasource')
42
  @ViewChild('registerDatasource', { static: false })
43 43
  registerDatasource: DatasourceCreateFormComponent;
44 44

  
45
  @ViewChild ('interfaceComments')
45
  @ViewChild('interfaceComments', { static: false })
46 46
  interfaceComments: DatasourceNewInterfaceFormComponent;
47 47

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

Also available in: Unified diff