Project

General

Profile

« Previous | Next » 

Revision 61424

Merging angular-upgrade branch

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 54
  @ViewChild('datasourcesByCountry')
55 55
  public datasourcesByCountry: RegisterDatasourceSelectExistingComponent;
56 56

  
57
  @ViewChild ('registerDatasource')
57
  @ViewChild('registerDatasource')
58 58
  registerDatasource: DatasourceUpdateFormComponent;
59 59

  
60
  @ViewChild ('interfaceComments')
60
  @ViewChild('interfaceComments')
61 61
  interfaceComments: DatasourceNewInterfaceFormComponent;
62 62

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

Also available in: Unified diff