Project

General

Profile

« Previous | Next » 

Revision 61415

Added by John Balasis almost 3 years ago

upgraded Angular version to v9-lts

View differences:

register-existing-datasource.component.ts
51 51
  @ViewChild('bottomHelperContent', { static: true })
52 52
  public bottomHelperContent: HelpContentComponent;
53 53

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

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

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

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

Also available in: Unified diff